HTTPWebRequest to Increase Processing Speed
-
Hi All, I am working HTTPWebRequest to access the url and copy the data in other server database. I am using the Threading concept here. But the processing of threading is very slow.I am excepting the processing to 120/min but, it giving only 50/min processing. Can you please help me in this case,how to increase the processing to 120/min. Thanks in Advance.
JohnDas
-
Hi All, I am working HTTPWebRequest to access the url and copy the data in other server database. I am using the Threading concept here. But the processing of threading is very slow.I am excepting the processing to 120/min but, it giving only 50/min processing. Can you please help me in this case,how to increase the processing to 120/min. Thanks in Advance.
JohnDas
Get a faster connection Adding more threads does not guarantee increased performance, it can actually slow it do if not done properly.
I know the language. I've read a book. - _Madmatt