Re: Session optimization

2011-02-25 Thread Martin Makundi
FYI: http://stackoverflow.com/questions/5092211/session-optimization-in-jetty-wicket ** Martin 2011/2/23 Martin Makundi martin.maku...@koodaripalvelut.com: Hi! Is there a way to swap sessions onto disk with jetty if they are idle for n.n. minutes? It is under investigation, but we suspect

Re: Session optimization

2011-02-25 Thread Martin Makundi
FYI: http://stackoverflow.com/questions/4443345/maven-plugin-classloading/5121804#5121804 ** Martin 2011/2/25 Martin Makundi martin.maku...@koodaripalvelut.com: FYI: http://stackoverflow.com/questions/5092211/session-optimization-in-jetty-wicket ** Martin 2011/2/23 Martin Makundi

Session optimization

2011-02-23 Thread Martin Makundi
Hi! Is there a way to swap sessions onto disk with jetty if they are idle for n.n. minutes? It is under investigation, but we suspect that we have many idle users logged in with large session size. So, while they are doing nothing, their session could be pushed onto disk. Is there a setting or