durusmail: quixote-users: Controlled display of forms & widgets.
Controlled display of forms & widgets.
2003-04-25
2003-04-25
2003-04-28
Controlled display of forms & widgets.
Etienne Posthumus
2003-04-25
On Friday, Apr 25, 2003, at 03:25 Europe/Amsterdam, Gerhard Häring
wrote:
> 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.

Just a note from the peanut gallery;
I am using sqlite + medusa + Quixote and trying to stay away from
multi-threading.
The dicussions from the 'threads are evil' camp have convinced me
enough to try and stay away from them as much as possible, by design.

The realisation that you can actually get a lot done with asynch IO and
deferred execution was quite an epiphany for me.

Etienne Posthumus
Amsterdam, Nederland
As always, horses for courses etc., YMMV, bla bla bla.

reply