Re: new solution for concurrent requests

2006-08-22 Thread Pedro Viegas
+1 I'm with Patrick. How 'bout it guys, maybe this could be Tap4.1 enhancement material? Do share Henri! :-) On 8/22/06, Patrick Moore <[EMAIL PROTECTED]> wrote: sounds like something that should be rolled into the tapestry code itself. -

Re: new solution for concurrent requests

2006-08-22 Thread Patrick Moore
sounds like something that should be rolled into the tapestry code itself. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: new solution for concurrent requests

2006-08-22 Thread Josh Long
As would I! On 8/22/06, Karthik N <[EMAIL PROTECTED]> wrote: yes, i would be very interested in the source code. On 8/22/06, Henri Dupre <[EMAIL PROTECTED]> wrote: > > We've been having many strange errors message in our logs and several > synchronization errors on session objects (especially v

Re: new solution for concurrent requests

2006-08-22 Thread Karthik N
yes, i would be very interested in the source code. On 8/22/06, Henri Dupre <[EMAIL PROTECTED]> wrote: We've been having many strange errors message in our logs and several synchronization errors on session objects (especially visit). Also users kept getting error pages when they were clicking

new solution for concurrent requests

2006-08-21 Thread Henri Dupre
We've been having many strange errors message in our logs and several synchronization errors on session objects (especially visit). Also users kept getting error pages when they were clicking too fast (thus causing concurrent requests). One common solution for this problem is to implement synchron