Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Re: Writing web pages in Perl with sessions

by ducky (Scribe)
on Sep 13, 2001 at 02:05 UTC ( [id://112040]=note: print w/replies, xml ) Need Help??


in reply to Re: Writing web pages in Perl with sessions
in thread Writing web pages in Perl with sessions

Hmmm memory only, huh... you might want to look into IPC::Shareable and build a perl data server separate from the web server. You need a separate data server because when the web server gets a cgi request it forks perl - when perl's done with the request it completely exits.

The perldoc for IPC::Shareable has an example of a data server, too. =)

-Ducky

  • Comment on Re: Re: Writing web pages in Perl with sessions

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (3)
As of 2024-04-19 22:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found