zalando-incubator / tessellate

Server-side React render service.
https://zalando-incubator.github.io/tessellate
MIT License
151 stars 23 forks source link

Add support for multi-core systems (tessellate-fragment) #70

Closed semonte closed 7 years ago

semonte commented 7 years ago

tessellate-fragment does not scale vertically at all. Many EC2 instances provide multiple CPUs, but we get no benefit from that.

I suggest adding clustering support for tessellate-fragment as documented in https://nodejs.org/api/cluster.html

mfellner commented 7 years ago

We'll need to add this feature to tessellate-server and then base tessellate-fragment on that (https://github.com/zalando-incubator/tessellate/issues/38).