Threads and performance
EMSRV for Windows uses one thread per client connection. This means that EMSRV readily scales to support more connections on these platforms. EMSRV automatically spawns threads to handle client connections.
EMSRV for UNIX uses one process per client connection. This means that EMSRV performance degrades slightly as the number of connections increases.
Last modified date: 06/28/2019