I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2010-02-24 08:49:59.100953-08 by shammi000
Share a temporary table between child process
Hi All,
I am running an application, which is build on Net::Server::PreFork. Currently it creates 4 +child process, and i want all the child process to access a temporary table created psql. How can +i do it ?. Precisely, I want to create a temporary table in the main application and all the child process + should have access to it (The table should be in existence till the application is up). I tried to create the table in post_configure_hook (custom, override) but it is not working. In + which function i can add the code to create the table. Regards, Shameem
Direct Responses: 12479 | Write a response