Y
Hacker News
new
|
ask
|
show
|
jobs
by
wtetzner
3270 days ago
Not only that, but it means if the library crashes, your editor process dies. That hardly seems better than sending some text over a socket. At least if the external process crashes, your editor can just restart it.
1 comments
jblow
3270 days ago
Several people have said this. Look ... a "crash" in a modern operating system is a recoverable exception.
link
wtetzner
3270 days ago
How do you recover from segfault? How do you know what data might be corrupted?
link