Re: Session management implementation in mod_python
Martijn Moeling <[email protected]> Tue, 9 Feb 2010 22:42:14 +0100
| Newsgroups | gmane.comp.python.mod_python |
|---|---|
| Message-ID | <[email protected]> |
Hi Guruprasad, I have have a heavily changed version of Session.py in use by my system. It's session store is in a MySQL database so multiple MP front end machines can serve clients (load balancing). I'm now away from MP and use mod_wsgi since I have issues with memory leaks and cannot rely on MP since its development ceased. To do so I have made an interface so my MP code works on top of MOD_WSGI. Again I had to change Session.py since it relies on apache.py and that will not work on top of mod_wsgi...... Since I'm working on low level HTTP for the base of my web desktop I do have a great understanding of session management, I have turned the whole thing into what I needed. I can line by line comment Session.py but I'm not willing to do so since I do not know your level of knowledge. 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 On Feb 9, 2010, at 12:26 PM, L.Guruprasad wrote: > Hi all, > I am in the process of writing a twisted python xmlrpc server wherein I > need some session management functionality that I have to write on my > own. Since I have used mod_python for long, I thought I could use the > ideas from mod_python's Session.py. But when I tried looking into the > Session.py code, I couldn't understand a lot of things due to my > insufficient knowledge. Can anyone help me in understanding the brief > overview of how it is done? > > Regards, > Guruprasad > _______________________________________________ > Mod_python mailing list > [email protected] > http://mailman.modpython.org/mailman/listinfo/mod_python