Does the new Registered I/O for Winsock in server 2012 work with the built in Windows threadpools or do I need to use IOCP apis to interact with it? I have a service that makes heavy use of winsock and I bind threadpools to the completion of winsock request to simplify the programming model.
thanks.