dedicated server

A server that requires a dedicated server process for each user process. There is one server process for each client. Net8 sends the address of an existing server process back to the client. The client then re-sends its connect request to the server address provided.

seealso.gif
See Also: Multi-threaded server (MTS)