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
When SetWinEventHook calls into our users function there is some amount of blocking going on (investigate this further) which can cause increased system resource usage.
Consider an optional or required API that instead of calling the user's function, it sends a message to another process that runs user functions. Maybe use zmq?
The text was updated successfully, but these errors were encountered:
When
SetWinEventHook
calls into our users function there is some amount of blocking going on (investigate this further) which can cause increased system resource usage.Consider an optional or required API that instead of calling the user's function, it sends a message to another process that runs user functions. Maybe use zmq?
The text was updated successfully, but these errors were encountered: