dinkmeister wrote: > > Its a simple fix, check tcpver, if 4.1+ use os/2 select otherwise > use the bsd select. >
Much easier said than done. There are people with TCP/IP 4.3 for who it fails. There is no API to check TCP/IP version. we would not want an if statement around every select call. There are many places we do things different for BSD_SELECT. See: http://lxr.mozilla.org/seamonkey/search?string=BSD_SELECT As far as performance goes, we haven't really compared the two. Has anyone out there compared performance with 0.9.8 as shipped to 0.9.8 with my BSD_SELECT dll to see if there really us a difference?
