visual c++ - How do I create a browser Interface or mini browser which will use very low amount of RAM? -


i need keep page open within browser auto reload @ every 35 seconds keep connection active isp. have tried creating windows form application using visual c++ 2008, seems inefficient in memory management. after running 10 mins ram use goes above 35 mb. don't want that. expect ram usage stay below 10 mb !

how create browser interface minimize ram usage serve purpose of keeping connection alive.

you don't want browser. need periodic network connection server. in programming libraries, called 'socket' . start research there.


Comments

Popular posts from this blog

Unable to remove the www from url on https using .htaccess -