The short answer is it doesn't. When I decided to access Woolgather locally (directly working with the Woolgather classes and ZODB instead of going through the Blogger API) I originally opened the FileStorage based DB on client start up. This caused a problem if I tried to run the CGI script at the same time. How it runs for reading I haven't tried. FastCGI probably will queue the access so it doesn't matter. The problem will be if the script is being run while one of the admin scripts is being used, or if the CGI script is run multiple times simultaneously. Mike On Fri, May 24, 2002 at 09:44:37AM -0500, Patrick K. O'Brien wrote: > [Michael Smith] > > > > I experimented with using Woolgather as a personal journal last month. > > It's workable, but I had to make the following changes: > > Thanks for the info. How does Woolgather handle access conflicts now? I > didn't see any use of ZEO and the docs mentioned that it is setup for > straight CGI. So how does it support multiple browsers hitting it at the > same time? Or have I missed the boat on this one? > > --- > Patrick K. O'Brien > Orbtech