[Fakeroot-commits] [SCM] fakeroot branch, upstream, updated. 08ed00124d8b6b445d3b91a9aa15eec638b02f05

Clint Adams schizo at debian.org
Sun Nov 15 03:17:12 UTC 2009


The following commit has been merged in the upstream branch:
commit 90381c59c4c895bf36ef757f457a05d30f5633d8
Author: Clint Adams <schizo at debian.org>
Date:   Fri Feb 23 16:00:16 2007 +0000

    1.5.13
    
      * Add README to describe cases wherein one should use TCP rather
        than SYSV IPC:
        - multithreaded app creates IPC problems.  closes: #229050.
        - slow with a realtime-preempt kernel.  closes: #319474.
    
    git-archimport-id: fakeroot at packages.debian.org--fakeroot/fakeroot--main--0.0--patch-108

diff --git a/README b/README
index e69de29..d29a8f3 100644
--- a/README
+++ b/README
@@ -0,0 +1,8 @@
+fakeroot can be built to either use SYSV IPC or TCP for message passing.
+
+Cases for which the SYSV IPC version fails or causes problems but for
+which fakeroot-tcp has been observed to work well include the items
+listed below.
+
+  * Multithreaded applications (using pthread)
+  * Running under realtime-preempt kernel

-- 
fakeroot



More information about the Fakeroot-commits mailing list