Hi,

        I try to use $req_rec->connection->aborted() for abort the
long request if user press stop. But it always return 0 .....

        Exist any report of memory leaks ? ,with :

          Apache/1.3.12
          mod_perl/1.24
          DBI 1.4
          DBD::Oracle 1.06

thanks in advance ....



At 06:21 AM 8/10/2000 +0200, Gerald Richter wrote:
>   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
>
>
>
> --------------------------------------------------------------------------
------
>
>
> --------------------------------------------------------------------------
------
>
>


Chile Wap - Wireless Technologies

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

Reply via email to