#XE7 the new unit System.Threading has 3650 lines and is pretty selfcontaining.
#XE7 the new unit System.Threading has 3650 lines and is pretty selfcontaining.
The threadpool measures CPU load in a separate thread every 250ms to grow and shrink the pool. It spawns new threads if load is below 80% and removes threads when load is over 95%.
The threadpool measures CPU load in a separate thread every 250ms to grow and shrink the pool. It spawns new threads if load is below 80% and removes threads when load is over 95%.
Comments
Post a Comment