It also spawns off server threads/process for the client. What I mean is that it listens for clients, when a client calls asking for a connection, the listener spawns off a
thread to work for the client, now all calls from the client now go through their server process.
Mark