Re: Two performance problems (found during myfaces testing)

2012-03-28 Thread Konstantin Kolinko
2012/3/9 Konstantin Kolinko knst.koli...@gmail.com: 2012/3/9 Martin Koci martin.kocicak.k...@gmail.com: Hi, we did  performance tests in myfaces core project recently and we found two performance problems in tomcat (7.0.26): 1) javax.el.ExpressionFactory.newInstance() does not cache

Two performance problems (found during myfaces testing)

2012-03-08 Thread Martin Koci
Hi, we did performance tests in myfaces core project recently and we found two performance problems in tomcat (7.0.26): 1) javax.el.ExpressionFactory.newInstance() does not cache instance created with javax.el.ExpressionFactory.newInstance. - every invocation of this method reads service

Re: Two performance problems (found during myfaces testing)

2012-03-08 Thread Konstantin Kolinko
2012/3/9 Martin Koci martin.kocicak.k...@gmail.com: Hi, we did  performance tests in myfaces core project recently and we found two performance problems in tomcat (7.0.26): 1) javax.el.ExpressionFactory.newInstance() does not cache instance created with