Re: Detecting request cancellation behind proxy servers

2005-11-16 Thread Perrin Harkins
On Thu, 2005-11-17 at 09:02 +1000, Badai Aqrandista wrote: > Actually, the locking I meant is the Apache::Session's lock. I am guessing > that A::S lock blocks the second page to be loaded if the first page hasn't > finished loading. I know, but you don't have to use that if you are storing the

Re: Detecting request cancellation behind proxy servers

2005-11-16 Thread Badai Aqrandista
On Wed, 2005-11-16 at 10:11 +1000, Badai Aqrandista wrote: > But I need to know if a request has been cancelled. The problem is that I > need to release the session lock when someone click submit button before the > page is fully loaded, otherwise the next page won't load because it is > wait

Re: Detecting request cancellation behind proxy servers

2005-11-16 Thread Perrin Harkins
On Wed, 2005-11-16 at 10:11 +1000, Badai Aqrandista wrote: > But I need to know if a request has been cancelled. The problem is that I > need to release the session lock when someone click submit button before the > page is fully loaded, otherwise the next page won't load because it is > waiting

Detecting request cancellation behind proxy servers

2005-11-15 Thread Badai Aqrandista
Hi All, I have backend apache-mod_perl processes running behind frontend apache-proxy servers. I am aware that it is impossible for the backend processes to know if a request has been cancelled, according to: http://perl.apache.org/docs/1.0/guide/debug.html#Handling_the__User_pressed_Stop_butt