Re: asynchronous execution, was Re: implementing a set of queue-processing servers
[email protected] (Perrin Harkins) Wed, 20 Nov 2002 14:55:57 -0500
| Newsgroups | perl.p5ee |
|---|---|
| Message-ID | <[email protected]> |
Aaron Johnson wrote: > This model has eased my testing as well since I can run the script > completely external of the web server I can run it through a debugger if > needed. You realize that you can run mod_perl in the debugger too, right? I use the profiler and debugger with mod_perl frequently. - Perrin