Re: Haproxy nbthreads + multi-threading lua?

2019-12-13 Thread Dave Chiluk
After a bit more research I discovered that the lua scripts are actually from signal sciences. You should have a conversation with Signal Sciences, and how they are doing ingress capture that goes through Haproxy. https://docs.signalsciences.net/install-guides/other-modules/haproxy-module/ Dave.

Re: Haproxy nbthreads + multi-threading lua?

2019-12-11 Thread Baptiste
On Mon, Dec 2, 2019 at 5:15 PM Dave Chiluk wrote: > Since 2.0 nbproc and nbthreads are now mutually exclusive, are there > any ways to make lua multi-threaded? > > One of our proxy's makes heavy use of lua scripting. I'm not sure if > this is still the case, but in earlier versions of HAProxy

Re: Haproxy nbthreads + multi-threading lua?

2019-12-02 Thread Willy Tarreau
Hi Dave, On Mon, Dec 02, 2019 at 10:12:27AM -0600, Dave Chiluk wrote: > Since 2.0 nbproc and nbthreads are now mutually exclusive, are there > any ways to make lua multi-threaded? Unfortunately no. Lua itself is inherently single-threaded and even when you believe you're using multi-threading,