- 17 Nov, 2020 34 commits
-
-
-
-
-
At the moment, no exops are processed internally, all are passed on unchanged.
-
-
-
-
-
-
-
-
-
-
-
Potentially for timeout detection purposes in the future.
-
Several threads calling backend_select might reset current_backend to a different place, there are two options to deal with that: - just let the last rotation win (the current approach) - detect whether first == current_backend and only replace then Not sure which one is more useful, going with the simpler.
-
This alone doesn't make the server do a round robin.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-