I make a server and client .
When the server start ,it can run fine, but as long time (just one day),when many times client login in, and the client will obtain a connection error that report the 669 , about this error is
.\NetWork.cpp:669:Ice::ConnectionRefuseException:
Connection refused:WSAECONNERFUSED
Why?And How can I do ?
I set Server'sConfiger file:
Ice.ThreadPool.Client.Size=40
Ice.ThreadPool.Server.Size=40
Ice.Override.Timeout=60000
Ice.ACM.Client=0
How can I make a server can run long time and once be called with many clients.

Reply With Quote