Re: [Twisted-Python] AsyncQueue is still unavailable

2009-06-19 Thread mardiros
Hey, thanks for helping me. Steve Steiner (listsin) a écrit : I have a more current version of the code, but it would be better to go with something actively maintained. S That's exactly what I thint about too I am looking in Storm for the moment. I have copy the driver

Re: [Twisted-Python] AsyncQueue is still unavailable

2009-06-19 Thread David Bolen
mardiros mardi...@laposte.net writes: I am looking in Storm for the moment. I have copy the driver in the twisted-integration, but it tries with the both driver pymssql and adodbapi, and i think only the mxodbc worked. Now i execute deferred query  with a modified one, and it work's fine.

[Twisted-Python] AsyncQueue is still unavailable

2009-06-18 Thread mardiros
I everyone, I have too write a network application, and I think twisted is the best choice for it! I need to do some sql transaction, and I prefer too use an ORM too request the DB. But the server I have to connect is an SqlServer, so sqlalchemy is, I think the best choice. And every google

Re: [Twisted-Python] AsyncQueue is still unavailable

2009-06-18 Thread Jean Daniel
The Storm ORM is popular, has talented people working on it and is planning to merge the MS SQL backend (available on launchpad) from the company called Zeomega. https://storm.canonical.com/ https://code.launchpad.net/~zeomega Storm and Twisted can be used together, see this thread:

Re: [Twisted-Python] AsyncQueue is still unavailable

2009-06-18 Thread Kevin Horn
I have no idea what happened to the site (archive.org shows no updates after Feb 2008), but older versions of both sAsync and AsynQueue are available on PyPI: http://pypi.python.org/pypi/sAsync/0.7 http://pypi.python.org/pypi/AsynQueue/0.3 They look to have been written for Py2.4, but perhaps

Re: [Twisted-Python] AsyncQueue is still unavailable

2009-06-18 Thread Steve Steiner (listsin)
On Jun 18, 2009, at 3:46 PM, Kevin Horn wrote: I have no idea what happened to the site (archive.org shows no updates after Feb 2008), but older versions of both sAsync and AsynQueue are available on PyPI: http://pypi.python.org/pypi/sAsync/0.7 http://pypi.python.org/pypi/AsynQueue/0.3