Hi all,
I have forced myself to move from Perl to Python over the last couple of months. I'm not 100% there yet, but I am now in the "final" phase - moving from mod_perl to mod_python. Still early days, but perhaps there are one or two things some others here will be interested in.
My experience is documented on my blog: http://4j.blogspot.com/
Now a question. In mod_perl database pooling was simple. In mod_python everything I read suggests some middle layer - like SQL Relay. Is this really the only option? Are there not a more "native" DB pooling solution for mod_python?
Cheers all!
I have forced myself to move from Perl to Python over the last couple of months. I'm not 100% there yet, but I am now in the "final" phase - moving from mod_perl to mod_python. Still early days, but perhaps there are one or two things some others here will be interested in.
My experience is documented on my blog: http://4j.blogspot.com/
Now a question. In mod_perl database pooling was simple. In mod_python everything I read suggests some middle layer - like SQL Relay. Is this really the only option? Are there not a more "native" DB pooling solution for mod_python?
Cheers all!