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

Thread: sockets sharing

  1. #1
    Join Date
    Apr 1999
    Posts
    14

    sockets sharing

    can you share sockets (on the client side) among different processes using the WinInet mechanism with InternetOpen(), InternetConnect() etc ??


  2. #2
    Join Date
    Apr 1999
    Posts
    14

    Re: sockets sharing

    Sure: i want to connect multiple HTTP clients via one single connection to a server (same server for all clients) while using WinINET. So initially i tried to share HINTERNET handles in shared sections in a DLL but this doesnt seem to work.


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