Re: CODI: Exclude windowId from certain pages

2012-11-30 Thread Andreas Kaiser
Hi thanks for all answers. I will try to reduce the number of windows per session. Also i will try to change my stress test script to be a bit more gently to my server ( clean login and logout ) BTW. the number of ids is not 500*64 its NumberOfThreadsInJMeter * LoopCount in my case 500 * 200 =

Re: CODI: Exclude windowId from certain pages

2012-11-30 Thread Gerhard Petracek
i agree with mark. in one of our first benchmarks we used gf (v3.1.1 - i can't confirm it for v.3.2.x), as7 and tomcat. back then gf always had the worst results and sometimes it just broke down completely. however, afair we heard about codi based projects which do load-tests with a way higher

Re: CODI: Exclude windowId from certain pages

2012-11-30 Thread Mark Struberg
Well, then the problem is not the number of windows but the number of sessions ;) In pure tomcat you can either restrict that or 'offload' them via a configuration. There are SessionManagers which keep n Sessions in memory and if this number gets exceeded the LRU ones will get persisted to

Re: CODI: Exclude windowId from certain pages

2012-11-30 Thread Leonardo Uribe
Hi 2012/11/30 Mark Struberg strub...@yahoo.de: Well, then the problem is not the number of windows but the number of sessions ;) Ok, good to know that. In pure tomcat you can either restrict that or 'offload' them via a configuration. There are SessionManagers which keep n Sessions in

Re: New: MyFaces as default JSF on JBoss AS

2012-11-30 Thread Hazem Saleh
Excellent piece of news! On Thu, Nov 29, 2012 at 4:23 AM, Leonardo Uribe lu4...@gmail.com wrote: Hi Good news indeed. Very easy to install and customize. The file install-myfaces-2.1.8.cli is just a zip file with myfaces jars, commons-digester and another jar file that implements the SPI