Re: Regarding help in Threading

2011-10-06 Thread Shlomi Fish
ׁHello, Vishal, On Thu, 6 Oct 2011 15:00:22 +0530 Vishal Gupta wrote: > > > > > > Hi, > > I have to write a perl program (Parent script) which does the below 4 tasks > simultaneously: > > 1. Executing a perl script in one shell. (Parent script) > 2. Invoking a thread performing some task

Re: Regarding help in Threading

2011-10-06 Thread Rob Coops
On Thu, Oct 6, 2011 at 11:30 AM, Vishal Gupta wrote: > > > > > > Hi, > > I have to write a perl program (Parent script) which does the below 4 tasks > simultaneously: > > 1. Executing a perl script in one shell. (Parent script) > 2. Invoking a thread performing some tasks periodically lets say onc

Regarding help in Threading

2011-10-06 Thread Vishal Gupta
Hi, I have to write a perl program (Parent script) which does the below 4 tasks simultaneously: 1. Executing a perl script in one shell. (Parent script) 2. Invoking a thread performing some tasks periodically lets say once in 15 min, and send a message when any task is completed, to parent