Tagged Questions

1
vote
4answers
193 views

Is it possible to start a custom thread in an IIS hosted C++ application?

We host a C++ based WebServices application in IIS and we're finding that when we try to start our own C++ threads IIS has a fit and crashes. The threads are based on boost.thread which clearly ...
0
votes
0answers
99 views

Multicasting Problem

I am programming a multicast environment scenario. The source is sending the content to a multicast address say 239.0.1.1. on the other end a client wants to join this multicast address. The actual ...