> >> Is it not possible to remove a handler after closing its socket? > > >Yes, it is. > > ... but not after you call ACE_SOCK_Stream::close(), since that causes > get_handle() to return -1. Like I said, if you have the right handle value. > Thanks all for your help. You're welcome. -Steve