On Mon, 21 Dec 2009 12:10:01 -0600
shawn bright wrote:
> Hey all,
Hi...
>
> I keep getting a connection error 111 connection refused. When i try
> to connect to a server at a remote ip address.
The keywords here: "connection refused" and "remote ip address".
>
> I am using linux on both compu
Hey all,
I keep getting a connection error 111 connection refused. When i try to
connect to a server at a remote ip address.
I am using linux on both computers.
the socket server looks like this:
#!/usr/bin/python
import SocketServer
class MyTCPHandler(SocketServer.BaseRequestHandler):
def
Hey all,
I keep getting a connection error 111 connection refused. When i try to
connect to a server at a remote ip address.
I am using linux on both computers.
the socket server looks like this:
#!/usr/bin/python
import SocketServer
class MyTCPHandler(SocketServer.BaseRequestHandler):
def