Martijn Moeling
martijn at xs4us.nu
Wed Feb 10 12:51:29 EST 2010
I agree with Graham, MP Session.py has its use but when using frameworks Beaker should be fine... Martijn On Feb 10, 2010, at 11:05 AM, Graham Dumpleton wrote: > 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 <manikandank at tce.edu> 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 >> Mod_python at modpython.org >> http://mailman.modpython.org/mailman/listinfo/mod_python >> > _______________________________________________ > Mod_python mailing list > Mod_python at modpython.org > http://mailman.modpython.org/mailman/listinfo/mod_python
|