The NetBSD Project

CVS log for pkgsrc/net/py-medusa/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / net / py-medusa

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: pkgsrc-2007Q1


Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sat Nov 4 17:48:10 2006 UTC (17 years, 5 months ago) by wiz
Branch: TNF
CVS Tags: pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-20061104
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

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.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>