Using the Medusa web-server on a Macintosh

steve.yanney at sophos.com steve.yanney at sophos.com
Thu Aug 23 09:32:37 EDT 2001


Has anyone successfully used The Medusa web-server on the Macintosh?

I have tried to do this, but during its use the select() function call that
determines which sockets are ready for reading, returns erroneous objects.
Namely, the listening socket is indicated as being ready to read, but when
its accept method is called, it fails due to the fact that it isn't
actually ready to read. This prevents the server from functioning as it
should.

I would appreciate any comments on this.

Thanks








More information about the Python-list mailing list