Hi,
 
We have a program that tries to encrypt a large number of files, but the program always aborts after it has encrypted about 1020 files. It turns out that an exception is thrown in FileSink::IsolatedInitialize when it fails to open a file.
 
We are suspecting that the number of allowed open files for the process is exceeded. So does FileSource/FileSink takes care of the closing of the file, or we need to explicitly close it somehow?
 
thanks!
 
Kai

Reply via email to