Re: [Webware-devel] 0.6.1 part 2

2001-12-10 Thread Geoffrey Talvola
At 10:24 AM 12/10/01 -0800, Chuck Esterbrook wrote: >On Monday 10 December 2001 06:14 am, Geoffrey Talvola wrote: > > File also has some tricky concurrency issues, mentioned in the > > comments to SessionFileStore.__setitem__(). If two servlets > > simultaneously modify the session, one change wi

Re: [Webware-devel] 0.6.1 part 2

2001-12-10 Thread Chuck Esterbrook
On Monday 10 December 2001 06:14 am, Geoffrey Talvola wrote: > File also has some tricky concurrency issues, mentioned in the > comments to SessionFileStore.__setitem__().  If two servlets > simultaneously modify the session, one change wins and the other > change is lost.  Whereas Memory works pe

Re: [Webware-devel] 0.6.1 part 2

2001-12-10 Thread Geoffrey Talvola
At 07:21 PM 12/9/01 -0800, Chuck Esterbrook wrote: >Woops. In case, you were wondering, here are the rel notes: > >- 0.6.1 changes > All bug fixes: > - WebKit > - "File" is the new default session store, since > "Dynamic" has >concurrency issues. File also has som

[Webware-devel] 0.6.1 part 2

2001-12-09 Thread Chuck Esterbrook
Woops. In case, you were wondering, here are the rel notes: - 0.6.1 changes All bug fixes: - WebKit - "File" is the new default session store, since "Dynamic" has concurrency issues. - The webkit unix init script - now works