barrier/lib/server
crs 7b3999b166 fixed win32 deadlock. when a client disconnects the server will
warp the mouse to the primary screen.  entering the primary
screen causes the primary screen's window to be hidden.  the
deadlock occurs because hiding the window seems to post a
message then wait for it to be handled (or possibly it won't
send a message while a posted message is being handled).
thread A locks the mutex, warps the mouse, the hides the window.
thread B begins processing the mouse warp then tries to lock
the mutex.  thread A is waiting on the event loop owned by B
while B is waiting on the mutex owned by A.  this fix simply
hides the window asynchronously.  however, there may be other
ways to cause a similar deadlock that have not been found.
2002-08-18 17:40:10 +00:00
..
CClientProxy.cpp added copyright to top of each file. 2002-08-02 19:57:46 +00:00
CClientProxy.h added copyright to top of each file. 2002-08-02 19:57:46 +00:00
CClientProxy1_0.cpp added copyright to top of each file. 2002-08-02 19:57:46 +00:00
CClientProxy1_0.h added copyright to top of each file. 2002-08-02 19:57:46 +00:00
CConfig.cpp added win32 launcher program. also changed VC++ dsp and dsw 2002-08-11 11:49:36 +00:00
CConfig.h added win32 launcher program. also changed VC++ dsp and dsw 2002-08-11 11:49:36 +00:00
CHTTPServer.cpp added copyright to top of each file. 2002-08-02 19:57:46 +00:00
CHTTPServer.h added copyright to top of each file. 2002-08-02 19:57:46 +00:00
CMSWindowsPrimaryScreen.cpp fixed win32 deadlock. when a client disconnects the server will 2002-08-18 17:40:10 +00:00
CMSWindowsPrimaryScreen.h added copyright to top of each file. 2002-08-02 19:57:46 +00:00
CPrimaryClient.cpp added copyright to top of each file. 2002-08-02 19:57:46 +00:00
CPrimaryClient.h added copyright to top of each file. 2002-08-02 19:57:46 +00:00
CPrimaryScreen.cpp added copyright to top of each file. 2002-08-02 19:57:46 +00:00
CPrimaryScreen.h added copyright to top of each file. 2002-08-02 19:57:46 +00:00
CServer.cpp added copyright to top of each file. 2002-08-02 19:57:46 +00:00
CServer.h added copyright to top of each file. 2002-08-02 19:57:46 +00:00
CXWindowsPrimaryScreen.cpp added copyright to top of each file. 2002-08-02 19:57:46 +00:00
CXWindowsPrimaryScreen.h added copyright to top of each file. 2002-08-02 19:57:46 +00:00
IPrimaryScreenFactory.h added copyright to top of each file. 2002-08-02 19:57:46 +00:00
Makefile.am added copyright to top of each file. 2002-08-02 19:57:46 +00:00
server.dsp added win32 launcher program. also changed VC++ dsp and dsw 2002-08-11 11:49:36 +00:00