[ace-users] ACE_Reactor question
Mihai Bucica
misu200 at yahoo.com
Tue Oct 2 03:28:51 CDT 2007
ACE VERSION: 5.5.7
HOST MACHINE and OPERATING SYSTEM:
x86, Win XP
AREA/CLASS/EXAMPLE AFFECTED:
ACE_Strategy_Acceptor/ACE_Reactor
DOES THE PROBLEM AFFECT:
COMPILATION? NO
LINKING? NO
EXECUTION? NO
OTHER (please specify)? Need info on how to use
ACE_Reactor
SYNOPSIS:
I've some kind of HTTP server made with
ACE_Strategy_Acceptor/ACE_Reactor.
I'm trying to buffer incoming connections while the
HTTP server is responding to the current request. This
means I dont want that a new connection to cause
handle_input() to be called while performing work with
another connection.
I've tried a few things like
remove_handler(this,ACE_Event_Handler::ACCEPT_MASK)
but nothing works.
Thanks,
Valentin
____________________________________________________________________________________
Take the Internet to Go: Yahoo!Go puts the Internet in your pocket: mail, news, photos & more.
http://mobile.yahoo.com/go?refer=1GNXIC
More information about the Ace-users
mailing list