[omniORB] Will it crash if many client connected?
Attila.Pletyak@anemosky.com
Attila.Pletyak@anemosky.com
Tue, 17 Apr 2001 13:45:16 +0200
Please look into the discussion earlier (1-2 month ago).
There is an omniORB parameter which sets how many tcp connections allowed
(that many threads as well). If more requests are coming they should wait
till there is a free connection.
Sincerely,
Attila Pletyak
Anemo Ltd.
Victor Chen
<victorcd@163.net> To: omniorb-list@uk.research.att.com
Sent by: cc:
owner-omniorb-list@uk.resear Subject: [omniORB] Will it crash if many client connected?
ch.att.com
04/17/01 01:25 PM
Dear sirs:
It seems that server program create a new thread for each client
connected,if I have many client(over 100) need to connect to server at same
time, will the server stop because it's out of resource(memory,too many
thread)?
Thanks.