Re: Xcb luajit bindings exist?

  • From: Cosmin Apreutesei <cosmin.apreutesei@xxxxxxxxx>
  • To: luajit@xxxxxxxxxxxxx
  • Date: Sun, 23 Aug 2015 16:23:21 +0300

e.g. inside of lua-http, I've also needed:
- socket buffering (including flushing and :unget; which needs to be
able to be optionally fed back to through TLS)
- a coroutine scheduler
- that supports locking
- a TLS library
- that supports mid-stream TLS upgrades
- that supports ALPN
- slightly advanced tcp flags such as NOPUSH
- shutdown(2)

Maybe I'm missing something obvious but what does any of that have to
do with the http protocol?

I see cqueues as a particular good solution, as it doesn't tie you
into a particular event library.

I thought cqueues is Unix-only (it says so on the homepage).

Other related posts: