Glyph Lefkowitz <[EMAIL PROTECTED]> wrote:
> Where should I begin in making my webserver more webware-friendly, and in 
> making webware more twisted-friendly?

After reading a little about Twisted, it looks like it overlaps with
Webware in AppServer -- or, rather, Twisted is what the AppServer
would be if the AppServer were everything people wanted it to be.

However, I don't think the interface between AppServer and the rest of
the system is very well defined -- no one's really expected it to be
replaced with non-core components.  Another layer of abstraction --
the adapters -- is the way replaceable components have been created.
But these really only cover HTTP.  Perhaps the notion could be
extended to other protocols, but Chuck and others think it's better to
extend AppServer to support the protocols itself.

Webware *wants* to support more than HTTP.  I personally would really
like FTP.  By hooking the non-HTTP part of Twisted into Webware, you
would be providing something we don't already have.

  Ian

_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to