Stripe open-sources Einhorn
11–20 of 35 posts
Re: Stripe open-sources Einhorn
#12Does this work for long-lived connections? Say I've got 1000 TCP connections open to my backend workers and I want to roll out new workers. Will the old connections die or survive the config change?
Re: Stripe open-sources Einhorn
#13I'm new to this whole concept, so am just about to get my feet wet.
Hopefully, Heroku will implement something like this internally, as it seems it would help them to eliminate the greatest flaw with their system - that each deployment require 5-10 seconds of downtime as new dynos are started.
Re: Stripe open-sources Einhorn
#14(The following is off-topic:) I noticed that the Stripe blog doesn't allow comments. I think most people find it odd or frustrating when they can't add their 2 cents to something (for better or for worse!). Any idea which things might have driven this decision? - Not wanting to deal with how most people act on the net? (Or maybe they're in a highly competitive space where the juggernauts wouldn't think twice about tr…
I made the same decision on my personal blog. When there are comments both on a blog and here on HN, the conversation feels unnaturally fragmented to me. Further, when I did have both, comments that self-selected the blog (vs HN) are - in my opinion - much more likely to be spam/promotional, or generally less 'valuable' (e.g. more likely to be simple questions that are already answered in the post).
I would expect more negative comments to be left directly on the blog as well since the commenter won't have to deal with the potential backlash from their community. Which is probably also a good reason to never allow any kind of anonymous of guest comments. (Although that wouldn't stop the truly motivated negative commenters.)
Re: Stripe open-sources Einhorn
#15Re: Stripe open-sources Einhorn
#16Re: Stripe open-sources Einhorn
#17Re: Stripe open-sources Einhorn
#18Am I to understand that Einhorn doesn't require the use of Unix sockets to delegate work to workers? If so, it could work quite nicely for JRuby apps as Java doesn't support Unix sockets and it's therefore not possible to just plop nginx in front of the Web server (Tomcat or Jetty) instances and have it queue up requests to a shared Unix socket like the typical Unicorn setup does.
Re: Stripe open-sources Einhorn
#19i'm going to fork Einhorn and call it Finkle.
Re: Stripe open-sources Einhorn
#20(The following is off-topic:) I noticed that the Stripe blog doesn't allow comments. I think most people find it odd or frustrating when they can't add their 2 cents to something (for better or for worse!). Any idea which things might have driven this decision? - Not wanting to deal with how most people act on the net? (Or maybe they're in a highly competitive space where the juggernauts wouldn't think twice about tr…
I made the same decision on my personal blog. When there are comments both on a blog and here on HN, the conversation feels unnaturally fragmented to me. Further, when I did have both, comments that self-selected the blog (vs HN) are - in my opinion - much more likely to be spam/promotional, or generally less 'valuable' (e.g. more likely to be simple questions that are already answered in the post).