How many background workers can I use? [closed]
How many background workers can I use? Threads? etc.
Tha maximum number of threads you can create is only bounded by the resources that you have.
This could be the question asked in:
- Maximum number of threads per process in Linux?
- What's the maximum number of threads in Windows Server 2003?
Depends on your hardware/software configuration and your use cases.
精彩评论