Re: [jetty-users] (Am I) using persistent connections with Jetty

2012-05-11 Thread Jan Bartel
If you use HTTP1.1 from the clients the connections will be persistent by default. Even if the client does not close them, after some idle timeout jetty can close them (see http://wiki.eclipse.org/Jetty/Howto/Configure_Connectors description of maxIdleTime and lowResourcesMaxIdleTime). Jan On 11

[jetty-users] (Am I) using persistent connections with Jetty

2012-05-10 Thread Otis Gospodnetic
Hello, Would using Jetty (7? 8?) and persistent connections make sense in situations where clients more or less constantly stream data to the server? For example, imagine a system where client applications: * are running on hundreds of nodes of some cluster * are constantly collecting