Project

General

Profile

« Previous | Next » 

Revision 89312c37

Added by Hamish Coleman about 16 years ago

  • ID 89312c3752e4d2b2efee71ca2c5653a40093f4a0

Convert run_menu to not busy wait
It took me a while to notice, but the run_menu is written using
blocking file metaphor, but the socket it is working on is a non
blocking socket. This manifests itself with the run_menu loop
consuming most of the available CPU time

  • added
  • modified
  • copied
  • renamed
  • deleted