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
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.
>
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
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?
__
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
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