stateless != static, though

If you cache the results of a stateless page, you could show stale
information from the database, correct?

On Mon, May 19, 2008 at 1:18 AM, Erik van Oosten <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I think it would probably make more sense to cache the /result/ of stateless
> pages.
>
> Regards,
>    Erik.
>
>
> Joel Halbert 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]
>
>

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

Reply via email to