Hacker News new | ask | show | jobs
by thetrumanshow 4858 days ago
Dear Heroku, slice off a piece of your offering that shows some love to the Ruby community again. Lets call it the Maple stack. Have this stack use the old routing infrastructure.

Edit: To be clear, I do not support this legal action. I do want Heroku to hear the community, but I don't want it to go this far.

2 comments

The old bamboo stack has the same old intelligent routing, but the intelligence is only within each router. When the number of routers increased, the intelligence stopped mattering because concurrent requests were highly likely to not be handled by the same router, making the routing effectively random instead of intelligent.

So what you suggest would be great, but unfortunately not possible.

I'll just repeat my previous comment: For $60,000 per month they can't create a mode where all your dynos are behind a single HAProxy with "intelligent" least-connections load balancing?
In other terms: "Damn, the hallways in this building are getting too crowded, lets add some more hallways and shit and lets add new rooms... Later: damn, this is getting complicated. Peopke are piling up in doorways, theyre losing patience and leaving (or being forced to leave to ease the congestion)... Wish there was something we could do!"

Wmf: "Build another building, geeez!"

There is no 'old' routing infrastructure. It has never changed on each stack (but that's not to say they are the same. I don't know about that)