Liste des Groupes | Revenir à co vms |
In article <vdgp60$2nh73$1@dont-email.me>,
Simon Clubley <clubley@remove_me.eisner.decus.org-Earth.UFP> wrote:>>
No. In the GUIs I am aware of, the main GUI thread _is_ the event thread.
Most modern applications, even graphical applications running on
hosted systems, are multithreaded. Whether the programming
model of the GUI library is multithreaded or not is another
matter, but those things must be _capable_ of being used in a
multithreaded environment, which means that they need to at
least be able to participate in a locking protocol of some sort,
etc. For example, the incoming event queue must have some sort
of interlocking on it in order to be accessible from multiple
threads, otherwise, how could other threads safely enqueue
events to it?
>
Les messages affichés proviennent d'usenet.