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
Currently FPL has a limit of N fplThreadHandle it can support.
As the CPU thread count increases, FPL must be up-to-date otherwise it will crash or not allow to create a thread.
To fix this, we have to remove the limit and introduce a bucket list that gets dynamically be allocated of 32 threads per bucket or so. Otherwise we will get in trouble when the CPU core counts increases.
The signals suffer from the same issue, so please fix it in there as well.
The text was updated successfully, but these errors were encountered:
Currently FPL has a limit of N fplThreadHandle it can support.
As the CPU thread count increases, FPL must be up-to-date otherwise it will crash or not allow to create a thread.
To fix this, we have to remove the limit and introduce a bucket list that gets dynamically be allocated of 32 threads per bucket or so. Otherwise we will get in trouble when the CPU core counts increases.
The signals suffer from the same issue, so please fix it in there as well.
The text was updated successfully, but these errors were encountered: