Re:Multiple connections on one server
On Tue, 11 Feb 2003 15:12:15 -0000, "Loic" <loic_...@hotmail.com>
wrote:
Quote
>ok, but will this be able to cope if say, 10 people all simultaneously tried
>to connect to the server?
Yes.
Quote
>I understand how each is unique, but wouldn't I need a new instance of the
>server component to listen on that port? if not, how is it possible to have
If you want to keep the idea with the new ports, you'll need multiple
instances. However, you might consider skipping that plan altogether.
All clients connect to one server listening on one port.
Quote
>Why is it NM components stink?
Well, let's put it this way:
Fastnet comps are buggy and you don't get source codes or support to
change that.
Indy is freeware and open source, so that's a better way to go.
If you want to keep non-blocking sockets (like FastNet), you can also
use ICS (also free and open source).
Andy