Re: [PATCH v3 05/14] mingw: use real pid

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 10/10/2010 4:52 PM, Erik Faye-Lund wrote:
On Sun, Oct 10, 2010 at 9:53 PM, Eric Sunshine<sunshine@xxxxxxxxxxxxxx>  wrote:
On 10/10/2010 9:20 AM, Erik Faye-Lund wrote:

The Windows port so far used process handles as PID. However,
this does not work consistently with getpid.

Perhaps this could be elaborated a bit to explain the interaction with
getpid() and how it is causing problems for daemon mode. For the casual
reader, it is not immediately obvious what is failing or why this patch is
needed.


Good point. How about something like this?

Thanks. This sort of explanation could indeed be helpful as part of the commit message.

"The Windows port so far used process handles as PID. However, this is
not consistent with what getpid returns.

PIDs are system-global identifiers, but process handles are local to a
process. Using PIDs instead of process handles allows for instance a
user to kill a hung process with the Task Manager, something that
would have been impossible with process handles."

Minor nit: Add commas around 'for instance': "...handles allows, for instance, a user..."

These also could be combined into a single paragraph.

-- ES
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]