Eric Williams <ericw <at> sandiego.com> writes:

> 
> Thank you for your insight. It's good to know that pages don't expire from
> the page pool. That helps narrow the problem. We are using Linux servers,
> but either of the issues you mentioned could be the culprit.

Idle pages are removed from the pool from time to time. By default
if a page is not used for 5 minutes, it will be removed. To make
them stay longer, do something like:

  getEngine().getPool().setWindow(20); //1 means 30s, so 20 means 10 minutes

--
Author of an e-Book for learning Tapestry (http://www.agileskills2.org/EWDT)


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to