c10k: C10k server library using prefork

[ bsd3, library, network ] [ Propose Tags ]

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

Maintainer's Corner

Package maintainers

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), haskell98, network, unix [details]
License BSD-3-Clause
Author Kazu Yamamoto <kazu@iij.ad.jp>
Maintainer Kazu Yamamoto <kazu@iij.ad.jp>
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-01-27T05:55:10Z
Distributions
Reverse Dependencies 4 direct, 2 indirect [details]
Downloads 4862 total (9 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]