On 3/30/10 1:21 AM, Erinc Arikan wrote:
Unfortunately I can't lower that processing time, application is supposed to
authorize credit card transactions, and to do that it needs to make remote
calls to a credit card authorizer system and that's taking around 1000 ms on
average. So I guess I will give the new settings a try tonight, and will
write a small test application to test that.
You may want to do that asynchronlously, instead of waiting for the response.

MINA is perfect for that.

When the response from the remote server arrives, then you grab the associated session, and write the response to the client. No more problem with the number of clients you can handle in parallel...

--
Regards,
Cordialement,
Emmanuel Lécharny
www.nextury.com


Reply via email to