-
I say _possible_, as I'm not quite familiar enough with lwan's internals yet to know it's a mistake I'm making or if it's a part of the design that I'm not aware of.
I start encountering OOM crashe…
-
Hello.
FreeBSD 11.0, clang 3.8.0. lwan (1735 commits).
After receiving a 404 status code.
101469 lwan-response.c:130 log_request() 127.0.0.1 [Sun, 30 Jul 2017 12:31:24 GMT] "GET / HTTP/1.1" 200…
-
I am using lwan's API without a configuration file which means if I want to change the port to listen on I have to provide my own `struct lwan_config` object . I did this by making a copy of the defau…
ghost updated
7 years ago
-
A pod is able to serve atleast **~7k req/s normally**.
Through the **istio ingress this peaks at 700-1000 requests** per second.
(This is using 0.5.0, since 0.5.1 is even worse)
Surprisingly e…
-
I'm running lwan like this for the purpose of serving a few files:
```sh
lwan --root . --listen localhost:1234
```
The directory listing of / contains unusable links. They look like this:
```html…
-
Currently, `coro_yield` and friends take the currently running coro as an argument.
It would simplify the API and strengthen the coro abstraction if user code did not have to know more than e.g. `cor…
-
干的漂亮
-
when simply start lwan using the command line: ./lwan -c ./aa (./aa doesn't exists), and press ctrl+c to exit lwan, it reports double free. gdb bt indicates that is cause by the count backwards line…
-
Instead of just [pulling in a commit](https://github.com/TechEmpower/FrameworkBenchmarks/blob/master/frameworks/C/lwan/install.sh) from the lwan repository, the TFB team would prefer to have the relev…
-
When I want to quit lwan every time, the program waits for secondst. That's because in the `job_thread` function(in file lwan-job.c) makes a system call `nanosleep`. That causes the job thread suspend…