The c10k package
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.
Properties
| Versions | 0.1.0, 0.2.0, 0.3.0, 0.4.0, 0.4.1, 0.5.0 |
|---|---|
| Dependencies | base (4.*), haskell98, hdaemonize, network, unix |
| License | BSD3 |
| 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 repository | git clone git://github.com/kazu-yamamoto/c10k.git |
| Upload date | Sun Apr 11 05:27:47 UTC 2010 |
| Uploaded by | KazuYamamoto |
| Built on | ghc-6.12, ghc-7.0 |
Modules
Downloads
- c10k-0.4.0.tar.gz (Cabal source package)
- package description (included in the package)