CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Junipella

Search: Search took 0.02 seconds.

  1. Replies
    9
    Views
    2,801

    Re: I/O strategy for TCP streaming

    No need for a tl;dr. I shouldn't be posting here if I didn't wat to read the replies ;)

    The memory issue was just an example of many things I could face. I was looking for articles which have...
  2. Replies
    9
    Views
    2,801

    Re: I/O strategy for TCP streaming

    Thanks for the reply. There are lots of example codes out there for simple select servers, multi-threaded servers, Windows SDK example for an IOCP server, AsyncSelect and EventSelect servers. And I...
  3. Replies
    9
    Views
    2,801

    Re: I/O strategy for TCP streaming

    Sorry about that, that was not intentional. When I first started the thread I got the message 'you are not logged in', and not the expected mesage 'your thread will be reviewed by an admin'. And...
  4. Replies
    9
    Views
    2,801

    I/O strategy for streaming server

    Is there a recommended I/O strategy for streaming server programming for Windows sockets?

    All the articles I've read so far say that overlapped I/O with completion ports offers the best...
  5. Replies
    9
    Views
    2,801

    I/O strategy for TCP streaming

    Accidental repost, please read the second post.
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured