[Zope-dev] Re: [Zope] reall-time data to a Java client interface
from ZOPE
Michel Pelletier
michel@digicool.com
Thu, 23 Mar 2000 17:29:21 -0800
"Performance.net Support" wrote:
>
> That's definitely the idea. I've been reading up on ZOPE and Medusa and this
> type of thing is is exactly what they were designed for. What I'm wondering
> now is, is it possible to plug a server I write into ZOPE in the same way
> that FTP is plugged in
Yes.
>, as a behind the scenes service that starts when ZOPE
> starts. If so, how is this done?
You create a new kind of server module and then modify z2.py to
instanciate one when you fire up Zope.
> Are there any docs that might give a bit of
> detail on this subject?
Uh...... check the medusa site. http://www.nightmare.com/
-Michel