<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2912" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>During recent load testing of a new application 
3.1% to 7.6% of all http requests resulted in conflict errors<BR>(3.1% with 10 
simultaneous users; 7.6% with 50 simultaneous users).</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>The conflict error occurs when the application 
attempts to write a small image object into a temporary folder, and each 
conflict error generates the same traceback:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV><FONT face=Arial size=2>
<DIV><BR>Traceback (innermost last):<BR>&nbsp; Module Zope2.App.startup, line 
173, in zpublisher_exception_hook<BR>&nbsp; Module ZPublisher.Publish, line 121, 
in publish<BR>&nbsp; Module Zope2.App.startup, line 240, in commit<BR>&nbsp; 
Module transaction._manager, line 96, in commit<BR>&nbsp; Module 
transaction._transaction, line 380, in commit<BR>&nbsp; Module 
transaction._transaction, line 378, in commit<BR>&nbsp; Module 
transaction._transaction, line 433, in _commitResources<BR>&nbsp; Module 
ZODB.Connection, line 484, in commit<BR>&nbsp; Module ZODB.Connection, line 518, 
in _commit<BR>ConflictError: database conflict error (oid 0x07, class 
Products.TemporaryFolder.TemporaryFolder.SimpleTemporaryContainer)</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>I am running Zope 2.9.2 on CentOS 4.3 (linux).</DIV>
<DIV>&nbsp;</DIV>
<DIV>Does anyone have any ideas as to what I could do to reduce/eliminate these 
conflict errors?</DIV>
<DIV>&nbsp;</DIV>
<DIV>Thanks,</DIV>
<DIV>&nbsp;</DIV>
<DIV><BR>Jonathan</FONT></DIV></BODY></HTML>