LearnBoost / up

Zero-downtime reloads and requests load balancer based on distribute.
540 stars 73 forks source link

[Question] How it compares to build in cluster module? #11

Closed twojcik closed 12 years ago

twojcik commented 12 years ago

In terms of performance and features how up module compares to build in node cluster module?

rauchg commented 12 years ago

They answer different problems. You could conceive a cluster of up-backed processes, for example.

jgallen23 commented 12 years ago

Can you explain this a little more? It seems like up does it's own clustering, so does it make sense to have cluster fork multiple up processes?