Replies: 1 comment 6 replies
-
I would like to release but there are large low level changes I am afraid of. If you can test master and tell me it works, then it will speed up release ;-) |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We use the opcua-asyncio library and have started encountering performance issues over recent months (unfortunately I am not sure specifically when this started). Our use case is that we have a python application exposing multiple OPC UA servers. We also have a Flask API which then uses the OPC UA client to connect to these servers in order to read/set nodes.
I have attached a flamegraph below (zipped) showing what we are seeing when this occurs.
cpu-flamegraph.zip
Of note is the number of references to this line:
_await_closing_tasks (asyncua/server/binary_server_asyncio.py:170)
Looking at the commit history, there seem to have been a number of changes around this area after the latest 0.9.14 release which look like they could potentially fix the issue.
What are the current plans in terms of releasing these changes?
Beta Was this translation helpful? Give feedback.
All reactions