Thread: Most Effective Sockets

  1. #1
    Registered User
    Join Date
    Oct 2005
    Location
    Brasil
    Posts
    220

    Most Effective Sockets

    Ok, i have heard that there are three ways of using sockets: Asynchronous, Non-Blocking and with Overlapped I/O, and i think that with overlapped i/o we can achieve better performance, but i havenīt found any resource explaining how to use it with sockets, anyone have some? By the way, is there any way of using overlapped i/o in *nix systems?

    (Building a cross platform framework for high performance I/O).

    Thank you all.

  2. #2
    Registered User
    Join Date
    Mar 2005
    Location
    Mountaintop, Pa
    Posts
    1,058
    Win32 System Programming by Johnson M. Hart may be a good resource for you. IMHO, I believe he does an excellent job of explaining overlapped I/O and how it pertains to sockets.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Best way to poll sockets?
    By 39ster in forum Networking/Device Communication
    Replies: 3
    Last Post: 07-22-2008, 01:43 PM
  2. multiple UDP sockets with select()
    By nkhambal in forum Networking/Device Communication
    Replies: 2
    Last Post: 01-17-2006, 07:36 PM
  3. Raw Sockets and SP2...
    By Devil Panther in forum Networking/Device Communication
    Replies: 11
    Last Post: 08-12-2005, 04:52 AM
  4. Starting window sockets
    By _Cl0wn_ in forum Windows Programming
    Replies: 2
    Last Post: 01-20-2003, 11:49 AM
  5. Sockets, questions.
    By Vber in forum C Programming
    Replies: 2
    Last Post: 12-26-2002, 12:18 AM