logo
首页技术栈工具库讨论
c10k

c10k

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.
由 
bruceshi2021-01-13 收录
--
推荐
不推荐
更多信息
GitHub iconkazu-yamamoto/c10k13
HACKAGE
carbal install c10k
查看
标签
根据用户添加的标签生成
暂无标签