Re: [Webware-devel] SessionDynamicStore

2001-12-08 Thread Geoffrey Talvola
On Friday December 07, 2001 06:46 pm, Tavis Rudd wrote: > On Friday 07 December 2001 13:12, Chuck Esterbrook wrote: > > On Friday 07 December 2001 11:08 am, Geoffrey Talvola wrote: > > > I'm taking a closer look at the implementation of > > > SessionDynamicStore.  It looks like it actually checks

Re: [Webware-devel] SessionDynamicStore

2001-12-07 Thread Tavis Rudd
On Friday 07 December 2001 13:12, Chuck Esterbrook wrote: > On Friday 07 December 2001 11:08 am, Geoffrey Talvola wrote: > > I'm taking a closer look at the implementation of > > SessionDynamicStore.  It looks like it actually checks the > > filesystem on _every_ request, even if the session is in

Re: [Webware-devel] SessionDynamicStore

2001-12-07 Thread Chuck Esterbrook
On Friday 07 December 2001 11:08 am, Geoffrey Talvola wrote: > I'm taking a closer look at the implementation of > SessionDynamicStore.  It looks like it actually checks the filesystem > on _every_ request, even if the session is in memory.  This would > seem to slow it down considerably. > > That

[Webware-devel] SessionDynamicStore

2001-12-07 Thread Geoffrey Talvola
I'm taking a closer look at the implementation of SessionDynamicStore. It looks like it actually checks the filesystem on _every_ request, even if the session is in memory. This would seem to slow it down considerably. That plus the concurrency issue and it looks like SessionDynamicStore coul