[xgws-user] Question on a possible xsul server without multi-threading,
Shanmuga.MUHUNTHAN@fr.thalesgroup.com
Shanmuga.MUHUNTHAN_at_fr.thalesgroup.com
Fri, 17 Feb 2006 12:41:12 +0100
Hi everybody,
I wonder whether it is possible to have a xsul server without multi-threading (thread for each request).
Xsul server creates a new thread each time a request is received (XService) but is it possible by any meaner to not create a new thread ?
My problem is the following:
I can have 500 to 1000 requests (response is sent asynchronously) per seconde server side.
Each request can take 2 to 3 seconde processing.
In this situation, I can have memory leak and thread overflow.
Perhaps msgBox can resolve my problem but can I use msgbox server side ?
best regards
Shan