Iam coding a solution for web automation, I have been using the default web browser control in some of my past projects. However I have found that the performance of web browser control is not very good.
After running for some time it usually hangs the application and also sometimes leads to memory leaks if the application is executed for long.
I want to know if someone here has used Gecko - http://code.google.com/p/geckofx/ and whats its performance for doing long web scraping tasks. My application is in C#.