[Ace-users] Problem with ACE_Priority_reactor

alex alex.solan at gmail.com
Sat Sep 22 10:44:03 CDT 2007


I was using the default reactor implementaion and I switched to work
with ACE_Priority_Reactor implementation. I have 40 sockets
(ACE_Event_Handlers) managed by it.

When I decide to close them my application crashes and in the debugger
I see that in dispatch_io_set, the handlers I have just removed (using
remove_handler) are bring still manipulated by the reactor.

Is it a known bug? Did I do something wrong?



More information about the Ace-users mailing list