Hi,
we (Tavendo) currently operate 2 Twisted/FreeBSD buildslaves:
a) FreeBSD 8.2, i386 with 1 builder (CPy 2.7)
=> part of the list of "officially supported" builders
b) FreeBSD 9.1, amd64 with 2 builders (CPy 2.7 and PyPy)
=> only listed under "unsupported"
We would like to change that into th
Suppose I want to make a networked stockroom program with perspective
broker. We have a user side client object,
class Client(pb.Referenceable):
def connect(self):
# host, port, factory, and credentials come from elsewhere
reactor.connectTCP(host, port, factory)
d = sel
somehow the Twisted list rejects my posts lately;(
Von: Tobias Oberstein
Gesendet: Dienstag, 12. November 2013 20:48
An: Twisted general discussion (twisted-python@twistedmatrix.com)
Cc: pypy-...@python.org
Betreff: FreeBSD buildslaves: change proposal
Hi,
we (Tavendo) currently operate 2 Twist