Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
blankverse
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
Static site generators focus on the wrong thing
(blog.pankajmore.in)
57 points
by
blankverse
12y ago
|
98 comments
2.
▲
by
blankverse
12y ago
What is "unique data"? Does it do de-duplication across users? Are you paying only for unique compressed data?
3.
▲
The problem with hot code reloading in cloud haskell (part 2)
(pankajmore.in)
1 points
by
blankverse
13y ago
|
0 comments
4.
▲
Hot Code Reloading in Cloud Haskell?
(pankajmore.in)
1 points
by
blankverse
13y ago
|
0 comments
5.
▲
by
blankverse
13y ago
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 version?
6.
▲
by
blankverse
13y ago
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 peacefully?
7.
▲
by
blankverse
13y ago
How would a "reliable message queue + a script engine" be equivalent to a dynamically hot swappable code reloading? Could you elaborate?
8.
▲
by
blankverse
13y ago
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.
▲
by
blankverse
13y ago
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 continue to work with the new process? Or do you just let the old