-
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
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
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
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!
>
>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
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
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