View Poll Results: Socket I/O model

Voters
6. You may not vote on this poll
  • Blocking Sockets

    1 16.67%
  • select()

    2 33.33%
  • WSAAsyncSelect()

    0 0%
  • WSAEventSelect()

    0 0%
  • OVERLAPPED event notification

    0 0%
  • OVERLAPPED completion routines

    3 50.00%
  • Completion Ports

    0 0%
  • Other?

    0 0%

Thread: Winsock Socket Model

  1. #1
    I lurk
    Join Date
    Aug 2002
    Posts
    1,361

    Winsock Socket Model

    Which Socket model do you use for your Winsock applications? Personally, I usually use OVERLAPPED completion routines for most of what I do. I'm just curious to what everyone else is using.
    Last edited by Eibro; 07-08-2003 at 01:36 PM.

  2. #2
    Redundantly Redundant RoD's Avatar
    Join Date
    Sep 2002
    Location
    Missouri
    Posts
    6,331
    I'm with you on this one actually.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Winsock issues
    By tjpanda in forum Windows Programming
    Replies: 3
    Last Post: 12-04-2008, 08:32 AM
  2. How to initialize a non blocking socket using only winsock library
    By *DEAD* in forum Networking/Device Communication
    Replies: 4
    Last Post: 01-18-2008, 07:03 AM
  3. WSAAsyncSelect Socket Model. She's Not Hot.
    By Tonto in forum Networking/Device Communication
    Replies: 2
    Last Post: 03-24-2007, 08:34 AM
  4. Help with file reading/dynamic memory allocation
    By Quasar in forum C++ Programming
    Replies: 4
    Last Post: 05-17-2004, 03:36 PM
  5. Varifying Socket Connection :: Winsock
    By kuphryn in forum Windows Programming
    Replies: 3
    Last Post: 05-11-2002, 03:26 PM