Maybe you should consider some way of asynchronous communication, e.g. using JMS transport or implementing service in async way like creating 2 method per operation : ID startMyOperation(...). Result isMyOperationFinished(ID);
On 1/5/07, Magnus Dürr <[EMAIL PROTECTED]> wrote:
Hi, I have a service that takes a long time to process client requests. Does anyone know how to detect if the client aborts the request (or the network goes down) while the request is being processed? Regards, Magnus
-- ----- When one of our products stops working, we'll blame another vendor within 24 hours. --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email
