On 7/22/07, Matt S Trout <[EMAIL PROTECTED]> wrote:
I suspect SIGUSR1 would work just fine; the 'authors' (mostly Sebastian) don't actually understand signal handling, I had to do quite a lot of cleanup work to make the child-related stuff sane.
Please, keep in mind that the current code, as it is, is portable. There's no SIGUSR1 (or SIGHUP, or any sort of native signal handling since that's a Unix thing) under Win32, so making it depend on these features would break Win32 support. -Nilson Santos F. Jr. _______________________________________________ List: [email protected] Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
