Re: [RFC PATCH 0/1] using io_uring to load certificates

2020-05-11 Thread William Dauchy
Hello Willy, Thank you for your feedbacks. On Sat, May 9, 2020 at 6:39 AM Willy Tarreau wrote: > Your work could be extended to other files, like errorfiles, maps, ACLs, > etc. However with the config parser being very linear, it's extremely > unlikely that we could actually benefit from this in

Re: [RFC PATCH 0/1] using io_uring to load certificates

2020-05-08 Thread Willy Tarreau
Hi William, On Fri, May 08, 2020 at 04:34:26PM +0200, William Dauchy wrote: > Hello, > > Here a first experimentation of IO_URING on certificate loading. It > targets heavy users of certificates (several thousands), most likely > public hosting operators. I believe it could be a post v2.2 materia

[RFC PATCH 0/1] using io_uring to load certificates

2020-05-08 Thread William Dauchy
Hello, Here a first experimentation of IO_URING on certificate loading. It targets heavy users of certificates (several thousands), most likely public hosting operators. I believe it could be a post v2.2 material if people are interested. I tried to make it the less invasive possible in ssl_sock.c