Re: Need help with perl script using threads.
- From: "A. Sinan Unur" <1usa@xxxxxxxxxxxxxxxxxxx>
- Date: Sun, 15 May 2005 17:57:00 GMT
r_stringer66@xxxxxxxxx wrote in news:1116179374.513610.58220
@g43g2000cwa.googlegroups.com:
> Thanks for your quick response.
Whose response?
> I did try your suggesion
Whose suggestion?
Please quote some context when you respond.
This is especially important in this case because the aptly named
ignoramus has set X-No-Archive, and therefore future readers of this
thread will not be able to locate his answer to which you are
responding.
> but this solutions seems to run all three scripts sequentially,
His "solution" had nothing to do with "threads".
Ignoramus6432 <ignoramus6432@xxxxxxxxxxxxxxxxxxx> wrote in
news:d67vvb$3na$1@xxxxxxxxxxxx:
> On 15 May 2005 09:58:18 -0700, r_stringer66@xxxxxxxxx
> <r_stringer66@xxxxxxxxx> wrote:
>> Hello,
>>
>> I am trying to write a perl script which will executes three other
>> perl scripts simultanously such as the example described below:
>>
>> I will have a main.pl script which will call test1.pl, test2.pl and
>> test3.pl simoultanously in a multithreaded fashion.
>
> system( "test1.pl \&; test2.pl \&; test3.pl \&" );
This is an operating system dependent call. Roughly speaking, on a *nix
system, it will execute all three scripts in the background. On Windows,
it will execute each script in turn.
> test2.pl only got executed after test1.pl finished. I was actually
> looking for a way to run all three of them concurrently , forcing each
> of them to spawn a new thread simultanously.
It looks like you are on Windows system.
> Thanks in advance for any ideas you might have on this,
Please read the posting guidelines for this group. Follow the
recommendations given there to formulate your question in Perl, and post
again.
Sinan
--
A. Sinan Unur <1usa@xxxxxxxxxxxxxxxxxxx>
(reverse each component and remove .invalid for email address)
comp.lang.perl.misc guidelines on the WWW:
http://mail.augustmail.com/~tadmc/clpmisc/clpmisc_guidelines.html
.
- Follow-Ups:
- Re: Need help with perl script using threads.
- From: r_stringer66
- Re: Need help with perl script using threads.
- References:
- Need help with perl script using threads.
- From: r_stringer66
- Re: Need help with perl script using threads.
- From: r_stringer66
- Need help with perl script using threads.
- Prev by Date: Re: Need help with perl script using threads.
- Next by Date: Re: Need help with perl script using threads.
- Previous by thread: Re: Need help with perl script using threads.
- Next by thread: Re: Need help with perl script using threads.
- Index(es):
Relevant Pages
|