
Re: New Release(s) Coming
Scaling the solution is way fun on the new system (in a good way)!
Since all the communication (inter component invocation) is inherently message based, and we have provided a very fast default built in TCP.IP module, you can move your components around as you wish. Placing them on as many separate machines as needed.
The only requirement of the model is it requires one machine to be assigned "server" and essentially it brings them all together, acting as a server everyone connects to. However a distributed (multiple servers) model is also easily achievable, though probably rarely needed.
So this all goes to ExpertHosts as well, no problem to have a server with a single trading connection and a 100 different expert hosts running on 100 separate machines.
And all of this comes standard, and takes 3 lines of code to set up.