[Twisted-Python] Porting twisted methods to a synchronous environment
Phil Christensen
phil at bubblehouse.org
Mon Jan 24 13:45:58 MST 2011
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 do you need to "port twisted methods to a syncronous environment"? Why can't you just write your app asynchronously?
-phil
More information about the Twisted-Python
mailing list