Skip to content
#

luajit

Here are 411 public repositories matching this topic...

HelloBug0
HelloBug0 commented Oct 28, 2020

Here is a FAQ(How APISIX use etcd to update the configuration in milliseconds) in Chinese.

APISIX利用etcd如何实现毫秒级别的配置同步

etcd提供接口wait、waitdir接口用于监听指定关键字、目录是否发生变更,如果发生变更,返回更新的数据。

以waitdir接口为例:
syntax: res, err = cli:waitdir(dir:string [, modified_index:uint [, timeout:uint] ])
其中timeout参数表示调用进程和etcd长连接的时间,值为0时表示无长连接。

APISIX关于etcd长连接时间的配置如下:

etcd:
  host:                          
osch
osch commented Feb 3, 2020

Could it be possible to have a warning message when installing a rock that contains a module that is already provided by another rock? Or is there already an option for this and I didn't find it?

At least with Luarocks version 3.2.1 I verified that there are no warnings for this case.

However it seems that Luarocks is aware of the collision and installs the new module under another name and

siddhesh
siddhesh commented Nov 18, 2019

The ported markdown documentation attempts to glean technical documentation that is relevant to moonjit such as installation and execution instructions, API, etc. It does not have benchmark numbers, sponsorship acknowledgements or contact details since they are not relevant to moonjit.

In the process however, a number of cross-links have gone missing and the port also may have errors, formatti

Improve this page

Add a description, image, and links to the luajit topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the luajit topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.