Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Aug 2007 11:54:35 GMT
From:      Andrew Turner <andrew@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 125081 for review
Message-ID:  <200708121154.l7CBsZei054533@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=125081

Change 125081 by andrew@andrew_hermies on 2007/08/12 11:54:13

	Use a unix socket by default as the pipe code is not ready (it locks up on failure)

Affected files ...

.. //depot/projects/soc2007/andrew-update/frontend/facund/network/__init__.py#11 edit

Differences ...

==== //depot/projects/soc2007/andrew-update/frontend/facund/network/__init__.py#11 (text+ko) ====

@@ -59,7 +59,7 @@
 	'''A class that works as a client with the Facund XML IPC'''
 	def __init__(self, server):
 		self.isReady = False
-		self.connectionType = "pipe"
+		self.connectionType = "unix"
 
 		self.__data = None
 		self.__calls = {}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200708121154.l7CBsZei054533>