Some things that may or may not be added or fixed in future versions.
-
Different buffer allocators used for read and write (to help aleviate locked pages when the data that needs to be read on a connection is far less than the data that needs to be written.
-
Allocators that pool items on per thread lists, to remove cross thread allocator locking on 'balanced' servers. Note that some quick and hacky tests didnt show any particular performance advantage on most servers.
-
SetUserPointer should take const void * to match with PreOutgoingConnect
-
Filters should tell the manager which things they filter, they'll only get called for the ones they register an interest in and we can have separate lists so that all operations dont suffer if we have lots of 'connect' only filters, or whatever. need to group operations
-
http://msdn2.microsoft.com/en-us/library/aa365538(VS.85).aspx
-
http://msdn2.microsoft.com/en-us/library/aa365540(VS.85).aspx
-
ReleaseSockets() should return the count of how many were released as should AbortMyConnections().
Generated on Thu Mar 26 16:38:11 2009 for JetByte Socket Tools - v6.0 by
1.5.3