sql server support from linux

Simon Wittber simonwittber at gmail.com
Tue Dec 21 20:12:59 EST 2004


> If you can get the DB-API wrappers running on Win2k, how about doing that locally and then
> writing a quickie socket server which your linux client can connect to?

That is, essentially, exactly what I have done.

I've exposed the DB API using Pyro. I had to turn multithreading off,
as the server leaked memory on every query. (The MSSQL module claims a
threadsafety of 3 so I guess something in my code, or Pyro, is
leaking).

Sw.



More information about the Python-list mailing list