Hi
In the program, I want to run 200 threads concurrently, but in the client side, after create about 50 threads, it cannot create more, and print out the following messages:
Code:
08/19/10 07:07:41.202 ./ThreadClient: error: fatal error: can't accept more connections:
Network.cpp:1273: Ice::SocketException:
socket exception: Too many open files
0.0.0.0:33079
Aborted
I don't have any file operations in the program.
I'm using CentOS 4.8
Ice 3.3.1
Before running the Client, I set
Now I really don't know how to handle this problem, thanks for giving any help