[sqlalchemy] Re: Asynchronous SQLAlchemy

2008-01-27 Thread Manlio Perillo
Mike Lewis ha scritto: > Hi All, > > I'm starting a new project that will probably be using Twisted, but I > want to use SQLAlchemy as well. I saw a couple of old posts about > Asynchronous SQLAlchemy and two different implementations, but neither > sAsync nor nadbapi seem to be maintained (or a

[sqlalchemy] Re: Asynchronous SQLAlchemy--Anybody using Twisted, sAsync?

2007-02-24 Thread Manlio Perillo
Allen Bierbaum ha scritto: > On 2/21/07, Manlio Perillo <[EMAIL PROTECTED]> wrote: >> Matt Culbreth ha scritto: >>> Howdy Group, >>> >>> I'm playing out with a few things now and I wanted to see if anyone >>> else has used SQLAlchemy in an asynchronous manner? For example, you >>> could create a

[sqlalchemy] Re: Asynchronous SQLAlchemy--Anybody using Twisted, sAsync?

2007-02-23 Thread Allen Bierbaum
On 2/21/07, Manlio Perillo <[EMAIL PROTECTED]> wrote: > > Matt Culbreth ha scritto: > > Howdy Group, > > > > I'm playing out with a few things now and I wanted to see if anyone > > else has used SQLAlchemy in an asynchronous manner? For example, you > > could create a service which responded to a

[sqlalchemy] Re: Asynchronous SQLAlchemy--Anybody using Twisted, sAsync?

2007-02-21 Thread Manlio Perillo
Matt Culbreth ha scritto: > Howdy Group, > > I'm playing out with a few things now and I wanted to see if anyone > else has used SQLAlchemy in an asynchronous manner? For example, you > could create a service which responded to asynchronous requests for > data, and could be used by a web client,

[sqlalchemy] Re: Asynchronous SQLAlchemy--Anybody using Twisted, sAsync?

2007-02-20 Thread Matt Culbreth
Awesome! Thanks a bunch for posting this. The GPL nature of the sAsync tool had me a bit perplexed also. On Feb 20, 12:43 pm, David Bolen <[EMAIL PROTECTED]> wrote: > "Matt Culbreth" <[EMAIL PROTECTED]> writes: > > I'm playing out with a few things now and I wanted to see if anyone > > else has

[sqlalchemy] Re: Asynchronous SQLAlchemy--Anybody using Twisted, sAsync?

2007-02-20 Thread David Bolen
"Matt Culbreth" <[EMAIL PROTECTED]> writes: > I'm playing out with a few things now and I wanted to see if anyone > else has used SQLAlchemy in an asynchronous manner? For example, you > could create a service which responded to asynchronous requests for > data, and could be used by a web client

[sqlalchemy] Re: Asynchronous SQLAlchemy--Anybody using Twisted, sAsync?

2007-02-19 Thread Troy
We did a quick proof-of-concept with it and it appeared to work as advertised :) Troy On Feb 19, 10:11 am, "Matt Culbreth" <[EMAIL PROTECTED]> wrote: > Howdy Group, > > I'm playing out with a few things now and I wanted to see if anyone > else has used SQLAlchemy in an asynchronous manner? Fo