Re: Several server apps at same port in same machine? Just confirm whether my assumptions are true...
From: Alun Jones [MS MVP] (alun_at_texis.invalid)
Date: 03/25/04
- Next message: Andrew Chalk: "Re: WSAError returns 2"
- Previous message: Andreas: "Very mysterious socket behaviour"
- In reply to: Francisco Garcia: "Several server apps at same port in same machine? Just confirm whether my assumptions are true..."
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 25 Mar 2004 23:44:50 GMT
In article <#XRUq1kEEHA.2548@TK2MSFTNGP12.phx.gbl>, "Francisco Garcia"
<nospam@nowhere.com> wrote:
> So, I'm searching for a work-around, some way to run several server-apps
>in the same machine, all answering to connection requests to a well known
>port from the internet. I suppose that, internaly, each server instance will
>listen at a different port. Can anyone of you tell me if it will be possible
>using:
Essentially, what you want is something like a proxy. Depending on the
application, it could be a demultiplexing proxy, where the proxy makes one
more-or-less permanent connection to the old server, and sends all requests
down that pipe, or it could be a many-to-many proxy, where it takes many
incoming connections, and makes many outgoing connections.
Of course, you'd still be limited by how many copies of the old server you
cared to start up at any time, but it'd be a reasonable stop-gap measure.
Alun.
~~~~
[Please don't email posters, if a Usenet response is appropriate.]
-- Texas Imperial Software | Find us at http://www.wftpd.com or email 1602 Harvest Moon Place | alun@texis.com. Cedar Park TX 78613-1419 | WFTPD, WFTPD Pro are Windows FTP servers. Fax/Voice +1(512)258-9858 | Try our NEW client software, WFTPD Explorer.
- Next message: Andrew Chalk: "Re: WSAError returns 2"
- Previous message: Andreas: "Very mysterious socket behaviour"
- In reply to: Francisco Garcia: "Several server apps at same port in same machine? Just confirm whether my assumptions are true..."
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|