Hi, On Wed, 2011-09-21 at 20:44 +0200, Klaus Post wrote: > Memory has nothing to do with filehandles. The "normal" limit > is 1024 open files per process. > It will only remain unclosed if mmap is unable to allocate the memory > for the memory map. Therefore to experience problem B you have to > experience the much bigger problem A. :)
mmap() can fail for a number of reasons. /Brander _______________________________________________ Rawstudio-dev mailing list [email protected] http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-dev
