Bug 273 - Merge common acceptor option parsing code into one method
Summary: Merge common acceptor option parsing code into one method
Status: NEW
Alias: None
Product: TAO
Classification: Unclassified
Component: ORB (show other bugs)
Version: 1.0.3
Hardware: All All
: P4 enhancement
Assignee: DOC Center Support List (internal)
URL:
Depends on:
Blocks:
 
Reported: 1999-08-28 21:28 CDT by Ossama Othman
Modified: 2006-04-21 12:15 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 Ossama Othman 1999-08-28 21:28:56 CDT
The IIOP_Acceptor and UIOP_Acceptor option parsing code is very redundant right
now.  Common option parsing, such as endpoint priority parsing, should be merged
into a single method in the TAO_Acceptor base class.

A seperate method should be used in each concrete acceptor for protocol specific
option parsing.
Comment 1 Ossama Othman 1999-08-28 21:30:59 CDT
My code, my request, my fix.

Speak no evil, hear no evil, see no evil. :-)
Comment 2 Ossama Othman 1999-09-02 19:04:59 CDT
Another thing I was thinking about was to dump my home grown option parsing code
and use an ACE_Arg_Shifter style of option parsing; similar to what it found in
TAO_ORB_Core::init().  This should make it easier to add additional options and
make the option parsing more robust.