The ideal way to implement the service would be a JMS transport but the client 
is written in C, so JMS is not an option :(
 

-----Original Message-----
From: Tomek Sztelak [mailto:[EMAIL PROTECTED] 
Sent: den 5 januari 2007 10:33
To: [email protected]
Subject: Re: [xfire-user] Detect aborted requests?

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

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to