Look at
http://tapestry.apache.org/tapestry5/tapestry-core/guide/conf.html for
parameters tapestry.page-pool.hard-limit and tapestry.page-pool.soft-limit
Peter Stavrinides wrote:
Hi All,
I have a peculiar error turning up in our server logs, I am running a Tapestry
5 application on Tomcat 6:
Render queue error in BeginRender[hf/Client:wrapper.header.pagelink_0]: The
page pool for page 'hf/Home' (in locale en) has been exausted:
there are 20 instances currently being used and no more can be created. Try
increasing the hard limit (symbol tapestry.page-pool.hard-limit) to allow
additional instances to be created, or increasing the soft wait (symbol
tapestry.page-pool.soft-wait) to trade away some throughput for more efficient
use of page instances.
I guess my question is how do I configure the application to be efficient and
scalable for at least 200 - 500 users as a baseline, this morning I had only 15
sessions connected to the Tapestry application for testing, and got this error.
Please advise! is there potentially a memory leak here? or is this simply a
configuration issue?
I have not seen many articles on tuning Tapestry applications, has anyone dealt
with this?
Thanks for your help,
Peter
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]