[python-sybase] Executing SQL asynchronously

Dave Cole djc at object-craft.com.au
Wed Jun 15 09:50:41 EST 2005


Skip Montanaro wrote:
> I need to perform inserts and updates to a Sybase database asynchronously.
> Is there already a mechanism in sybase-python to do this?  I see the Sybase
> module uses threads extensively.

I suppose the best way to do this would be to perform the SQL operations 
in one or more separate Python threads.

- Dave

-- 
http://www.object-craft.com.au


More information about the Python-sybase mailing list