> 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.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to