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
This will increase share processing times slightly, but will allow higher total shares per server process. Also will help prevent CPU starvation under high load periods a bit.
To free up the main gevent loop more we can use a processing pool for share logging. Here's basic POC code.
https://gist.github.com/icook/bf34a38bea98cc02bf72
This will increase share processing times slightly, but will allow higher total shares per server process. Also will help prevent CPU starvation under high load periods a bit.