Hi Philip, I guess it depends on the server implementation you are using. If you didn't include any extension on your classpath you should be using restlet's default implementation. Could you provide your sources of the server instance?
My case, I use maven with jetty plugin so I can 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 allow this. > > Philip Wattenbarger > > ------------------------------------------------------ > http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2765306 > -- View this message in context: http://restlet-discuss.1400322.n2.nabble.com/Making-server-close-persistent-connections-after-a-period-tp6473821p6474515.html Sent from the Restlet Discuss mailing list archive at Nabble.com. ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2765367

