Bug 515 - Problems with the Reactive_*Control strategies
Summary: Problems with the Reactive_*Control strategies
Status: RESOLVED FIXED
Alias: None
Product: TAO
Classification: Unclassified
Component: Real-Time Event Service (show other bugs)
Version: 1.1
Hardware: All All
: P2 normal
Assignee: Carlos O'Ryan
URL:
Depends on: 322
Blocks:
  Show dependency tree
 
Reported: 2000-03-27 12:57 CST by Carlos O'Ryan
Modified: 2000-04-29 22:28 CDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos O'Ryan 2000-03-27 12:57:49 CST
The Reactive_*Control strategies use the policy mechanisms in TAO to setup
a timeout for the _non_existent() request.  Unfortunately the current
implementation of the Policy mechanism can crash under some scenarios and
needs to be revised.
I'll be adding a dependency between the two problems.
Comment 1 Carlos O'Ryan 2000-03-31 12:33:59 CST
I have to wait for bug #322 to get fixed.
Comment 2 Carlos O'Ryan 2000-03-31 12:40:59 CST
Ooops, i was trying to accept the bug.
Comment 3 Carlos O'Ryan 2000-04-29 22:28:59 CDT
The last round of changes in the ORB core seem to have fixed this problem.
I'm still not clearing bug #322 because there are some race conditions in the
code that uses exceptions, but it seems like the bug that was causing problems
with the event channel is really fixed.