Re: [Twisted-Python] Twisted 9.0.0 prerelease 1

2009-11-20 Thread David Ripton
On 2009.11.19 22:13:46 -0500, Christopher Armstrong wrote: > Hey guys. I've done an initial cut of Twisted 9. Please check out > these tarballs and tell me whether or not you find any regressions or > other release-related problems. > > The release notes are here: > > http://twistedmatrix.com/use

Re: [Twisted-Python] Twisted 9.0.0 prerelease 1

2009-11-20 Thread Glyph Lefkowitz
On Nov 20, 2009, at 12:23 PM, Jonathan Lange wrote: > On Thu, Nov 19, 2009 at 9:13 PM, Christopher Armstrong > wrote: >> Hey guys. I've done an initial cut of Twisted 9. Please check out >> these tarballs and tell me whether or not you find any regressions or >> other release-related problems. >

Re: [Twisted-Python] Twisted 9.0.0 prerelease 1

2009-11-20 Thread Jonathan Lange
On Thu, Nov 19, 2009 at 9:13 PM, Christopher Armstrong wrote: > Hey guys. I've done an initial cut of Twisted 9. Please check out > these tarballs and tell me whether or not you find any regressions or > other release-related problems. > > The release notes are here: > > http://twistedmatrix.com/u

[Twisted-Python] Storm ORM

2009-11-20 Thread Landreville
Hello, Does anyone use a good ORM with twisted? I'm looking for something very simple, but works with twisted easily. I saw this possible approach to using Storm with twisted http://divmod.org/trac/wiki/NevowStormApproach but has any progress been made to put this in place? __

Re: [Twisted-Python] Launching Twisted client using Process call

2009-11-20 Thread naman jain
Just to add to the previous post: >>foo = Process(target=build_worker.main, args=(build_q,uid,)) is the statement I want to replace (because it is unreliable), with something other that reactor.spawnprocess as there is no reactor in the calling script. Thanks Naman On Tue, Nov 17, 2009 at 3:30

Re: [Twisted-Python] Launching Twisted client using Process call

2009-11-20 Thread naman jain
Hi, Thanks for the reply. I actually came across Process documentation for twisted; but in my case my the script which calls the twisted client is not implemented in Twisted It is just a controller program which instantiates a central repository and spawns off 2 threads and then the threads update