Subject: CVS commit: pkgsrc/net/py-medusa
To: None <pkgsrc-changes@NetBSD.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 11/04/2006 17:48:10
Module Name:	pkgsrc
Committed By:	wiz
Date:		Sat Nov  4 17:48:10 UTC 2006

Update of /cvsroot/pkgsrc/net/py-medusa
In directory ivanova.netbsd.org:/tmp/cvs-serv15013

Log Message:
Initial import of py-medusa-0.5.4:

Medusa is a 'server platform' -- it provides a framework for
implementing asynchronous socket-based servers (TCP/IP and on Unix,
Unix domain, sockets).

An asynchronous socket server is a server that can communicate with
many other clients simultaneously by multiplexing I/O within a
single process/thread.  In the context of an HTTP server, this
means a single process can serve hundreds or even thousands of
clients, depending only on the operating system's configuration
and limitations.

Medusa includes HTTP, FTP, and 'monitor' (remote python interpreter)
servers.  Medusa can simultaneously support several instances of
either the same or different server types - for example you could
start up two HTTP servers, an FTP server, and a monitor server.
Then you could connect to the monitor server to control and manipulate
medusa while it is running.


Vendor Tag:	TNF
Release Tags:	pkgsrc-20061104
		
N pkgsrc/net/py-medusa/Makefile
N pkgsrc/net/py-medusa/PLIST
N pkgsrc/net/py-medusa/distinfo
N pkgsrc/net/py-medusa/DESCR

No conflicts created by this import