Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Re: web-based application or desktop application?

by EvdB (Deacon)
on Dec 05, 2003 at 09:57 UTC ( [id://312471]=note: print w/replies, xml ) Need Help??


in reply to Re: web-based application or desktop application?
in thread web-based application or desktop application?

If you want to make HTTP stateful then you could fire up a single server for each user on a special port, and then shut that server down when the session is over. If every request went to the same server instance then it could keep state information between requests.

Obviously this is not a solution for a large website but if there is one part of your app that really needs this then it could be used - especially internally with few users.

--tidiness is the memory loss of environmental mnemonics

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (3)
As of 2024-04-20 05:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found