c10k: C10k server library using prefork
Network server library to handle over 10,000 connections. Since GHC 6.12 or earlier uses select(), it cannot handle connections over 1,024. This library uses the prefork technique to get over the barrier. Programs complied by GHC 6.10 or earlier with the -threaded option kill the IO thread when forkProcess is used. So, don't specify the -threaded option to use this library.
Downloads
- c10k-0.5.0.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1.0, 0.2.0, 0.3.0, 0.4.0, 0.4.1, 0.5.0 |
---|---|
Dependencies | base (>=4 && <5), network (<3), unix [details] |
License | BSD-3-Clause |
Author | Kazu Yamamoto <kazu@iij.ad.jp> |
Maintainer | Kazu Yamamoto <kazu@iij.ad.jp> |
Revised | Revision 1 made by Bodigrim at 2024-02-06T23:53:15Z |
Category | Network |
Home page | http://github.com/kazu-yamamoto/c10k |
Source repo | head: git clone git://github.com/kazu-yamamoto/c10k.git |
Uploaded | by KazuYamamoto at 2011-08-31T07:22:33Z |
Distributions | |
Reverse Dependencies | 4 direct, 2 indirect [details] |
Downloads | 4989 total (28 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |