----- Original Message ----- From: "Andrea Arcangeli" <[EMAIL PROTECTED]>
To: "Twisted Web World" <[email protected]>
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

_______________________________________________
Twisted-web mailing list
[email protected]
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-web

Reply via email to