You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
1003 B
26 lines
1003 B
Source: weighttp |
|
Section: net |
|
Priority: extra |
|
Maintainer: Stefan Bühler <source@stbuehler.de> |
|
Build-Depends: debhelper (>= 9), libev-dev, cdbs |
|
Standards-Version: 3.9.4 |
|
Homepage: http://weighttp.lighttpd.net/ |
|
Vcs-Git: git://git.lighttpd.net/weighttp |
|
Vcs-Browser: http://cgit.lighttpd.net/weighttp/ |
|
|
|
Package: weighttp |
|
Architecture: any |
|
Depends: ${shlibs:Depends}, ${misc:Depends} |
|
Description: lightweight and simple webserver benchmarking tool |
|
weighttp was designed to be very fast and easy to use and only supports a |
|
tiny fraction of the HTTP protocol in order to be lean and simple. |
|
. |
|
weighttp supports multithreading to make good use of modern CPUs with |
|
multiple cores as well as asynchronous i/o for concurrent requests |
|
within a single thread. |
|
. |
|
For event handling, weighty relies on libev which fits the design perfectly, |
|
being lightweight and fast itself. |
|
. |
|
Thanks to that, weighty supports all modern high-performance event |
|
interfaces like epoll or kqueue, that the major OSs provide.
|
|
|