threading in a com server

  • From: "Sean Farrow" <sean.farrow@xxxxxxxxxxxxxxxx>
  • To: <programmingblind@xxxxxxxxxxxxx>
  • Date: Wed, 12 Dec 2007 20:22:48 -0000

Hi: 
I am creating a com server that needs to monitor events set by a hook
dll in another process, The com server is a dll. Am I safe to creat a
second thread in the constructor to handle the events. The events will
be trigged when a memory-mapped file has been populated.
Any help apreciated.
Sean.

Other related posts: