Tags : Browse Projects

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

PowerDNS

Compare

  Analyzed about 12 hours ago

The PowerDNS server daemon is a versatile nameserver which supports a large number of backends. These backends can either be plain zonefiles or be more dynamic in nature. Additionally, through use of clever programming and caching techniques, PowerDNS offers very high domain resolution performance. ... [More] Prime examples of backends include relational databases, but also (geographical) loadbalancing and failover algorithms. The PowerDNS recursor daemon which is also part of the PowerDNS compilation is a dedicated high performance recursive (aka caching-only) Nameserver that already powers some larger broadband ISPs and as of late learned to embed Lua Scripts making it possible to manipulate DNS Answers from within those Scripts. [Less]

370K lines of code

77 current contributors

1 day since last commit

25 users on Open Hub

Very High Activity
4.11111
   
I Use This

Tornado Web Server (tornadoweb)

Compare

  Analyzed 1 day ago

Tornado is an open source version of the scalable, non-blocking web server and tools that power FriendFeed. The FriendFeed application is written using a web framework that looks a bit like web.py or Google's webapp, but with additional tools and optimizations to take advantage of the underlying non-blocking infrastructure.

30K lines of code

23 current contributors

about 1 month since last commit

22 users on Open Hub

Moderate Activity
4.66667
   
I Use This

Eventlet

Compare

  Analyzed about 14 hours ago

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.

25.9K lines of code

6 current contributors

23 days since last commit

11 users on Open Hub

Low Activity
4.8
   
I Use This

gevent

Compare

  Analyzed 1 day ago

gevent is a coroutine-based Python networking library that uses greenlet to provide a high-level synchronous API on top of libevent event loop. Features include: convenient API around greenlets familiar synchronization primitives socket module that cooperates WSGI server on top of ... [More] libevent-http DNS requests done through libevent-dns monkey patching utility to get pure Python modules to cooperate [Less]

371K lines of code

8 current contributors

5 months since last commit

10 users on Open Hub

Low Activity
5.0
 
I Use This

cogen

Compare

  Analyzed over 3 years ago

Coroutines in python using enhanced generators from python 2.5

0 lines of code

0 current contributors

0 since last commit

5 users on Open Hub

Activity Not Available
5.0
 
I Use This
Mostly written in language not available
Licenses: mit

epoll(7) Based Event Dispatcher for Qt

Compare

  Analyzed about 4 hours ago

epoll()-based event dispatcher for Qt

1.12K lines of code

1 current contributors

over 4 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This

Anzu

Compare

  Analyzed about 4 hours ago

Anzu is a lightweight web application development framework with Mako templating, gettext i18n, validators and sessions; based on Facebook's Tornado.

13.2K lines of code

0 current contributors

about 11 years since last commit

1 users on Open Hub

Inactive
5.0
 
I Use This

lua-handlers

Compare

  Analyzed about 13 hours ago

Provides a set of async. callback based handlers for working with raw TCP/UDP socket, ZeroMQ sockets, or HTTP requests.

4.35K lines of code

0 current contributors

over 6 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This

exaproxy

Compare

  Analyzed about 8 hours ago

ExaProxy is a a high-performance non-caching proxy.

11.8K lines of code

0 current contributors

9 months since last commit

0 users on Open Hub

Very Low Activity
0.0
 
I Use This

ubeda

Compare

  No analysis available

The ubeda communication engine was a communication middleware designed for large scale network service. As you may know, some other well designed and implemented library provides the same feature, e.g. ICE, TAO. Why another library? Because in some case, you have to work with the standard or private ... [More] communication protocol, ICE and TAO could hardly or impossible to do that. That is, ubeda was designed to adapter the communication protocols. [Less]

0 lines of code

0 current contributors

0 since last commit

0 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: apache_2