[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gnumed-devel] re: callback from event loop in wxPython
From: |
syan tan |
Subject: |
[Gnumed-devel] re: callback from event loop in wxPython |
Date: |
Sat, 31 Jan 2004 10:27:05 +0800 |
could also use a polling function as in (?) wxTimer,
and do a non-blocking/or timeout Select() as a client
socket reader, which avoids the need for locking of
shared data, keeps debugging single threaded , etc..
all the benefits of single threaded execution.
still not sure why the gui needs remote controlling:
can't it just do user input and display backend state?
- [Gnumed-devel] re: callback from event loop in wxPython,
syan tan <=