Conversation
|
Issue mirage/ocaml-cohttp#328 still remains in cohttp, and unless we fix this first, I think there is a problem as a framework used in enterprise applications. There is also httpaf as an alternative, but it still doesn't support SSL/TLS, so fixing cohttp seems easier and smarter. |
|
Do you know what is the latency difference between the version pre and post port to cohttp? If you have time, can you check if tweaking the values below before creating the server improves the situation? |
|
@mseri I will try it later. However, it's already confirmed that the problem can be reproduced with the latest cohttp, so the comparison between the patched version and the original version will be still meaningful. |
Oh sure, my question was about comparing the current eliom, eliom with this port to cohttp, and eliom with this port to cohttp with the additional limits on max active connections (256 is quite low, probably 1024 is more realistic) and a different |
Thanks a lot! |
|
Oh, I see. Then it seems better to compare the old ocsigenserver and cohttp. |
|
@smorimoto According to @vouillon the performance issues as per mirage/ocaml-cohttp#328 are not a blocking issue, so I'm merging. |
|
I see! |
No description provided.