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 outside (global) which makes us suspect they are tampling on each other and bringing the POE server down or at least un-responsive.


TIA,
Rod
--

Reply via email to