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
I've been playing around with the idea described in the LYSE which is a bit overly complicated and could be simplified. Still its a good solution for load balancing, far better than simple round robin for example.
Hi foobarto,
I think the main problem is that currently the v8 driver does only start one process, having multiple VM's currently only slows you down since the one process working with them has to schedule between the different scopes and vm's. That is unless something has changed :) recently
So we can possibly load balance between VMs? Keep in mind that V8 is single-threaded anyway.
The text was updated successfully, but these errors were encountered: