[Zope] Data Insert Problems

Chris Withers chris at simplistix.co.uk
Tue Mar 22 03:42:44 EST 2005


Jay Zeemer wrote:

> Hello all,
> 
> I am currently running into an issue with an application I am working.  I
> have a form, currently 5 fields but will soon grow to be much larger, and
> when I run 50 conncurrent users against it from Open STA.

What's Open STA?

> ZODB conflict error at
> /VirtualHostBase/http/server.domain.com:80/VirtualHostRoot/dir1//dir2/submit
> /processForm (27 conflicts since startup at 2005-03-21T13:33:44)

Can you show us the code for processForm?

I wonder if you're using the session object? writing to that can cause 
conflict errors as it is a mounted zodb storage...

cheers,

Chris

-- 
Simplistix - Content Management, Zope & Python Consulting
            - http://www.simplistix.co.uk



More information about the Zope mailing list