Re: [Zope-dev] ZPT Optimization Opportunity

2004-09-27 Thread Fred Drake
On Mon, 27 Sep 2004 14:18:30 -0400, Tres Seaver <[EMAIL PROTECTED]> wrote: > Transformation is already complete at that point. The only difference > is the type of the result returned (eventually) to the publisher. Ok, that sounds good. > BTW, I looked again at where StringIO is used, and it see

Re: [Zope-dev] ZPT Optimization Opportunity

2004-09-27 Thread Jim Fulton
Tres Seaver wrote: ... - Returning the iterator to medusa means that the application thread becomes available to service other threads that much more quickly. Even if the malloc issues can't be demonstrated, the increase in concurrency *should* be a win here. I don't think this would