Viewing profile — blankverse
blankverse
HN member- Joined
- Thu, Jun 21, 2012, 2:09 AM UTC
- HN karma
- 51
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About blankverse
No profile information was provided.
Recent public activity
- story
-
comment
Comment #7515047
What is "unique data"? Does it do de-duplication across users? Are you paying only for unique compressed data?
- story
- story
-
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…
-
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…
-
comment
Comment #7220221
How would a "reliable message queue + a script engine" be equivalent to a dynamically hot swappable code reloading? Could you elaborate?
-
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.
-
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…