You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we replaced classic threads by virtual threads we gave up the load control which we had by determining the thread pool size. We want to gain back control over the number of threads working in parallel again.
It seems most reasonable to me to add a Semaphore to the CollectionAggregator, whose size is configurable by the configuration file
The text was updated successfully, but these errors were encountered:
When we replaced classic threads by virtual threads we gave up the load control which we had by determining the thread pool size. We want to gain back control over the number of threads working in parallel again.
It seems most reasonable to me to add a Semaphore to the CollectionAggregator, whose size is configurable by the configuration file
The text was updated successfully, but these errors were encountered: