Kindly check ActiveMQ JMS server, it supports the Stomp protocol, it supports client written in c.
-Kamlesh -----Original Message----- From: Magnus Dürr [mailto:[EMAIL PROTECTED] Sent: Friday, January 05, 2007 4:42 AM To: [email protected] Subject: RE: [xfire-user] Detect aborted requests? 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 --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email
