err=24(Too many open files) when services try to write in files

Hello,

I launch 5 services who each open one file and write in every tick
At the start services work fine but the more time passes, the more errors appear
At the end, services no longer write in files
At first I thought it was because I didn’t close the files, but even with file.close() the errors persists

Any ideas ?
Mel

This topic was automatically closed after 30 days. New replies are no longer allowed.