Re: [Twisted-Python] Porting twisted methods to a synchronous environment

2011-01-25 Thread Don Dwiggins
On 1/24/2011 12:45 PM, Phil Christensen wrote: > On Jan 24, 2011, at 2:26 PM, Don Dwiggins wrote: >> I have a server that provides access to a database in the usual way, >> using adbapi to talk to an MSSQL server. Now, I'm facing the need to >> create an application that can access the server dire

Re: [Twisted-Python] Porting twisted methods to a synchronous environment

2011-01-24 Thread Phil Christensen
On Jan 24, 2011, at 2:26 PM, Don Dwiggins wrote: > I have a server that provides access to a database in the usual way, > using adbapi to talk to an MSSQL server. Now, I'm facing the need to > create an application that can access the server directly. (In addition > to, not instead of.) Why d