
2 Feb
2010
2 Feb
'10
11:50 p.m.
On Tue, Feb 02, 2010 at 11:02:31PM -0500 or thereabouts, Abram Hindle wrote:
- doug mentions Lock-free append
Here's an interesting article about a wait-free algo: http://audidude.com/blog/?p=363
- Doug says single process-safe is dangerous
I think this is when I said having processes/threads share address space is more dangerous than having isolated processes. If an unknown condition occurs in a process with multiple threads, you usually must stop all threads.