Comment 1 for bug 541205

Revision history for this message
Jeff Hill (johill-lanl) wrote :

An update on the results from epicsMaxThreadsHost on windows:

o On W2K the maximum is always 2000 threads.
o On WXP the maximum is 30,000 if STACK_SIZE_PARAM_IS_A_RESERVATION is specified when spawning the thread, and 2000 otherwise.

I will be changing the windows version of epicsThreadCreate to use STACK_SIZE_PARAM_IS_A_RESERVATION.