For stateless pages??
The whole point of stateless is that they arent kept in the session/memory.

And pooling pages is not really what you want any way, you can only
pool then for a single user/sessiion so you would have a pool for
every session.

And when do you decide to return a pooled page?

On 5/18/08, Joel Halbert <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I was wondering whether it was possible to implement "pooling" of stateless
> pages? Possibly using a custom PageMap implementation?
>
> Although newer JVM's are good at performing GC, pooling is a reasonable
> additional technique to use for achieving that extra bit of scalability.
>
> If anyone has tried to do this, or has any suggestions on the best way
> forward I'd be really interested to know.
>
> Many Thanks,
>
> Joel

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

Reply via email to