On Wed, 26 Jan 2005 14:40:11 -0800, Wiebe de Jong <[EMAIL PROTECTED]> wrote:
> 
> If you don't like the performance hit of going to the database every time,
> then add a plugin. When the application starts, the plugin will read all the
> sessions from the database into memory. When the application ends, the
> plugin would write out all the sessions to the database.

Or, use JMS to write the changes, so they happen asynchronously.

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

Reply via email to