pkgsrc-WIP-cvs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: wip/yaws



Module name:    wip
Committed by:   bartoszkuzma
Date:           Thu Aug  3 11:13:41 UTC 2006

Import into wip/yaws

Log Message:
Yaws is a HTTP high perfomance 1.1 webserver particularly well suited for
dynamic-content webapplications. Two separate modes of operations are
supported:
 * Standalone mode where Yaws runs as a regular webserver daemon.
   This is the default mode.
 * Embedded mode where Yaws runs as an embedded webserver in another
   erlang application.

Yaws is entirely written in Erlang furthermore it is a multithreaded webserver
where one Erlang light weight process is used to handle each client.

The main advantages of yaws compared to other Web technologies are performance
and elegance. The performance comes from the underlying Erlang system and its
ability to handle concurrent processes in an efficent way. Its elegance comes
from Erlang as well. Web applications dont have to be written in ugly adhoc
languages.

Status:

Vendor Tag:     BARTOSZKUZMA
Release Tags:   BARTOSZKUZMA_20060703
                
N wip/yaws/DESCR
N wip/yaws/Makefile
N wip/yaws/distinfo
N wip/yaws/PLIST
N wip/yaws/patches/patch-ae
N wip/yaws/patches/patch-ag
N wip/yaws/patches/patch-af
N wip/yaws/patches/patch-aa
N wip/yaws/patches/patch-ad
N wip/yaws/patches/patch-ac
N wip/yaws/patches/patch-ab
N wip/yaws/files/yaws.sh
N wip/yaws/files/yaws.conf

No conflicts created by this import


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs



Home | Main Index | Thread Index | Old Index