Hello!<br><br>I have use kqreactor from this branch <a href="http://twistedmatrix.com/trac/browser/branches/kqreactor-1918-3/">http://twistedmatrix.com/trac/browser/branches/kqreactor-1918-3/</a>. In the follow code we connect to unix socket. <br>
Sometimes we got the error: &quot;file descriptor cannot be a negative integer (-1)&quot; what does this mean? I haven&#39;t any ideas<br><br>l_client = protocol.ClientCreator(reactor, Proxy);<br>l_client.connectUNIX(self.factory.proxysock).addCallback(connectionMade).addErrback(cantConnect);<br>
<br>PS: my uname -a is:<br>     FreeBSD 8.0-RELEASE-p2 FreeBSD 8.0-RELEASE-p2 #2: Wed Jan 13 17:50:25 UTC 2010     root@DTG1383:/usr/obj/usr/src/sys/Z-AMD64  amd64<br><br>