can you share sockets (on the client side) among different processes using the WinInet mechanism with InternetOpen(), InternetConnect() etc ??
Printable View
can you share sockets (on the client side) among different processes using the WinInet mechanism with InternetOpen(), InternetConnect() etc ??
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.