Re: Re: Session management implementation in mod_python

Graham Dumpleton <[email protected]> Wed, 10 Feb 2010 21:05:02 +1100
Newsgroups gmane.comp.python.mod_python
Message-ID <[email protected]>
I would perhaps suggest you look at Beaker as a better/simpler to
understand example of session management. The mod_python
implementation is complicated by the fact that it tries to handle
cross process exclusive locking.

Graham

On 10 February 2010 19:52, K.Manikandan <[email protected]> wrote:
>>Please pick the Pieces of code you do not understand and ask your
> questions, >I will be happy to answer those and if needed help you out
> with getting your >stuff working.
>>Kind regards,
>>Martijn Moeling
>
> Hi,
>
> We are using twisted-python for providing web-services. We have to handle
> sessions. In the Session.py file, there was a lot of things about
> Threading and Locking. Is it mandatory that we use threading concepts for
> maintaining sessions ? Moreover, are there any other way in which we can
> maintain sessions without threading and locking?
>
>
>
> Regards,
> Manikandan K
>
>
> -----------------------------------------
> This email was sent using TCEMail Service.
> Thiagarajar College of Engineering
> Madurai-625 015, India
>
> _______________________________________________
> Mod_python mailing list
> [email protected]
> http://mailman.modpython.org/mailman/listinfo/mod_python
>