The latest version of c10k is 0.5.0-1.

c10k

Version 0.5.0 revision 0 uploaded by KazuYamamoto.

Package meta

Synopsis
C10k server library using prefork
Description

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.

Author
Kazu Yamamoto <kazu@iij.ad.jp>
Bug reports
n/a
Category
Network
Copyright
n/a
Homepage
http://github.com/kazu-yamamoto/c10k
Maintainer
Kazu Yamamoto <kazu@iij.ad.jp>
Package URL
n/a
Stability
n/a

Components