Re: Catching DIE signal from detached sessions

2007-07-19 Thread Phil Whelan
We're also currently looking at catching exceptions using the DIE signal, but have found the behavior of POE different to what would expect. The signal is not propagated to the parent sessions, but is sent to all the children. If sig_handled is set then it is still propagated to the remaining sess

Simple HTTP server and DBI handles

2007-07-19 Thread Roderick A. Anderson
We have a script based on "Web_Server_With_Components" from the cookbook and each of the "Important" ContentHandlers accesses a PostgreSQL database. The quick question is: Should the DBI handles and/or the statement handles be created in the ContentHandlers? Currently we're doing them outs