>   Is the memory freed if the request is not canceled?
>
> Yes ....
>
>   Do you get the same behaviour without the database query?
>
> No ... only with a long query that user cancel from Browser .....
>
> The Browser stop transaction but httpd continue work ....
>

Yes, the httpd can't know that the transaction is stop, it only realize it
when you write something to the browser (which in normal EmbperlSetup
happens only at the end of the request).

Would be interesting to see what the differnce in these two processing steps
is. Maybe you can turn on Embperl logging (log as much as possible) and
compare the two logfile, to see if there is a difference.

Gerald



> Bye
>
>
>
> --------------------------------------------------------------------------
------
>
>
> --------------------------------------------------------------------------
------
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to