L. Pereira

Results 279 comments of L. Pereira
trafficstars

Hi. Old compilers aren't well supported. It should be possible to build without this built-in, but there are probably other places where the code relies on things that aren't supported...

@BenKnigge I completely missed this issue here -- I'm sorry. I don't currently have any CMake configuration file that will work outside the project tree. What I know is that...

Will work on this as soon as I have some free time. Please keep reporting possible issues with the documentation here to guide me.

Yes, I'm aware that `ucontext.h` is deprecated from POSIX; which is weird, because they still depend on that to have a machine context in case of, say, segmentation faults. I...

If at all possible, I'd like to avoid having external dependencies in Lwan. One of the things that are possible to do is port `makecontext()` and `swapcontext()` from glibc. I...

It might be worth looking into [libco](http://byuu.org/library/libco/). It now has ARM support, the code is quite tiny, and it has a compatible license (the ARM code in particular is in...

I'm at home now, and I got a RPi2. I'll see what I can do to make Lwan work on ARM without relying on ucontext.

If libcoro is used only for the fallback cases instead of the deprecated ucontext stuff, I wouldn't mind having it as an optional dependency.

Привет. This seems to be a duplicate of issue #123. Can you apply this patch and see if the build succeeds? ```diff diff --git a/CMakeLists.txt b/CMakeLists.txt index f7556aa8..e74910fc 100644 ---...

Good to know it worked. At least you'll be able to see if Lwan will live up to the promise for your highly loaded site now. Unfortunately, this workaround disables...