Click to See Complete Forum and Search --> : sockets sharing


Jerome
April 5th, 1999, 08:24 PM
can you share sockets (on the client side) among different processes using the WinInet mechanism with InternetOpen(), InternetConnect() etc ??

Jerome
April 9th, 1999, 07:26 AM
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.