Please report new issues athttps://github.com/DOCGroup
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.
My code, my request, my fix. Speak no evil, hear no evil, see no evil. :-)
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.