Assistance with VPP VCL and HAProxy Multi-thread Configuration Issue #77
Unanswered
GeekPwnStyle
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am currently working on a project involving VPP VCL and HAProxy. I’ve encountered an issue when trying to configure both VCL and HAProxy to run in multi-threaded mode.
In my vcl.conf, I have set multi-thread-workers, and in the haproxy.conf, I have configured nbthread 4. However, when I attempt to run HAProxy with this configuration, I encounter an error with VCL. Interestingly, if I change nbthread to 1, everything works as expected, except that I am unable to use HAProxy in daemon mode.
Would you be able to provide any guidance on resolving this issue, or suggest any potential solutions that might allow me to use multi-threading with HAProxy and VCL together?
Your help would be greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions