Re: [Zope] Using Zope as App Server for non http-Protocols

2000-08-14 Thread Toby Dickenson
On Fri, 11 Aug 2000 23:30:43 +0200, "Philipp Auersperg" [EMAIL PROTECTED] wrote: We want to (mis)use zope as an application server servicing a proprietary non-http protocol for transmitting compressed data. Its easy to overlook http if your application is not a conventional 'web' application,

RE: [Zope] Using Zope as App Server for non http-Protocols

2000-08-11 Thread Chris McDonough
Phillipp, First, design your system. Then write the very basics of what you need in Python first using whatever third-party binaries you need to, leaving the methods which use Zopish features (like ZSQL methods, ODB, etc) as stubs. Then after you're done, and it works, you can wrap it in a