On Fri, Mar 21, 2008 at 10:38:34AM -0000, Peter Edwards wrote:
> My scenario is the Catalyst web app is a product control panel and I want to
> be able to 
> 1. fork off a /bin/tar to unpack an archive in the customer directory
> 2. fork off a /bin/mysql and pipe a proforma .sql file into it to create an
> application database
> In both cases picking up the exit status.
> Total time to run these is < 1 second so I'm happy for the web app to wait
> on them.
> 
> Both of these were hard to do under Catalyst even using IPC::Run.

Cannot both of those be done without forking?

-- 
Bill Moseley
[EMAIL PROTECTED]


_______________________________________________
List: [email protected]
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/

Reply via email to