...there are several fork/exec pairs. ... Is there anything I should be wary of?
Yes.
Forks on Win32 are emulated as threads, and to date the implementation is a bit unreliable. I'd suggest looking into using Win32::Process as an alternative.
Or possibly using Win32::Daemon, if your architecture is going to need the shakeup I think it will (As previously pointed out wrt Apache, your architecture will need some serious tweaking to do what you're attempting)
In reply to Re: Threads/processes under Apache
by renodino
in thread Threads/processes under Apache
by pmcaveman
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |