You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installing rocks is trivially parallelizable. We care only about nginx, so when ngx is available we can start a new thread. But it should be modular enough for adding more backends.
The text was updated successfully, but these errors were encountered:
Using ngx.thread.spawn does not work because luarocks uses os.execute which is blocking and other threads are not getting scheduled. So it is still serialized.
Installing rocks is trivially parallelizable. We care only about nginx, so when ngx is available we can start a new thread. But it should be modular enough for adding more backends.
The text was updated successfully, but these errors were encountered: