cpu thread?
#2
No, entering 999 won't spawn 999 threads. Internally the number of threads is limited to [max processors - reserved processors]. The minimum number of reserved processors is 1, because using all available processors will usually result in a significant performance hit (due to the fact that while Max is running Windows is still performing other tasks and needs at least 1 processor to do them). Leaving a single thread available (unless you're on a machine with only 1 processor...then tyFlow will indeed use all processors) will prevent a bottleneck like that.
  Reply


Messages In This Thread
cpu thread? - by rheogh - 06-01-2023, 10:04 PM
RE: cpu thread? - by tyFlow - 06-03-2023, 02:35 AM
RE: cpu thread? - by rheogh - 06-04-2023, 02:59 AM
RE: cpu thread? - by tyFlow - 06-04-2023, 03:33 AM
RE: cpu thread? - by rheogh - 06-04-2023, 04:36 AM
RE: cpu thread? - by tyFlow - 06-04-2023, 04:49 AM
RE: cpu thread? - by rheogh - 06-04-2023, 07:20 AM
RE: cpu thread? - by tyFlow - 06-05-2023, 01:55 AM
RE: cpu thread? - by rheogh - 06-06-2023, 02:32 PM
RE: cpu thread? - by tyFlow - 06-06-2023, 03:30 PM

Forum Jump: