Re: HIGH CPU inflating bytes in ResourceHandlerImpl.handleResourceRequest

2012-07-18 Thread Leonardo Uribe
Hi Please create an issue under myfaces issue tracker, and attach the files there (selecting the option to accept license it under ASL), so any committer can check them and include them if possible. regard, Leonardo On Jul 18, 2012 3:39 PM, "Rohit Kelapure" wrote: > > In a high concurrency loa

HIGH CPU inflating bytes in ResourceHandlerImpl.handleResourceRequest

2012-07-18 Thread Rohit Kelapure
In a high concurrency load test with Apache MyFaces + RichFaces component library we found that under peak load majority of our web container threads were stuck in this call stack at java/util/zip/Inflater.inflateBytes(Native Method) at java/util/zip/Inflater.inflate(Inflater.java:249(Compiled Cod

Re: Memory leak?

2012-07-18 Thread Pavel Arnošt
Thanks, I think I found it in: FacesContextImpl.release(): _facesContextFactory = null; _renderKitFactory = null; _partialViewContextFactory = null; if (_facesContextFactory != null) { _facesContextFactory.release(); _facesContextFa