Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7810477
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T03:47:52+00:00 2026-06-02T03:47:52+00:00

I am working on a Node.js workload test and I have just encountered an

  • 0

I am working on a Node.js workload test and I have just encountered an interesting behavior. The minimum response time of an HTTP server is 200 ms, even for simplest logic:

var http = require("http");

http.createServer(function(request, response) { 

  response.write("Hello World");
  response.end();

}).listen(8080);

Ran on Windows Server 2003:

> node main.js

I searched the web, but have not found any information about this. The test is done on local network, furthermore with the use of other webserver (namely IIS) I can achieve instant response time. Don’t get me wrong, I see rational explanation behind this behavior, so this is my question:

Is this the default behavior coming with node.js, or could it be the result of something else?

Clarification on demand:

  • Node js version: 0.6.11
  • OS: Windows Server 2003 R2 SP2
  • Server environment: VMWare Workstation 8.0.0
  • Workload utility: jMeter 2.6 (1 thread workload)

Update

The delay behavior only appear during remote requests. If a local workload test is executed, the latency will be close to zero. However, it cannot be a network latency issue, because a remote request against IIS on the same server does not give latency. I am going to try this out on other OSes.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-02T03:47:53+00:00Added an answer on June 2, 2026 at 3:47 am

    It is Nagle algorithm set by default on Windows (reproducible also on Windows 2008 R2 on Azure).

    Workaround – disable it on response socket, like this:

    response.connection.setNoDelay(true);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have working (stock) script from node var cluster = require('cluster'); var http =
I had my server working with an earlier version of node.js, npm, and socket.io
I do not get the last version of node-http-proxy working (this used to work
I am working with Node.js to build a web socket server that uses mongodb.
We are running Weblogic 7sp6. We have a working single node cluster with an
I have been working on a few Node apps, and I've been looking for
I'm working on a test harness that interacts with another node application and verifies
Currently I have the following code, working with Node.js, socket.io and Redis: var io
I'm working on a project that includes WebSockets, and data between the server (Node.js)
I'm working on a project with Node.js and the server-side code is becoming large

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.