Karjala wrote:
> What would be a good way to launch an external script from a Mason page
> that would run independently?
> 
> From a plain Perl script I would do a fork and have the second process
> launch the external script and exit, but I guess a fork is out of the
> question for Mason.

What makes you say that?  It's still perl (and Perl), and fork should be
available most places (there may be some versions of Windows where the
fork emulation isn't there).

I've used ye ole fork and exec from within Mason many times with great
success.

Thanks,

-- Douglas Hunter


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Mason-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mason-users

Reply via email to