[ace-users] Getting ACE_Reactor to suspend input processing

Jules d'Entremont Jules.dEntremont at SolaceSystems.com
Tue Jul 31 12:05:18 CDT 2007


>>Can I use ACE_Reactor::suspend_handlers() (or some other function) to
>>stop the Reactor from handling input events?
>
>Yes, you can do that.  

But won't that stop timers and output handlers also?  How can I make it
stop handling only input events?

>You might also simply stop calling the
>Reactor's handle_input() method.

I can't find a handle_input() function documented for ACE_Reactor.

>Thanks,
>
>        Doug

Jules.



More information about the Ace-users mailing list