Return the ordered List not a SortedSet without removing anything. That way you do not risk losing any servers from the list and has no negative impact on any installations that do not use repeated server records.
Steve > -----Original Message----- > From: Serge Knystautas [mailto:[EMAIL PROTECTED]] > Sent: Monday, January 20, 2003 8:51 PM > To: James Developers List > Subject: Re: [PATCH] Upgrade to DnsJava 1.3.1, add DNS Server > autodetect, Make use of higher level api > > > Steve Short wrote: > > You can use multiple MX records to the same IP to improve > performance > > by allowing James to use multiple concurrent connections to > the same > > mail server. IIRC Javamail has some per connection synchronisation > > and multiple MX records can be used to enable multiple connections. > > So do you think we should collapse these and return a > SortedSet, or just > return all possible servers using a List? > > Serge Knystautas > Loki Technologies > http://www.lokitech.com/ > > > > > -- > To unsubscribe, e-mail: > <mailto:james-dev-> [EMAIL PROTECTED]> > For > additional commands, > e-mail: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
