posted 14 years ago
In my program, I am trying to open a new file for writing.
But while creating the file I am getting the following exception:
IOException:Too many open files.
Contents of the /proc/sys/fs/file-nr while running the program is:
2550 0 736700
Can anybody explain the cause of this exception?
Thanks,
Pranav