On 27 Nov, 10:58 am, eric.fau...@gmail.com wrote:
That'd be great. �The machines need to be online basically 100% of the
time, and be able to make an outgoing TCP connection. Other than
that,
they'll stay idle except when someone commits to trunk or wants to try
out a branch before merging.
On 07:30 am, zo...@zooko.com wrote:
>
>ANNOUNCING Tahoe, the Least-Authority File System, v1.8.1
>
>The Tahoe-LAFS team is pleased to announce the immediate
>availability of version 1.8.1 of Tahoe-LAFS, an extremely
>reliable distributed storage system. Get it here:
Congrats!
Jean-Paul
Twisted 10.2.0, the third Twisted release of 2010, has emerged from the
mysterious depths of Twisted Matrix Labs, as so many releases before it.
Survivors of the release process - what few there were of them - have been
heard to claim that this version is "awesome", "even more robust", "fun-siz
Hi,
I am following "twisted in 60sec" series, but even the simple examples
are a bit unclear to me, especially w.r.t. url mapping. For example:
# assume the right imports...
class MainPage(Resource):
isLeaf = True
def render_GET(self, request):
return "somestring"
resource =