PDA

View Full Version : .net HTTP Requests in Visual C++ 2005?


frodo82801
July 7th, 2008, 05:54 PM
Anyone worked with HTTP requests using .net in Visual C++ 2005? It's slow and I'm wondering if anyone has any tips to speed it up.

frodo82801
July 14th, 2008, 10:01 PM
Well, if anyone is interested, I went to an async connection and that helped some.

I'm wondering if .Net is just slow. I haven't had this problem with other languages such as Perl or PHP or VB6. I guess I should try the same .Net calls in VB instead of C++. I'm about to trying it in Java. That should be interesting.

ghetto guy
July 15th, 2008, 10:49 PM
You could try Python too

frodo82801
July 16th, 2008, 02:12 PM
You could try Python too

That'll probably be next. I'll have to learn that one, but it doesn't look too bad.

ghetto guy
July 17th, 2008, 10:57 PM
That'll probably be next. I'll have to learn that one, but it doesn't look too bad.

There is a pretty simple Tutorial (http://docs.python.org/tut/tut.html).

frodo82801
July 25th, 2008, 07:45 PM
There is a pretty simple Tutorial (http://docs.python.org/tut/tut.html).

That's a decent tutorial. Thanks.

ghetto guy
July 26th, 2008, 05:00 AM
That's a decent tutorial. Thanks.
Anytime.