Hello Michael,

On 09/08/2011 10:01 AM, Michael Raab wrote:
> when shutting down the server using multicast communication the app seems to 
> stuck in the destructor of PointMCastConnection in line
>
> BaseThread::join(_recvQueueThread);
>
> When debugging, the recvThread of PointMCastConnection seems to be running 
> when I try to stop the server. Somehow the join&  shutdown of this thread 
> seems not to work as expected.

looking at PointMCastConnection::recvQueue() it should regularly test if 
_recvQueueThreadStop is set and then leave the thread - can you check 
if/were it blocks or why it does not reach that test?

        Cheers,
                Carsten

------------------------------------------------------------------------------
Doing More with Less: The Next Generation Virtual Desktop 
What are the key obstacles that have prevented many mid-market businesses
from deploying virtual desktops?   How do next-generation virtual desktops
provide companies an easier-to-deploy, easier-to-manage and more affordable
virtual desktop model.http://www.accelacomm.com/jaw/sfnl/114/51426474/
_______________________________________________
Opensg-users mailing list
Opensg-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to