関連タグで絞り込む (4)
coro-channel
# this is pseuedo code.use case: web crawlerhow to control the number of active sockets?worker-thread model with Coro::Channelワーカースレッドをあらかじめ起動して常駐させておき、外部から仕事をあたえる。スレッドの数が固定なんで、スレッドの起... 続きを読む blog.64p.org テクノロジー
# this is pseuedo code.use case: web crawlerhow to control the number of active sockets?worker-thread model with Coro::Channelワーカースレッドをあらかじめ起動して常駐させておき、外部から仕事をあたえる。スレッドの数が固定なんで、スレッドの起... 続きを読む