MGR: RPC thread restore Yield(); paus thread immediately on wxEVT_RPC_FINISHED event; reduce CPU usage while not connected to a client.

svn path=/trunk/boinc/; revision=16401
This commit is contained in:
Charlie Fenton 2008-11-04 02:36:24 +00:00
parent 77803431ea
commit e2d5800ba6
1 changed files with 9 additions and 0 deletions

View File

@ -9071,3 +9071,12 @@ David 3 Nov 2008
- client: preemptability ordering was messed up - client: preemptability ordering was messed up
client/ client/
cpu_sched.cpp cpu_sched.cpp
Charlie 3 Nov 2008
- MGR: Reverse earlier change in RPC thread logic: restore Yield() because
Sleep(100) caused undesirable latency. Pause the thread immediately on
receipt of wxEVT_RPC_FINISHED event. Reduce RPC thread CPU usage while
not connected to a client.
clientgui/
AsyncRPC.cpp