RE: Excessive wait time after fork

2011-04-06 Thread TAO, NENGBING [AG/1005]
- From: TAO, NENGBING [AG/1005] Sent: Saturday, April 02, 2011 11:07 AM To: 'beginners-digest-h...@perl.org'; beginners@perl.org Subject: Excessive wait time after fork Hi, I noticed that after fork, the wait time is excessive (my other test waited for hours). Is this a known

RE: Excessive wait time after fork

2011-04-06 Thread TAO, NENGBING [AG/1005]
id show that less than half of the total memory is used. So I don't believe the server is swamped. Thanks -Original Message- From: Chas. Owens [mailto:chas.ow...@gmail.com] Sent: Monday, April 04, 2011 6:40 AM To: TAO, NENGBING [AG/1005] Cc: beginners-digest-h...@perl.org; begi

Re: Excessive wait time after fork

2011-04-04 Thread Chas. Owens
On Sat, Apr 2, 2011 at 12:06, TAO, NENGBING [AG/1005] wrote: > Hi, > >        I noticed that after fork, the wait time is excessive (my other > test waited for hours). Is this a known problem, how to get around it? snip > child 3 AFTER  sub call :Sat Apr  2 10:45:01 2011 numKeys:40

Excessive wait time after fork

2011-04-04 Thread TAO, NENGBING [AG/1005]
Hi, I noticed that after fork, the wait time is excessive (my other test waited for hours). Is this a known problem, how to get around it? This happens with ForkManager module also. Any pointers on what's going on is appreciated!

Re: wait time

2007-04-05 Thread Jeff Pang
> >is there any function i can use to add some seconds of delay in my >program?? Yes,like all other program languages,you can use "sleep" for the delay. see "perldoc -f sleep". if you want to get a sleep of milliseconds,you can use the four arguments version "select",like: # sleep of 250 milli

Re: wait time

2007-04-04 Thread Nilesh Patil
You can use "sleep". On Thursday 05 April 2007 06:03, Brandino Andreas wrote: Hi all, is there any function i can use to add some seconds of delay in my program?? Thanks <> --- --- --- <> Brandino Andreas [EMAIL PROTECTED] <> --- --- --- <> -- Regards, Nil

wait time

2007-04-04 Thread Brandino Andreas
Hi all, is there any function i can use to add some seconds of delay in my program?? Thanks <> --- --- --- <> Brandino Andreas [EMAIL PROTECTED] <> --- --- --- <> -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] h