shammi000 has asked for the wisdom of the Perl Monks concerning the following question:
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
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Share a temp table in child process using Net::Server
by james2vegas (Chaplain) on Feb 25, 2010 at 07:03 UTC | |
|
Re: Share a temp table in child process using Net::Server
by afoken (Chancellor) on Feb 27, 2010 at 03:21 UTC |