Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tokuhirom/perl-echo-servers
https://github.com/tokuhirom/perl-echo-servers
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/tokuhirom/perl-echo-servers
- Owner: tokuhirom
- Created: 2009-09-23T08:12:34.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2009-11-15T14:05:21.000Z (almost 15 years ago)
- Last Synced: 2024-05-09T19:13:45.129Z (6 months ago)
- Language: C
- Homepage:
- Size: 102 KB
- Stars: 14
- Watchers: 8
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
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