On Thu, Jun 3, 2010 at 3:43 PM, Arno Garrels <[email protected]> wrote: > > Fastream Technologies wrote: > > Hello, > > > > We use TStringList quicksort/binary search routine I wrote for > > caching--works so well that I can recommend. > > With many entries all TList-derrived classes are dog-slow > compared with binary search trees for this purpose!
We are using Sorted=true; while adding items and no IndexOf() but our own routine based on searching in a sorted stringlist. > > > > > Also, has anybody tested the IPv6 with listening/server components? > > I just commited a few changes. The HTTP client and server should work > now. Please guys, give it a trial and report bugs or provide fixes. > > "Log: Setter of TCustomWSocket.Addr sets the correct internal socket family > if a host name equals either a valid IPv6 or IPv4 address, overriding > public property SocketFamily. THttpCli added property SocketFamily." What happens if one sets 0.0.0.0 as listening IP? Does it cover the IPv6 interface as well? I mean, our customers are seeking simplicity--can they listen on both IPv's with single listening socket? Best Regards, SZ -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be
