[Zope3-dev] Re: Need to get more involved in Web SIG (was Re: Fixing ZServer bugs?)

Dieter Maurer dieter at handshake.de
Tue Dec 19 17:05:59 EST 2006


Jim Fulton wrote at 2006-12-19 11:54 -0500:
> ...
>I made a mistake several years ago when I decided to (have Amos)
>implement FTP over ZPublisher. The Zope publisher is a CGI-inspired
>HTTP-based and thus stateless API. It is a poor fit for FTP and I
>overgeneralized.

Why do you think so?

I implemented a ZServer based NNTP server over ZPublisher
within a few days -- and did not have the feeling that
I need to stress ZPublisher.

Instead, I was pleased that I could use authentication, request logging,
request profiling, transaction handling, error handling -- all
features either in core ZPublisher or added by us.



-- 
Dieter


More information about the Zope3-dev mailing list