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. Of the 50 attempts I am seeing about 60% of them actually completed in the SQL database, I am seeing an error of: 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) Most of what I have found in digging is that data write intensive applications may have this issue, but I was wondering if anyone could recommend away around this? Could any one tell me what is happening that is causing this, the processForm object writes out to a SQL database, not to the ZODB?? Thanks for any and all help!! Jay