Re: [Twisted-Python] Twisted in a multicore environment

2012-07-10 Thread Werner Thie
On 7/10/12 6:17 AM, Laurens Van Houtven wrote: > FWIW, I have used Ampoule to great effect, but as JP points out it's hardly > the only option. You're bound to end up with some measure of multiprocessing. > Bear in mind that not all workloads are well-suited for this kind of problem! > Always m

Re: [Twisted-Python] deferred graph?

2012-07-10 Thread Eric P. Mangold
On Thu, Jun 28, 2012 at 08:42:20PM -0400, Terry Jones wrote: > Hi Glyph! > > There are a couple of tickets floating around: > > http://twistedmatrix.com/trac/ticket/3858 > http://twistedmatrix.com/trac/ticket/1402 (closed as a dupe) Please work on this!! I've had the idea in my head for a vi

[Twisted-Python] Twisted in a multicore environment

2012-07-10 Thread Augusto Mecking Caringi
Hi, I'm researching the best way to implement/use a Twisted-based server in a multicore environment... There is the Ampoule project, that I realize is considered the best way to do that. Right? I'm also reading about the internals of Nginx HTTP server. This server utilizes the same r