Dan Eloff wrote:
* DB connection pooling
Got that. It's actually very simple. Just derive from the Queue class,
it's already synchronized. Override pop with the logic for handing out
connections. Simply use put to return it when you're done. I recommend
putting the db information in a config fi
On 08/09/2006, at 5:15 PM, Graham Dumpleton wrote:
Now I am well and truly confused and not sure if I have broken
mod_python 3.3
or not. Short of it is, that I cannot get something like:
AddHandler mod_python .xxx
PythonHandler /Users/grahamd/Projects/testing/xxx.py
FWIW, you can
Hi Graham,
Thank you for all the detailed info! Hope you are feeling better. I
did not mean to get you all worked up with a foggy brain ;)
I love the wiki you put together, lots of great stuff in there! I am
going to go back to the drawing board here due to all the new things
you presente
Hi Dan,
I use the Queue class to perform DB pooling, and use 3 different
types of templating system in various mod_python applications. So
yes, mod_python makes all those customization very easy and it is why
I love it as well. The only downside I have found is that after
developing sever
On 10/09/2006, at 12:28 PM, Sébastien Arnaud wrote:
I love the wiki you put together, lots of great stuff in there! I
am going to go back to the drawing board here due to all the new
things you presented available in mod_python 3.3 which I did not
know about. It looks like a fixuphandler w