Bug 3188 - Dev_Poll reactor should check eh->resume_handler before resuming the handle
Summary: Dev_Poll reactor should check eh->resume_handler before resuming the handle
Status: RESOLVED FIXED
Alias: None
Product: ACE
Classification: Unclassified
Component: ACE Core (show other bugs)
Version: 5.6.2
Hardware: All All
: P3 enhancement
Assignee: DOC Center Support List (internal)
URL:
Depends on: 3178
Blocks:
  Show dependency tree
 
Reported: 2008-01-05 11:50 CST by Johnny Willemsen
Modified: 2009-06-11 20:23 CDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Johnny Willemsen 2008-01-05 11:50:39 CST
The problem for TAO is probably the fact that the dev_poll reactor doesn't check the event_handler->resume_handler() operation. TAO does resume handlers as application in some cases, the reactor should do that. The TP_Reactor is the only reactor that uses this method (as a note in the header of eh says), but the dev_poll should also check this method and not always resume the handle
Comment 1 Johnny Willemsen 2008-02-05 14:48:23 CST
enhancement
Comment 2 Steve Huston 2009-06-11 20:23:33 CDT
Fixed: Fri Jun 12 00:45:09 UTC 2009  Steve Huston  <shuston@riverace.com>