simple socket redirector app question
Bruce Edge
bedge at troikanetworks.com
Thu Jun 20 13:54:14 EDT 2002
In <5DrP8.25$OT1.34057 at newsfeed.slurp.net>, Bruce Edge wrote:
> I have an app which talks via sockets to local host clients only. I'd
> like to get at it remotely.
>
> Basically it would accept remote connections from a remote client, relay
> them the the local app, and forward the replies back to the remote
> client.
>
> What's the simplest way to write this type of a socket redirector?
>
> Use SocketServer, or is that overkill?
>
> Thanks, Bruce.
Thanks to all who responded. You guys basically wrote it for me.
Let's see M$ support top that.
-Bruce.
More information about the Python-list
mailing list