Re: win32 service and sockets
From: David Bolen (db3l_at_fitlinxx.com)
Date: 02/09/05
- Next message: Richard Brodie: "Re: Java Integer.ParseInt translation to python"
- Previous message: Kartic: "Re: Python and version control"
- In reply to: Tom Brown: "Re: win32 service and sockets"
- Next in thread: Tom Brown: "Re: win32 service and sockets"
- Reply: Tom Brown: "Re: win32 service and sockets"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 09 Feb 2005 13:48:10 -0500
Tom Brown <brown@esteem.com> writes:
> Well, I have found that it works if I launch the client on the same
> machine as the service. It will not work from a remote machine. Any
> ideas?
Sounds like it might be an issue at the network layer rather than in
your code - perhaps a routing or filtering problem between your two
machines. Have you verified that you do in fact have network
connectivity between the machines (such as with ping), and that you
can reach your server's port from the client (perhaps try telnetting
to the port).
Since you mentioned Xp, could any of it's built-in firewall support be
enabled, and perhaps blocking access to your server's port?
-- David
- Next message: Richard Brodie: "Re: Java Integer.ParseInt translation to python"
- Previous message: Kartic: "Re: Python and version control"
- In reply to: Tom Brown: "Re: win32 service and sockets"
- Next in thread: Tom Brown: "Re: win32 service and sockets"
- Reply: Tom Brown: "Re: win32 service and sockets"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|