Hello!
On Mon, May 26, 2014 at 12:56 AM, Pravin tatti wrote:
> Is there a way to release resource in master process when the worker process
> dies?
>
I wonder why you actually need this. Because the worker processes can
never allocate resources in the master anyway. And when the worker
dies, the master automatically forks a new one immediately.
What kind of "resource" do you want to release here?
Regards,
-agentzh