Hi listers,

Just needed a quick opinion:

http://perl.apache.org/docs/2.0/api/Apache/SubProcess.html
suggests that Apache::SubProcess be used for executing subprocesses.

Howerver, in an earlier list message,
http://marc.theaimsgroup.com/?l=apache-modperl&m=102541721726752&w=2
Stas had suggested that either IPC::Run or Apache::SubProcess could be 
used.

I have 2 versions of a mod_perl script using either of the modules. Which 
one would be preferred and why?

Some reasons come to mind right away, e.g.,

* IPC::Run may be more mature (version 0.75), so use it.
* IPC::Run is a separate install, so don't use it.
* Apache::SubProcess is distributed with mod_perl, so use it.
etc...

Thanks in advance,
--
Haroon Rafique
<[EMAIL PROTECTED]>



-- 
Reporting bugs: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html

Reply via email to