New versions:

apache benchmarks succesfully done.


Example:

ab -n 1000000 -c 200 'http://127.0.0.1:6444/'
This commit is contained in:
Massimiliano Pinto
2013-07-09 09:45:59 +02:00
parent c4d8501d75
commit be7d3b6481
2 changed files with 70 additions and 59 deletions

View File

@ -40,6 +40,7 @@
#include <atomic.h>
#include <gw.h>
#define HTTPD_SMALL_BUFFER 1024
#define HTTPD_METHOD_MAXLEN 128
#define HTTPD_USER_MAXLEN 128
#define HTTPD_HOSTNAME_MAXLEN 512