[Zope] Socket Serving with Zope

Dylan Reinhardt zope at dylanreinhardt.com
Wed Jan 7 11:43:58 EST 2004


On Wed, 2004-01-07 at 04:47, Douwe Osinga wrote:
> Hi Zopers,
> 
> 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 might want to take a look at Twisted.  

http://twistedmatrix.com/products/twisted

HTH,

Dylan




More information about the Zope mailing list