Re: Hi All, I am a newbee for cherrypy. My question is how to realize a link limitation for cherry?

Tim Roberts <[email protected]>
Newsgroups gmane.comp.python.cherrypy
Organization Providenza & Boekelheide, Inc.
Message-ID <[email protected]>
Kevin Zhao wrote:
>
>
> In the target machine B, there is only one installation process . If
> several accesses to web 
> server, the parameters may be affected. We just want to one user to do
> the installation process.

Then you need to use something like CherryPy sessions, so you can send a
cookie to the initial process.  That will let you identify later where
the request came from.

However, it is important that you consider how to handle things when the
process goes awry.  If the first contact has locked things up, what if
that machine crashes?  How will you let things unlock again?  How can
you know for sure when a contact is finished?  These are not easy questions.

-- 
Tim Roberts, [email protected]
Providenza & Boekelheide, Inc.

-- 
You received this message because you are subscribed to the Google Groups "cherrypy-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cherrypy-users+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/[email protected]
To post to this group, send email to cherrypy-users-/JYPxA39Uh5TLH3MbocFF+G/[email protected]
Visit this group at https://groups.google.com/group/cherrypy-users.
For more options, visit https://groups.google.com/d/optout.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.