DEVFYI - Developer Resource - FYI

What is the limit on per process for creating a thread?

Windows programming Interview Questions and Answers


(Continued from previous question...)

23. What is the limit on per process for creating a thread?

The number of threads a process can create is limited by the available virtual memory and depends on the default stack size

(Continued on next question...)

Other Interview Questions