Browsing projects by Tag(s)

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

Showing page 1 of 1

Eventlet is a networking library written in Python. It achieves high scalability by using non-blocking io while at the same time retaining high programmer usability by using coroutines to make the non-blocking io operations appear blocking at the source code level.

4.75
   
  0 reviews  |  11 users  |  17,383 lines of code  |  14 current contributors  |  Analyzed 4 months ago
 
 

More and more applications are coming to rely on pyevent. The problem is that pyevent itself requires compiling external modules and therefore presents a deployment hurdle. The rel module is a drop-in replacement for pyevent that completely emulates pyevent's interface, behavior and ... [More] functionality on any system with Python. It will use pyevent if it's available, and if it's not rel will use the fastest method supported by the system. Epoll, poll, and select are currently implemented. To use rel: download it: 'sudo easy_install rel' or install the package hosted here. put 'import rel; rel.override()' at the top of the start script for your pyevent application [Less]

0
 
  0 reviews  |  0 users  |  762 lines of code  |  0 current contributors  |  Analyzed 9 days ago
 
 

MonkeypollMonkeypoll will be fairly simple. We are currently in the planning phase, but to sum it up, the server will make a poll question available to any client. The client should download this question, gather a response from the voter and send the reponse back to the server, after which the ... [More] server should use a simple storage mechanism to retain data. [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 8 days 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.