[Twisted-web] Re: Bootstrapping for Nevow

Stephan Richter srichter at cosmos.phy.tufts.edu
Tue May 17 15:57:03 MDT 2005


On Tuesday 17 May 2005 17:47, Nicola Larosa wrote:
> > Have a look at Zope 3. You can easily replace or use as much or little as
> > you wish. And as a bonus, Zope 3.2 will feature Twisted as the server.
>
> Does this mean that the whole Zope+Twisted caboodle will natively run in an
> asynchronous, event-driven fashion? Or are threads still part of the
> picture?

Every request that is sent to Zope 3 will be run in a thread. This way we 
avoid locking for long transactions. The new twisted.web2.wsgi code actually 
provides that. But it will work like that for FTP as well.

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 Twisted-web mailing list