Archived

This forum has been archived. Please start a new discussion on GitHub.

Ice::SyscallException

I'm using Ice (3.3.1) on Ubuntu 10.04 Server as written in C++ server application and written in Python client Web-application (web2py framework).
I've received following exception on Web: Ice.SyscallException "Too many open files". Restarting web2py solved this issue. Nothing wrong appeared in web2py log file.
Could you, please, suggest what could this exception mean. I've double checked Ice manual and have not found any description for such an exception.

Thank you