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
 
 

dez

Compare

Dez is an asynchronous network stack for Python. Its sole dependency is Registered Event Listener, which enables dez to run without libevent (a C module). The dez library includes an asynchronous server benchmarking toolset; advanced, inotify-based static caching; XML and JSON stream parsing; ... [More] Stomp, OP, HTTP, and WebSocket servers; and WebSocketProxy, which enables web application deployment on existing, unmodified TCP servers without straying from the HTML5 spec. In addition, dez offers a highly sophisticated API for implementing custom protocols, as well as a controller class that simplifies the creation of applications that require multiple servers to run in the same process. [Less]

0
 
  0 reviews  |  0 users  |  2,861 lines of code  |  0 current contributors  |  Analyzed about 23 hours 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 5 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.