Christophe Raffalli
Christophe Raffalli
The main interest is not speed and memory (which it will improve), it is the ability to use `Unix.read` or `Unix.write`, allowing to share code for both ssl and non...
create_context has distinct default mode for blocking and Runtime_lock. Also add tests for Runtime_lock
It is not really because of Runtime_lock, but because of non blocking socket. All high level function provided by the Make functor will only work if the retry exception are...
Currently all context have this flag, which is bad in non blocking context with eio or simple_httpd as the scheduler will loose opportunities to switch task.
- a lot of functions that can not block should probably not release the runtime system (like embed_socket or get_file_descr) - a lot of functions could be tagged @@noalloc if...
I just reported an issue on wrk that does not report connection failure. Hence the benchmark requiring 1000 connections may run with only 100. Does wrk2 have the same issue...
with wrk 4.1.0-3 on debian, wrk does not report that the server is refusing some connections and run with fewer connection. This may lead to completely wrong benchmarks due to...
I tried to resurect this project ... Next step : - generate sql to create table - connect to the data base ...
Could you give the command lines to install the opam switch with some options like flambda ?