Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re^2: Install updated version of script such that running instances cannot use an inconsistent state

by ambrus (Abbot)
on Jan 28, 2013 at 21:28 UTC ( [id://1015762]=note: print w/replies, xml ) Need Help??


in reply to Re: Install updated version of script such that running instances cannot use an inconsistent state
in thread Install updated version of script such that running instances cannot use an inconsistent state

How do you know that one second is enough? A CGI script could run for longer than that sometimes.

Replies are listed 'Best First'.
Re^3: Install updated version of script such that running instances cannot use an inconsistent state
by tobyink (Canon) on Jan 28, 2013 at 21:34 UTC

    True, but I'd generally expect it to have at least finished compiling.

    package Cow { use Moo; has name => (is => 'lazy', default => sub { 'Mooington' }) } say Cow->new->name

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1015762]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (4)
As of 2024-03-28 21:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found