source: benchmark/io/http

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @4f762d3   2 years Thierry Delisle Fix httpforall after changes to I/O arm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @c235179   2 years Thierry Delisle Added the option to pre-accept in httpring, this seems to have a major … arm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum old-io
(edit) @cd70477   2 years Thierry Delisle Added some basic scripts to handle runing httperf in parallel. arm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @eeb4866   2 years Thierry Delisle Changed read/write to send/recv to work around small bug in io_uring. … arm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @9715567   2 years Thierry Delisle Didn't save correctly arm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @761a246   2 years Thierry Delisle Massive changes to how http_ring works arm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @c05c58f   2 years Thierry Delisle Minor improvements to http_ring arm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @7cc532b   2 years Thierry Delisle Fixed memory leak arm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @c2df3031   2 years Thierry Delisle server now properly ignores SIGPIPE arm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @a6b587f   2 years Thierry Delisle Fix bugs and added nentries command line option. arm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @f3e87af   2 years Thierry Delisle httpc now supports attach feature. arm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @3acbf89   2 years Thierry Delisle Tentative improvement to batch more requests together. arm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @efdfdee   2 years Thierry Delisle Prototype webserver using C and io_uring directly. arm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @0197418   2 years Thierry Delisle Fixed missing print arm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @b57db73   2 years Thierry Delisle httpforall now only loads file if explicit path is given. arm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @1dbc3e10   2 years Thierry Delisle Added missing EPIPE handling arm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @8c43d05   2 years Thierry Delisle httpforall now uses sout rather than printf arm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @bdbc24d   2 years Thierry Delisle Updated httpforall options with last commit arm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @7223dbf2   2 years Thierry Delisle Removed combination of read and feof which doesn't work. arm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @153dc387   2 years Thierry Delisle Main now print stats every 10 sec arm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @ee59ede   2 years Thierry Delisle Improved error handling in server arm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @97748ee   2 years Thierry Delisle Worker now supports /ping uri which just answers empty reponse. arm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @7270432   2 years Thierry Delisle Splice no longer uses SPLICE_F_MORE. Added answer_empty arm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @075b8fd   2 years Thierry Delisle Main now prints pid on startup arm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @56911ce   2 years Thierry Delisle Close file descriptor when other side says it's closed arm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @481ee28   2 years Thierry Delisle Removed experiment type, server just supports both urls. Logging is … arm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @ba77750   2 years Thierry Delisle Missing commits for plaintext arm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @108f98b2   2 years Thierry Delisle Fixed clean of httpforall arm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @561dd26   2 years Thierry Delisle Implemented 'plaintext' workload arm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @ece0e80   2 years Thierry Delisle Added prints. Naive implementation of cancel. Server now shutdown cleanly. arm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @c3ee5f3   2 years Thierry Delisle Protocol now returns date in answer header arm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @390fb02   2 years Thierry Delisle http server now has date and server name in response arm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @5ad381b   2 years Thierry Delisle Started to work on httpforall also supporting techempower 'plaintext' … arm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @ee913e0a   2 years Thierry Delisle Http server now waits for socket to be available instead of aborting. arm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @2b2f59d   2 years Thierry Delisle fix ld flags for httpforall arm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @5936244   2 years Thierry Delisle Fixed errors in httop benchmark arm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @d738aeb   2 years Thierry Delisle Added makefile for http server arm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @e235429   2 years Thierry Delisle Removed last parker/unparker information is it was not particularly useful arm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @56c44dc   3 years Thierry Delisle Worker now each do their own accept4 arm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @8e3034d   3 years Thierry Delisle Every worker now does it's own accept. arm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @d11d6eb   3 years Thierry Delisle Fixed some compilation errors. Fixed file descriptor support in progress. arm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @42f1d739   3 years Thierry Delisle Fixed http server after merge of parseargs into libcfa arm-ehenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @e699eb6   3 years Thierry Delisle Moved example parseargs to libcfa arm-ehenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @d9c2284   3 years Thierry Delisle Started doing preliminary work to use Fixed FDs. Starting with the … arm-ehenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @3f1d9b5   3 years Thierry Delisle Parse args help now properly formats on narrow terminals arm-ehenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @03ed863   3 years Thierry Delisle Http request buffer size is now configurable arm-ehenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @e95a117   3 years Thierry Delisle Fixed handling of closed connections. Started work on cleanly closing … arm-ehenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @2ecbd7b   3 years Thierry Delisle Implemented more options and moved them to their own file arm-ehenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @53e4562   3 years Thierry Delisle Added options to list files instead of running the server arm-ehenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @c82af9f   3 years Thierry Delisle Moved sendfile to protocol.cfa to reduce compilation time arm-ehenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @7f389a5c   3 years Thierry Delisle Added support for argument parsing. Removed unnecessary headers. Fixed … arm-ehenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
(add) @0aec496   3 years Thierry Delisle First attempt at webserver, no option support yet arm-ehenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
Note: See TracRevisionLog for help on using the revision log.