[Twisted-web] Re: Good ROM tool ?

Paul G paul-lists at perforge.com
Wed Jan 18 15:58:26 MST 2006


----- Original Message ----- 
From: "Andrea Arcangeli" <andrea at cpushare.com>
To: "Twisted Web World" <twisted-web at twistedmatrix.com>
Sent: Wednesday, January 18, 2006 11:25 AM
Subject: Re: [Twisted-web] Re: Good ROM tool ?


> On the long term techning Cheetah how to handle a deferred would be
> cool.

i've been thinking about this a bit, since i originally planned to have 
cheetah templating run in a threadpool. i don't think this makes sense - all 
changes to mutable objects are, afaik, synchronized by the gil (global 
interpreter lock - think the BKL, andrea ;), so we're synchronizing very 
heavily anyway. i'm going to benchmark running it synzhronously (with 
precompiled/preloaded templates) and  running it as a separate process, with 
pb or shm for io.

-p 




More information about the Twisted-web mailing list