Is there a way in Tapestry 3 to limit the maximum number of page
entries?
I don't think it's built in, no.
In Tapestry 4 there is the org.apache.tapestry.page-pool-max-active
setting, but it doesn't seem to be available for Tapestry 3.
Maybe any other suggestions on how to avoid this large number of
Bindings?
Not sure, but have a look in AbstractEngine:
* Returns an new instance of [EMAIL PROTECTED] Pool}, with the standard
* set of adaptors, plus [EMAIL PROTECTED] BSFManagerPoolableAdaptor} for
* [EMAIL PROTECTED] BSFManager}.
*
* <p>Subclasses may override this
* method to configure the Pool differently.
*
* @since 3.0
*
**/
protected Pool createPool(RequestContext context)
Cheers,
Nick.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]