denemo-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Denemo-devel] Threads and Windows version


From: Richard Shann
Subject: [Denemo-devel] Threads and Windows version
Date: Sun, 14 Aug 2011 17:30:22 +0100

I looked through a pdf on porting to windows, and the following looks
relevant:

Threading issues
  Don't call GTK functions from several threads
●
  Unlike the X11 protocol, the Win32 windowing and
●
  graphics API is thread-aware
  Windows knows what thread created a window, and
●
  messages (“events”) for that window are delivered to
  that thread's event queue, etc
  This all means horrible breakage if you create
●
  window or do windowing API calls randomly from
  different threads

Richard





reply via email to

[Prev in Thread] Current Thread [Next in Thread]