Correct, the "Waiting is 929.936 ms" is the time your application is 
processing data before responding. You should make your SOAP calls in 
parallels if possible.

The "waiting" is the time it takes to start receiving a response from the 
server after the client has sent a request.

On Wednesday, June 4, 2014 2:34:09 PM UTC-3, Reza Razavipour wrote:
>
> Please help me understand what waiting time is in a HTTP request.
> I have a RESTful node.js server. Client makes a HTTPS get request, the 
> node server has to make a couple of SOAP calls to a web service.
> When I look at this request/response timing using Chrome developer tools, 
> I see time is 931 ms. 
>    Blocking is 0.578 ms
>    Sending is 0.163 ms
>    Receiving 0.590 ms
>    Waiting is 929.936 ms
>
> Is the waiting the amount of time spent on the SOAP call?
>

-- 
Job board: http://jobs.nodejs.org/
New group rules: 
https://gist.github.com/othiym23/9886289#file-moderation-policy-md
Old group rules: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
--- 
You received this message because you are subscribed to the Google Groups 
"nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/nodejs/5ec9c43a-ac8a-4ee8-9c87-80f660df996f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to