Pubudu
Pubudu

Reputation: 478

What is the difference between NHTTP and HTTP?

What are the specific characteristics that draw the line between these two protocols?

Upvotes: 0

Views: 1628

Answers (1)

Marged
Marged

Reputation: 10953

Basically you are asking "what's the difference between car and Volkswagen Golf". The two can't be compared directly.

Non blocking http (nhttp) is a specific implementation of the http protocol which (as in the name) is non blocking. There are other implementations which can be blocking but this has nothing to do with the http protocol itself

Upvotes: 1

Related Questions