dotgnu-pnet
[Top][All Lists]
Advanced

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

[Pnet-developers] [patch #3778] Patched forking processes like .NET does


From: Hermann Weiss
Subject: [Pnet-developers] [patch #3778] Patched forking processes like .NET does
Date: Wed, 2 Mar 2005 14:30:23 +0000
User-agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)

Follow-up Comment #1, patch #3778 (project dotgnu-pnet):

Version 1 of patch does not work correctly because errno is thread local. So
the forked process can not set the errno code of the parent process.
Version 2 of the patch allows the forked process to write to a pipe. The
parent process reads the errno of the child and set it´s own errno.
    _______________________________________________________

Additional Item Attachment:

File name: v2_lib_task.c.patch            Size:2 KB
Version 2
<http://savannah.gnu.org/patch/download.php?item_id=3778&item_file_id=4270>

    _______________________________________________________

This item URL is:

  <http://savannah.gnu.org/patch/?func=detailitem&item_id=3778>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]