Scheduling modes

Server-Library applications running under Windows can operate in either co-routine or preemptive scheduling mode. Co-routine (the default) scheduling is compatible with other platforms that do not support preemptive scheduling. To choose the preemptive scheduling mode, set the SRV_PREEMPT option to “true” using the srv_config function.