lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Hi all,

 Another related problem we have stumbled upon is Windows hardcoded
limit of 2048 "FILE *" handles. while this might look enough, it is
not is a heavily multithreaded environment. I was going to have a shot
at patching the source and to change all fopen to a sequence of
CreateFile with fdopen (the limitation does not seem to hold on these)
and was wondering if it is of general interest and if someone else
happend to do this.

 Thanks,

 Moshe