SocketServer Problem

Irmen de Jong irmen at -nospam-remove-this-xs4all.nl
Sat Jun 26 03:23:17 EDT 2004


Ergin Aytac wrote:
> Can I bind a socket to an address that is public and has no access 
> limits? (like public usenet servers as news.php.net or news.mozilla.org)

No.

But you can _connect_ to it, which is a very different thing...
Have you read the socket howto? http://www.amk.ca/python/howto/sockets/

--Irmen



More information about the Python-list mailing list