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
{{ message }}
This repository was archived by the owner on Mar 19, 2024. It is now read-only.
Currently the Archive node spawns a new FVM instance that communicates with the live server via internal HTTP calls to get the register values it needs to execute the scripts.
We want to come up with a proof of concept where the script is executed on the same machine as the node itself, that way pulling the data it needs from disk rather than making a network request (which has proven to have unreliable latency as the node gets busier handling multiple requests).
Currently the Archive node spawns a new FVM instance that communicates with the live server via internal HTTP calls to get the register values it needs to execute the scripts.
We want to come up with a proof of concept where the script is executed on the same machine as the node itself, that way pulling the data it needs from disk rather than making a network request (which has proven to have unreliable latency as the node gets busier handling multiple requests).