S
S
Shiramine2015-02-12 06:17:08
.NET
Shiramine, 2015-02-12 06:17:08

What is the fastest HTTP WEB REQUEST language?

The bottom line is this: I'm writing an application using httpwebrequest in c#. Requests are very slow (from 500 to 2500ms), and speed is very important in the application.
In which language http requests are faster?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
X
xmoonlight, 2015-02-12
@xmoonlight

native C

V
Vitaly Pukhov, 2015-02-12
@Neuroware

a request in 2 seconds for C# is wrong, if we assume that the server returns quickly (seen by curl), you need code to see what's wrong with it. you can run the profiler on it and see what works the longest

M
mayorovp, 2015-02-12
@mayorovp

Miracles don't happen. If curl is faster than .NET, then they just make different requests. See how their requests differ in the same Fiddler .
There is also an option with a limit on the number of simultaneous requests - but it does not seem that you "rest" against it.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question