12-02-2014, 05:06 AM
QM internet functions use a group of Windows API functions called "WinInet". QM function IntGetFile uses WinInet functions InternetOpenUrl, InternetQueryDataAvailable, InternetReadFile.
Here is what I found about the max number of connections:
http://support.microsoft.com/KB/183110
Internet Explorer also uses these functions, or just these registry settings. Possibly depends on IE version.
Here is what I found about the max number of connections:
http://support.microsoft.com/KB/183110
Internet Explorer also uses these functions, or just these registry settings. Possibly depends on IE version.
