CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5

Threaded View

  1. #1
    Join Date
    May 2007
    Posts
    127

    Question Advantages of multiple sockets?

    Hello!
    I want to capture the desktop every 500 milisec and send it over the net. But I want to send every 200 milisec the frames from a webcam too. Should I use 2 different socket for sending/receiving: one for desktop and one for webcam? If will use 2 different sockets I will receive the images faster? I mean that if I send first 2 desktop images and after that 1 webcam frame, I will receive the webcam frame even if I don't received those 2 images? Or there is no point in using multiple sockets?
    Bye!
    Last edited by Chirieac; May 18th, 2008 at 04:54 PM.
    I love this forum. Thanks all for your help!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured