diff options
Diffstat (limited to 'www/hydra/pkg-descr')
-rw-r--r-- | www/hydra/pkg-descr | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/www/hydra/pkg-descr b/www/hydra/pkg-descr new file mode 100644 index 000000000000..4562163fd697 --- /dev/null +++ b/www/hydra/pkg-descr @@ -0,0 +1,9 @@ +Hydra is a high performance multi-threaded web server. Unlike traditional +multi-threaded web servers, Hydra uses a constant, but configurable, pool +of threads and each thread can handle several connections by multiplexing +the connections. This may remind you of a non-blocking server, and this is +true, but Hydra does not have the killing limitation of a non-blocking +server, the confinement to one CPU. Hydra will take advantage of every +available CPU in a system. + +WWW: http://hydra.hellug.gr/ |