27 lines
1003 B
Plaintext
27 lines
1003 B
Plaintext
|
Source: weighttp
|
||
|
Section: net
|
||
|
Priority: extra
|
||
|
Maintainer: Stefan Bühler <source@stbuehler.de>
|
||
|
Build-Depends: debhelper (>= 5), libev-dev, cdbs
|
||
|
Standards-Version: 3.9.1
|
||
|
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.
|