Re: [Zope-dev] Very fast requests beating ZODB commits...

2003-10-15 Thread Chris Withers
Tres Seaver wrote: Its funny nonetheless that you should report such a thing: we have a customer who reports similar issues in a bit of their CMS, where a popup submits its form (in Javascript) and then refreshes its parent window; if the commit takes long enough (e.g., it hits a conflict), the pa

Re: [Zope-dev] Very fast requests beating ZODB commits...

2003-10-14 Thread Tres Seaver
On Tue, 2003-10-14 at 07:31, Richard Jones wrote: > On Tue, 14 Oct 2003 02:25 pm, Richard Jones wrote: > > 1. request comes in which modifies ZODB > > 2. code handling request replies with REQUEST.RESPONSE.redirect() > > 3. redirected page uses data input at step 1 (specifically, it's auth info) >

Re: [Zope-dev] Very fast requests beating ZODB commits...

2003-10-14 Thread Richard Jones
On Tue, 14 Oct 2003 02:25 pm, Richard Jones wrote: > 1. request comes in which modifies ZODB > 2. code handling request replies with REQUEST.RESPONSE.redirect() > 3. redirected page uses data input at step 1 (specifically, it's auth info) >but that info hasn't been committed yet, so we get erro