Re: LuaJIT and mmap() scalability

  • From: Daurnimator <quae@xxxxxxxxxxxxxxx>
  • To: luajit@xxxxxxxxxxxxx
  • Date: Tue, 21 Feb 2017 11:29:54 +1100

On 20 February 2017 at 23:19, Alexey Kopytov <akopytov@xxxxxxxxx> wrote:

databases usually provide only synchronous client libraries

Most databases have async mode available in their clients.
e.g. postgresql's libpq has PQsetnonblocking()
For the ones that don't have that available via the official clients,
people have often written alternative client libraries.

Other related posts: