SPUG: running multiple scripts concurrently

Alex Algard algard at cardomain.com
Tue Jun 12 17:58:06 CDT 2001


Check out the fork() function. On the other hand, I don't know much about
Win32, and there might be alternatives to it that work better on Win32.
________________________
Alex Algard
CarDomain Networks, Inc.
425-820-2244 x111 | fax: 425-820-5951
algard at cardomain.com


  -----Original Message-----
  From: owner-spug-list at pm.org [mailto:owner-spug-list at pm.org]On Behalf Of
Martin Korb
  Sent: Tuesday, June 12, 2001 2:54 PM
  To: spug-list at pm.org
  Subject: SPUG: running multiple scripts concurrently


  Here is the scenario.
  I have a perl scripts (first.pl) which does a system call to initiate a
2nd script (second.pl) or a 2nd executable (second.exe). I would like to
initiate a 3rd script (third.pl) from  first.pl  while  second.pl  is still
running. The second and third scripts are independent of each other and do
different things (meaning neither task has to be completed or completed
successfully for the other script to do its task). All this needs to happen
on a Win32 platform.

  Thanks for any help and/or direction.

  hmk
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.pm.org/archives/spug-list/attachments/20010612/424b0577/attachment.htm


More information about the spug-list mailing list