Re: [xwiki-devs] [xwiki-notifications] r9340 - xwiki-products/xwiki-enterprise/trunk/wiki/src/main/resources/XWiki
vmassol (SVN) wrote:
+ + 1.1 Latest unfinished requests + + These are requests that didn't reach "endRequest", but where cleaned-up by a reuse of threads. Only 32 requests max are kept in memory.
Shouldn't this "32 max" be obtained from the code, like it is done below?
+ 1.1 Latest requests + + Latest requests that finished properly. Only $timerdata.maxSize() requests max are kept in memory.
-- Sergiu Dumitriu http://purl.org/net/sergiu/
On Apr 24, 2008, at 5:08 PM, Sergiu Dumitriu wrote:
vmassol (SVN) wrote:
+ + 1.1 Latest unfinished requests + + These are requests that didn't reach "endRequest", but where cleaned-up by a reuse of threads. Only 32 requests max are kept in memory.
Shouldn't this "32 max" be obtained from the code, like it is done below?
If you know how to do it, let me know. I haven't researched it, just used the code from Raff and cleaned it up. That would be better of course, I agree. Thanks -Vincent
+ 1.1 Latest requests + + Latest requests that finished properly. Only $timerdata.maxSize() requests max are kept in memory.
participants (2)
-
Sergiu Dumitriu -
Vincent Massol