L. Pereira

Results 285 comments of L. Pereira

> Apologies in advance for necro'ing this issue, but one thing to consider is that ifuncs are specific to glibc. Using them means lwan would no longer compile with musl,...

Have you tested the script with the current version of weighttp with JSON output as default? (I'm thinking about moving weighttp to the Lwan source tree and build it alongside...

This version should be fine. It doesn't have the -j option because it outputs JSON by default. The check can be removed from the script. Have you tested the script...

I'm sorry about taking so long to respond to this, but we're now building `weighttp` alongside Lwan, so updating the `benchmark.py` script should be a lot easier now!

Logging is indeed important, but it has to be done carefully as to not impact performance that much. I've been postponing this since the project started since I haven't found...

Hm, I'm not sure if I like Lwan writing directly to a file. I've been more keen to implement logging using the same approach as Varnish rather than files.

Like this: https://www.varnish-cache.org/docs/trunk/reference/vsm.html

That's the idea, @0x003e. In fact, if we could get the SHM format and protocol the same as Varnish's, then all the tools developed for Varnish can be used as...

Good to know it's working well for you, @samiam308!

There's no documentation with the exception of some blog posts. What do you want to know, specifically?