in reply to Re: Re: Re: Closures, object destruction and memory leaks
in thread Closures, object destruction and memory leaks
bit. That re-delivers the signal to the program, rather than chaining the handlers, but won't that achieve the same end-result?if($req->{_signal}) { kill $req->{_signal}, $$; }
In any case the $req->handleInterrupt() call really only sets a flag in the $req object, so chaining the signal handlers here would potentially prevent the request from being properly cancelled on the server, which I think could be a problem.
Michael
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: Re: Closures, object destruction and memory leaks
by tilly (Archbishop) on Nov 11, 2003 at 16:11 UTC | |
by mpeppler (Vicar) on Nov 11, 2003 at 16:18 UTC |