Re: RES: MP2 Forking - Untie socket

2005-02-15 Thread vsmori
Stas, Thank you for all this usefull informations. Regards, Vitor > vsmori wrote: > > Thanks Stas, that was usefull. > > > > From my undestanding, the right solution in MP2 would be using > > Apache::SubProcess::spawn_proc_prog function instead of forking the > > apache request child process a

Re: RES: MP2 Forking - Untie socket

2005-02-15 Thread Stas Bekman
vsmori wrote: Thanks Stas, that was usefull. From my undestanding, the right solution in MP2 would be using Apache::SubProcess::spawn_proc_prog function instead of forking the apache request child process and call cleanup_for_exec (forget compat, i want to be MP2 native). Right, Vitor. But there is