rpyc critical performance issue with BgServingThread #32
Labels
Comments
have a look at: http://github.com/tomerfiliba/rpyc/blob/v3.0.7/utils/helpers.py#L70 and http://github.com/tomerfiliba/rpyc/blob/v3.0.7/core/protocol.py#L296 the bg server thread calls 100 calls * 0.1 second delay for lock = 10 seconds. i will try to find a better way to solve the contention between threads sharing the connection... but it won't happen in 3.1.0 |
closed by e407ada |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I work with RPYC classic server (see code below) under Windows XP.
When I have BgServingThread, 100 calls of execute() takes about 10 seconds.
Without BgServingThread, 100 calls of execute() takes about 0.01 seconds.
Why? What can I do to have both BgServingThread running and execute() working fast?
Need any ideas...
The text was updated successfully, but these errors were encountered: