[Zope] Socket Serving with Zope

Dieter Maurer dieter at handshake.de
Wed Jan 7 15:26:43 EST 2004


Douwe Osinga wrote at 2004-1-7 13:47 +0100:
>I'm trying to build a semi-real time game with a Flash client and a Zope
>server. Flash allows to kinds of server communication, connected sockets and
>http. Using Zope with the latter is relatively easy, but implies that the
>clients poll the server all the time, just in case there is something for
>them. Also, creating http connections all the time is relatively slow and
>costs resources. It would be better to use a socket based approach.

You will need to implement a new server type (analogous to
the FTP server, probably).

-- 
Dieter



More information about the Zope mailing list