[Zope3-dev] Re: [Zope3-checkins] SVN: Zope3/branches/srichter-twisted-integration/

Stephan Richter srichter at cosmos.phy.tufts.edu
Thu Apr 14 13:22:53 EDT 2005


On Thursday 14 April 2005 13:00, Florent Guillaume wrote:
> > +    def __init__(self, stream):
> > +        self.stream = stream
> > +        self.cacheStream = cStringIO.StringIO()
>
> Won't a memory cache be a problem for multi-megabytes POSTs ?

Maybe, but we have no choice here. The only other option is to make it a 
temporary file.

Regards,
Stephan
-- 
Stephan Richter
CBU Physics & Chemistry (B.S.) / Tufts Physics (Ph.D. student)
Web2k - Web Software Design, Development and Training


More information about the Zope3-dev mailing list