|
From: | Paul Eggert |
Subject: | Re: Concurrency, again |
Date: | Mon, 10 Oct 2016 08:42:56 -0700 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 |
On 10/10/2016 12:17 AM, Eli Zaretskii wrote:
In general, debugging processing that is distributed between several processes is much harder than debugging a single multi-threaded application.
That's not my experience. Although both sorts of applications can be hard to debug and can have tricky race conditions, I find it easier to debug individual single-threaded processes even when they are part of a larger multi-process application. No doubt my debugging tools (typically GDB on GNU/Linux, for low-level C code) have influenced my experience.
[Prev in Thread] | Current Thread | [Next in Thread] |