[Twisted-Python] New to twisted, need a bit of high-level design help.

Brian L. Troutwine goofyheadedpunk at gmail.com
Thu Jul 5 20:11:29 EDT 2007


Thanks! That's exactly what I was looking for.

On Thursday 05 July 2007 13:03:43 Ed Suominen wrote:
> Brian L. Troutwine wrote:
> > I'm new to using twisted and am attempting to implement a client and
> > server for use a distributed computing environment with a centralized
> > task server. Clients query the task server for a work list, apply a
> > bunch of transforms to this work list and then return the transformed
> > work list back to the server. The server, for its part, has to send
> > out these work lists, keep track of which client is processing what
> > (for timeout handling) and collate the transformed work lists so that
> > it can writing the data out to disk in a sorted manner.
>
> http://foss.eepatents.com/Twisted-Goodies/browser/trunk/twisted_goodies/asy
>ncluster
>
> Best regards,
> Ed Suominen
>
> _______________________________________________
> Twisted-Python mailing list
> Twisted-Python at twistedmatrix.com
> http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python






More information about the Twisted-Python mailing list