Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Использовать последнюю версию lzmq с поддержкой ZMQ_LOOPBACK_FASTPATH. #54

Open
Enfernuz opened this issue Oct 13, 2020 · 0 comments

Comments

@Enfernuz
Copy link
Owner

Enfernuz commented Oct 13, 2020

Необходимо включить в дистрибутив обновлённую версию lzmq с поддержкой socket-опции ZMQ_LOOPBACK_FASTPATH, чтобы оптимизировать работу ZeroMQ TCP-сокета на localhost под Windows.

После этого необходимо также в service.lua проставить эту опцию сокетам:

socket:set_loopback_fastpath(true)

Библиотеки libzmq для линковки lzmq.dll можно скачать отсюда: https://zeromq.org/download/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant