Fast Notification in Service - WeOnlyDo Discussion board

Fast Notification in Service (wodWebServer / wodWebServer.NET)

by stitze, Tuesday, November 04, 2008, 17:51 (5654 days ago)

Hi,

I've included the wodWebServer COM in a MFC Windows Service Project. During service startup a CWinThread class is created by calling AfxBeginThread. Inside this thread I'm trying to use the fast notification interface of the wodWebServer component but my callbacks aren't called ... it looks like a deadlock.

Is it possible that the outgoing call to the notification class blocks because the call tries to reenter the STA of the webServer CoClass?

btw: I've copyied the FastNotification Sample (the sample is working) classes into my project.


Complete thread: