Hi Paul, If the socket is broken or was closed by the client while the response is written, you won't be able to "restore" it. However, you can log the fact the you got this request from this client and wait for the client to retry its request.
We are also currently working on the support of content range to allow partial GETs and partial PUTs, that may be of some interest to you. Best regards, Jerome Louvel -- Restlet ~ Founder and Lead developer ~ http://www.restlet.org Noelios Technologies ~ Co-founder ~ http://www.noelios.com -----Message d'origine----- De : Paul J. Lucas [mailto:[EMAIL PROTECTED] Envoye : mercredi 13 aout 2008 06:11 A : [email protected] Objet : Knowing if a client disconnected? Suppose I have a service that takes some time to compute the response to. Further suppose that a client connects but then disconnects prematurely for whatever reason either before I start or while I am returning a response. Is there any way to know if the client is really still there and connected? - Paul

