[Twisted-Python] High Level Implementation Question

Nathan Seven scosol at yahoo.com
Thu Oct 23 13:18:50 MDT 2003


--- Andrew Bennetts <andrew-twisted at puzzling.org>
wrote:
> 
> (Just to confuse you even more, you don't *need*
> adbapi; you can ignore it
> and do DB work in your own threads if that's more
> convenient.  adbapi is
> probably what you want, though :)

Yes, I'll absolutely need the connection-pool
functionality.
...
Alright- I think it's become clearer to me now-

I need to create my main app, that connects itself to
my db, and runs a web server-
Then my request handling code simply needs to gather
the client data, call the sql function and deferr-
then on callback I just spit the data back to the
client.

All of my business logic is going to be in the DB's
stored procedures- so with this sort of setup the app
side of things is infinitly scalable :)

Thank's for your help-



=====
--
live- http://www.thedenofsin.org/
to- AIM: IMFDUP
_born to violate._




More information about the Twisted-Python mailing list