S
Steve B.
Hi,
I'm building an application that use a binary file format with a proprietary
format.
Files can grow up to several GBytes...
The mecanism of building the data is quite complex and I'd like to know if
multiple threads can -simultaneously- write into the data file...
For example, I know in advance thread one will write the first 100MB, thread
two 50 next MB, and so on. Can I write from multiple threads ?
What objects Have I to use ?
One FileStream and seeking as needing ? One FileStream and several
StreamWriters ? etc ...
Thanks in advance...
Steve
I'm building an application that use a binary file format with a proprietary
format.
Files can grow up to several GBytes...
The mecanism of building the data is quite complex and I'd like to know if
multiple threads can -simultaneously- write into the data file...
For example, I know in advance thread one will write the first 100MB, thread
two 50 next MB, and so on. Can I write from multiple threads ?
What objects Have I to use ?
One FileStream and seeking as needing ? One FileStream and several
StreamWriters ? etc ...
Thanks in advance...
Steve