Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tokuhirom/perl-echo-servers


https://github.com/tokuhirom/perl-echo-servers

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

= get manymanythreads & picoev. =

git clone git://github.com/kazuho/manymanythreads.git
svn co http://svn.coderepos.org/share/lang/c/picoev/trunk

= compile it =

g++ -o echobench -I . testechoclient.c picoev_kqueue.c

= and run =

-a and -c should be same value.

./echobench -p 9090 -a 100 -c 100 -h 127.0.0.1 -n 100000

= THANKS TO =

kazuho
nothingmuch
adamk
chansen
hirose31