Don't forget that Jetty relies on the underlying operating system for SSL connection management.
The limits and timeout behaviours you report could be coming from there. Why not write yourself a simple Java SSL socket server and re-run your tests on it - to help distinguish between Jetty and Operating System limitations. Chris H On Mon, 2014-04-07 at 23:28 -0700, Bharti wrote: > Hi, > > I want to implement Jetty server with SSL configuration. At present reserved > memory for Jetty process is 1 GB. I need to know the memory requirement for > SSL implementation. > > Is it different from non ssl scenarios? How much memory is required per ssl > connection? > > I have tested a scenario where 1GB is reached after 10k connections are > established at Jetty SSL port. > But, without SSL, this limit is not reached. > _______________________________________________ jetty-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/jetty-users
