Re: multi processes

2007-02-14 Thread amadain
On Feb 14, 3:32 pm, [EMAIL PROTECTED] wrote: > On Feb 14, 7:53 am, "amadain" <[EMAIL PROTECTED]> wrote: > > > Hi > > Heres a poser. I want to start a program 4 times at exactly the same > > time (emulating 4 separate users starting up the same program). I am > > using pexpect to run the program fro

Re: multi processes

2007-02-14 Thread garrickp
On Feb 14, 7:53 am, "amadain" <[EMAIL PROTECTED]> wrote: > Hi > Heres a poser. I want to start a program 4 times at exactly the same > time (emulating 4 separate users starting up the same program). I am > using pexpect to run the program from 4 separate locations accross the > network. How do I st

multi processes

2007-02-14 Thread amadain
Hi Heres a poser. I want to start a program 4 times at exactly the same time (emulating 4 separate users starting up the same program). I am using pexpect to run the program from 4 separate locations accross the network. How do I start the programs running at exactly the same time? I want to time h