Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: Clashes of variable in a web-server while allowing multiuser???

by leocharre (Priest)
on Aug 12, 2006 at 07:54 UTC ( [id://567013]=note: print w/replies, xml ) Need Help??


in reply to Clashes of variable in a web-server while allowing multiuser???

When the server runs the script, the script is no longer the stuff you typed up, it now becomes a thing in memory space. That means, if you make infiniteloop.pl and run it, and delete the file, the thing will keep going and going.. and going... So.. You see, each "run" of the script, is actually a "copy" .. or an 'instance'.

You may want to look at the lovely CGI::Session, sounds like you'll head there at some point.

  • Comment on Re: Clashes of variable in a web-server while allowing multiuser???

Replies are listed 'Best First'.
Re^2: Clashes of variable in a web-server while allowing multiuser???
by cool (Scribe) on Aug 12, 2006 at 09:33 UTC
    Thanks for inputs Leocharre! I will have a look and get back to you.
    Thanks again :)

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (2)
As of 2024-04-24 22:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found