L. Pereira

Results 285 comments of L. Pereira
trafficstars

Well, you always have elinks :) The documentation could be a .txt file and still be quite good. I don't really care what's used to typeset it, as long as...

Marking this as a duplicate of #82.

Thanks for the report! I fail to see, however, where there's a race condition in the `quiet` variable; `lwan_job_thread_init()` will only be called after `lwan_status_init()` is called. As far as...

No immediate plans. I'm open to pull requests implementing this, though.

Only Lua 5.1 is supported due to LuaJIT only implementing it. The C API is slightly different. It might be possible to support both versions (so one can use Lua...

There's no way, right now, to perform something like this efficiently. The only way, right now, is to use non-blocking sockets, and spin on a call to read(), yielding whenever...

This kind of plumbing work is something I've been postponing for a while. (There are plenty of other things to clean up in the source code that have a similar...

e2b3ce23 added a version script. Only some symbols are being exposed right now. Next on the list is to determine what other symbols without the `lwan_` prefix should be exposed,...

Prior art that might be useful: http://tulrich.com/rants-2009.html#d2009-01-03T00:00:00Z

Wrote a blog post about small string optimization; leaving the link here: http://tia.mat.br/blog/html/2014/11/02/hybrid_c_pascal_strings.html