[Zope] Data Insert Problems

Jay Zeemer jzeemer at edcor.com
Tue Mar 22 07:39:10 EST 2005


Chris,
OpenSTA is an open source load testing tool (http://www.opensta.org/).  We
are trying to see if we can use Zope as a replacement for a heavily
application. We need to to handle a sizable amount of through put, and have
not had much success so far.  I dont believe we are writing to the session
object, been trying to avoid using session objects because we plan to load
balance our solution.  Please take a look I attched the processForm source,
any and all recommendations are appreciated!!

Thanks
Jay

-----Original Message-----
From: Chris Withers [mailto:chris at simplistix.co.uk]
Sent: Tuesday, March 22, 2005 3:43 AM
To: Jay Zeemer
Cc: zope at zope.org
Subject: Re: [Zope] Data Insert Problems


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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: processForm.zope
Type: application/octet-stream
Size: 1580 bytes
Desc: not available
Url : http://mail.zope.org/pipermail/zope/attachments/20050322/78266a80/processForm.obj


More information about the Zope mailing list