6.4.0: Unterschied zwischen den Versionen

Aus BC-Wiki
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: * client (Unix): if app uses < 1 CPU, run at nice 10 (not 0) * client: suppress specious error message * MGR: Async RPCs: RPC thread is again a detached thread which st...)
 
Keine Bearbeitungszusammenfassung
 
Zeile 1: Zeile 1:
[[6.x| Zur Übersicht]]
* client (Unix): if app uses < 1 CPU, run at nice 10 (not 0)
* client (Unix): if app uses < 1 CPU, run at nice 10 (not 0)
* client: suppress specious error message
* client: suppress specious error message
* MGR: Async RPCs: RPC thread is again a detached thread which stays running until Manager exits.  Use wxCondition to block RPC thread when it is idle.  This still avoids any Yield(), Sleep() and calls from RPC thread and reduces CPU usage from creating a new RPC thread for each RPC operation
* MGR: Async RPCs: RPC thread is again a detached thread which stays running until Manager exits.  Use wxCondition to block RPC thread when it is idle.  This still avoids any Yield(), Sleep() and calls from RPC thread and reduces CPU usage from creating a new RPC thread for each RPC operation

Aktuelle Version vom 27. September 2009, 13:22 Uhr

Zur Übersicht

  • client (Unix): if app uses < 1 CPU, run at nice 10 (not 0)
  • client: suppress specious error message
  • MGR: Async RPCs: RPC thread is again a detached thread which stays running until Manager exits. Use wxCondition to block RPC thread when it is idle. This still avoids any Yield(), Sleep() and calls from RPC thread and reduces CPU usage from creating a new RPC thread for each RPC operation