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
Perl Weekly newsletter
A free weekly newsletter for people who are busy to read all the blogs. click here to check it out.