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 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 perfectly and is significantly faster, especially if you're storing 
lots of data in sessions.

I vote for making Memory the default until we fix the Dynamic store.  And 
we ought to document the problems with the File store somewhere other than 
in the comments.

>                 - The webkit unix init script
>                         - now works with args "stop" and "restart"
>                         - works on non-RedHat systems
>                         - removes the pid file upon shutdown
>         - MiddleKit
>                 - Certain situations could lead to invalid object 
> references in the
>SQL database, thereby disconnecting the two objects.



--

- Geoff Talvola
   [EMAIL PROTECTED]

_______________________________________________
Webware-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-devel

Reply via email to