From aa792036f251adab7f51d9b7ada9cbf01863728f Mon Sep 17 00:00:00 2001 From: "Bradley M. Kuhn" Date: Mon, 17 Jan 2011 14:44:18 -0500 Subject: [PATCH] Added Gevent description; it's joining Conservancy as of 2011-01-18 09:00 US/Eastern. --- www/conservancy/static/members/current/index.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/www/conservancy/static/members/current/index.html b/www/conservancy/static/members/current/index.html index 1bb07f13..83ce8a15 100644 --- a/www/conservancy/static/members/current/index.html +++ b/www/conservancy/static/members/current/index.html @@ -86,6 +86,19 @@ documents, and Internet resources.

As a Linux distribution, Foresight sets itself apart by eliminating the need for the user to be familiar with Linux.

+

Gevent

+ +

Gevent is a fast, coroutine-based networking library for Python. +Gevent is used in network applications, including servers that scale +up to tens thousands of connections but without the complexity usually +associated with event-driven architecture.

+ +

Gevent provides light-weight “green” threads with a similar +> interface as the standard “threading” and +“multiprocessing” packages. > The library includes a DNS +resolver, a WSGI server, a monkey patching > utility to make 3rd party +protocol implementations cooperative and > support for SSL sockets.

+

Git

Git is a free and open source distributed version control system