Re: sql server support from linux

2004-12-26 Thread Scott David Daniels
Simon Wittber wrote: I considered doing exactly the same thing a while ago, but was worried about running into an annoyance like that. FWIW, The synchronous Pyro server performed much faster than the multithreaded version, even under heavy use from 3 machines. It appeared that while the database

Re: sql server support from linux

2004-12-23 Thread Simon Wittber
> I considered doing exactly the same thing a while ago, but was worried > about running into an annoyance like that. FWIW, The synchronous Pyro server performed much faster than the multithreaded version, even under heavy use from 3 machines. It appeared that while the database queries were se

Re: sql server support from linux

2004-12-23 Thread Benji York
Simon Wittber wrote: 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? I've exposed the DB API using Pyro. I had to turn multithreading off, as the server leaked memory on every query.

Re: sql server support from linux

2004-12-21 Thread Simon Wittber
> 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 se

RE: sql server support from linux

2004-12-21 Thread Robert Brewer
Simon Wittber wrote: > I am currently tasked with connecting Python CGI programs, under > Apache2 / Linux, to SQL Server on Windows 2000. > ... > Does anyone in this list ever connect to SQL Server from Linux, using > Python? If so, what is your solution? If you can get the DB-API wrappers running

Re: sql server support from linux

2004-12-20 Thread vincent wehren
Simon Wittber wrote: I am currently tasked with connecting Python CGI programs, under Apache2 / Linux, to SQL Server on Windows 2000. The latest MSSQL module from http://www.object-craft.com.au/projects/mssql/ (0.09) will not (for me, at least) compile on Debian. The next version of the module (0.0

sql server support from linux

2004-12-20 Thread Simon Wittber
I am currently tasked with connecting Python CGI programs, under Apache2 / Linux, to SQL Server on Windows 2000. The latest MSSQL module from http://www.object-craft.com.au/projects/mssql/ (0.09) will not (for me, at least) compile on Debian. The next version of the module (0.08) will compile, but