How does an Erlang process bind to a specific scheduler? -


how erlang process bind specific scheduler?

currently processes not bound specific schedulers (though can force via undocumentet functions, not recommended). scheduler threads may bound logical processors using cpu topology , binding types. vm use of information enhance performance in normal scheduling scheme.


Comments

Popular posts from this blog

php - How can I edit my code to echo the data of child's element where my search term was found in, in XMLReader? -

javascript - Iterate over array and calculate average values of array-parts -

jQuery Ajax Render Fragments OR Whole Page -