|
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
|