Benjamin Scherrey wrote: > I've got a fairly functional system going now with my medusa/quixote/postgres app [...] I'm deloping such a beast myself currently (with pyPgSQL, of course ;-). How do you handle database connections? Do you use a connection pool of some sorts? Is there a usable premade one or did you build it yourself? Can I have concurrent requests with Quixote, anyway? In production, I currently use the Medusa thingie, but in production I'd like to use the SCGI adapter. Do each of these do multithreading? A look into the source code didn't get me an immediate answer. -- Gerhard