Server Clustering & POD Scaling

As I learned, Solid doesn’t have scaling ability. And also, decoupling of Solid server and POD to be located in different networks is not supported by current Solid implementation.

Is there any way / tool to fulfill those features?

1 Like

Did you break ground on this challenge? Any progress or answers to this?
thanks

No reply. This feature is not supported out of the box. However, I can say that a Solid server can be clustered by cloning the app instances. And you may think of using Hadoop-like technologies to be able to scale the POD. Actually, I didn’t try that approach; even so, it deserves to be tried.

https://nodejs.org/api/cluster.html

I’ll be glad if you try this and share your experiences from here.

Good luck!

A way to scale with Solid could be to add another pim:storage to an account

2 Likes