Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 1

This is a rewrite of Perspective Broker (Twisted's RPC/RMI protocol). If you have control of both ends of the wire, and are thus not constrained to use some other protocol like HTTP/XMLRPC/CORBA/etc, you might consider using Foolscap. Foolscap allows you to make a python object in one process ... [More] available to code in other processes, which means you can invoke its methods remotely. This includes a data serialization layer to convey the object graphs for the arguments and the eventual response, and an object reference system to keep track of which objects you are connecting to. It uses a capability-based security model, such that once you create a non-public object, it is only accessible to clients to whom you've given the (unguessable) FURL. You can also publish world-visible objects. [Less]

5.0
 
  0 reviews  |  0 users  |  20,695 lines of code  |  1 current contributor  |  Analyzed over 2 years ago
 
 

Buildbot does not have the built in ability to treat VMs differently than normal Build Slaves. The issue that comes up is when a build is requested, an instance of VMWare can get bogged down by running more than one build at a time. This proxy will serialize those builds and start and stop VMs when appropriate.

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed about 2 hours ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.