source: benchmark/io/http/main.cfa

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @329e26a   23 months Thierry Delisle Re-instated the isolate/multi-cluster option. ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @137974a   23 months Thierry Delisle Moved stats printer to it's own file and now using push-stats rather … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @8c58e73   23 months Thierry Delisle Removed webserver feature to have multiple clusters (it never actually … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @7f0ac12   23 months Thierry Delisle First draft at acceptor thread webserver ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @86c12d65   23 months Thierry Delisle Checkpoint of the broken version of reuseport ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @ce98816   23 months Thierry Delisle Stats printer now uses a condition variable to sleep so it exists … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @c4b10e2   23 months Thierry Delisle Moved socket creation to a different file. Makefile now has debug … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @153570d   23 months Thierry Delisle Server now cleanly closes in non interactive mode ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @ef3c383   2 years Thierry Delisle Added statistics about sendfile in the webserver ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @6117fc0   2 years Thierry Delisle Httpforall now pins kernel threads ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @1e8b4b49   2 years Thierry Delisle Added work around for CFA bug with implicit conversion to unions. ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @3a0ddb6   2 years Thierry Delisle Don't wait for the port if not in interactive mode. ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @3eb540fb   2 years Thierry Delisle Modified httpforall not to use VLA of threads. ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @4087baf   2 years Thierry Delisle Implmented non-interactive mode ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @2cd784a   3 years Thierry Delisle update http server according to last push ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @348f81d   3 years Thierry Delisle Added option to isolate processor so everything has it's own cluster ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @4f762d3   3 years Thierry Delisle Fix httpforall after changes to I/O ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @c2df3031   3 years Thierry Delisle server now properly ignores SIGPIPE ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @0197418   3 years Thierry Delisle Fixed missing print ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @b57db73   3 years Thierry Delisle httpforall now only loads file if explicit path is given. ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @8c43d05   3 years Thierry Delisle httpforall now uses sout rather than printf ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @7223dbf2   3 years Thierry Delisle Removed combination of read and feof which doesn't work. ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @153dc387   3 years Thierry Delisle Main now print stats every 10 sec ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @075b8fd   3 years Thierry Delisle Main now prints pid on startup ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @481ee28   3 years Thierry Delisle Removed experiment type, server just supports both urls. Logging is … ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @ece0e80   3 years Thierry Delisle Added prints. Naive implementation of cancel. Server now shutdown cleanly. ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @c3ee5f3   3 years Thierry Delisle Protocol now returns date in answer header ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @ee913e0a   3 years Thierry Delisle Http server now waits for socket to be available instead of aborting. ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @e235429   4 years Thierry Delisle Removed last parker/unparker information is it was not particularly useful ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @56c44dc   4 years Thierry Delisle Worker now each do their own accept4 ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @8e3034d   4 years Thierry Delisle Every worker now does it's own accept. ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @d11d6eb   4 years Thierry Delisle Fixed some compilation errors. Fixed file descriptor support in progress. ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @d9c2284   4 years Thierry Delisle Started doing preliminary work to use Fixed FDs. Starting with the … ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @e95a117   4 years Thierry Delisle Fixed handling of closed connections. Started work on cleanly closing … ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @2ecbd7b   4 years Thierry Delisle Implemented more options and moved them to their own file ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @53e4562   4 years Thierry Delisle Added options to list files instead of running the server ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @7f389a5c   4 years Thierry Delisle Added support for argument parsing. Removed unnecessary headers. Fixed … ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
(add) @0aec496   4 years Thierry Delisle First attempt at webserver, no option support yet ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
Note: See TracRevisionLog for help on using the revision log.