Christophe Raffalli

Results 139 comments of Christophe Raffalli

On 18-02-19 14:09:20, Rodolphe Lepigre wrote: > I was just saying that we could change the code of Db so that all the different > database drivers have a common...

Hello, We will need more of them if we want to support more db, without forcing build dep. However, we can replace cpp by patoline. Remark: patonet is already broken...

Le 22 février 2018 06:33:25 GMT-10:00, Rodolphe Lepigre a écrit : >Why would you replace cpp by Patoline? > >The whole point with what @flh is doing is to avoid...

I saw you are preparing a release ... I have some code both for parsing multipart post request and for session. Both are very light I think and would fit...

The code is rather small and now in Tiny_httpd_util where there is parse_query. I push a PR, you will see, I actually cleaned the code and mover it in Tiny_httpd...

For session. I am not sure what to do exactly. May be just function for cookies, and let the user manage session. That could be very simple.

PR #38 should be enough for now

I think another idea would be; For request header some callbacks called for specific keys, avoiding searching the headers. Call backs could be organised in a tree. This would handle...

This is impressive speed up. Did you try with two distant machine?

Thanks! I was already aware of the very nice `type` 'a ty = (module T with type t = 'a)` But I dit not think that it would give the...