Re: Making server close persistent connections after a period

2011-06-14 Thread gonzajg
configure connection timeout in a resource file. Wattenbarger, Philip wrote: > > We would like to force the server to "close" persistent connections that > the client has left hanging on the server after some time period. > > Does anyone have any code which would a

Making server close persistent connections after a period

2011-06-14 Thread Wattenbarger, Philip
We would like to force the server to "close" persistent connections that the client has left hanging on the server after some time period. Does anyone have any code which would allow this. Philip Wattenbarger -- http://restlet.tig

RE: Persistent connections

2009-10-29 Thread Jerome Louvel
Hi Rickard, The internal HTTP client doesn't support persistent connections yet. There is a plan to add support though: "Support advanced HTTP connection features" http://restlet.tigris.org/issues/show_bug.cgi?id=304 For now, if such feature is essential to you, I recommend lever

Persistent connections

2009-10-28 Thread Rickard Öberg
Hi, How do I enable persistent connections using Restlet? I've checked the code, and I can't seem to find how to do it. /Rickard -- http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2412383