Live data from Hacker News

Viewing profile — blankverse

blankverse

HN member
Joined
Thu, Jun 21, 2012, 2:09 AM UTC
HN karma
51
Public activity
9 items

About blankverse

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #7515047

    What is "unique data"? Does it do de-duplication across users? Are you paying only for unique compressed data?

  3. story
  4. story
  5. comment
    Comment #7220380

    So, in the worst case, for achieving basic code reloading in other erlang like systems(ex.- cloud haskell), we could let every process in the cluster crash and restart with the new…

  6. comment
    Comment #7220351

    The title is confusing! It should have been "Do messages get lost during code reloading in erlang?" In a prod env, how do you make sure that different versions of your code coexist…

  7. comment
    Comment #7220221

    How would a "reliable message queue + a script engine" be equivalent to a dynamically hot swappable code reloading? Could you elaborate?

  8. comment
    Comment #7220200

    Yes, I could not find any examples. Would be great to find out real world examples of people using erlang's hot code reloading in production.

  9. comment
    Comment #7220184

    Could you talk a little bit about what happens to processes which are running different versions of the code? Do you make your code backward compatible so that old processes contin…