PERFORCE change 125081 for review

Andrew Turner andrew at FreeBSD.org
Sun Aug 12 04:54:37 PDT 2007


http://perforce.freebsd.org/chv.cgi?CH=125081

Change 125081 by andrew at 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 = {}


More information about the p4-projects mailing list