Re: client-client connection using socket

2005-04-07 Thread dcrespo
"Client" and "Server" are just definitions or convention names. If your program "listens" to connections, then it is a server. Just it. -- http://mail.python.org/mailman/listinfo/python-list

Re: client-client connection using socket

2005-04-07 Thread Laszlo Zsolt Nagy
[EMAIL PROTECTED] wrote: Hello, I have two client computers, each has its own host name. Hello, I did not understand your problem. I do not see cleary what you want to do? When you say "client", do you mean a client in a client-server architecture? Maybe you want to create a peer-to-peer connec