Windows Vista Beta | WinVistaBeta.com - Message | Can a socket be closed from a thread other than it orignated from

January 08, 2009  
Subject: Can a socket be closed from a thread other than it orignated from
Group: microsoft.public.msdn.general
Date: 7/3/2008 11:53:03 PM
From: =?Utf-8?B?Um9ja3k=?= [Email Address Protection]

When I try to create a socket from a thread, the IP_ADD_MEMBERSHIP is success.
When I try to close the socket from a different thread , I get a result
IP_DROP_MEMBERSHIP failed.

Is it because the socket that was created from a thread, cannot be deleted
from a different thread.




Back