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 6818359
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T21:10:07+00:00 2026-05-26T21:10:07+00:00

Is it possible in Node.JS to drop a connection in such a way that

  • 0

Is it possible in Node.JS to “drop” a connection in such a way that

  • The client never receives a response (200, 404 or otherwise)
  • The client is never notified that the connection is terminated (never receives connection reset or end of stream)
  • The server’s resources are released (the server should not attempt to maintain the connection in any way)

I am specifically asking about Node.JS HTTP Servers (which are really just complex TCP servers) on Solaris., but if there are cases on other OSes (Windows, Linux) or programming languages (C/C++, Java) that permit this, I am interested.

Why do I want this?

To annoy or slow down (possibly single-threaded) robots such as phpMyAdmin Probe.

I know this is not really something that matters, but these types of questions can better help me learn the boundaries of my programs.

I am aware that the client host is likely to re-transmit the packets of the connection since I am never sending reset.

  • 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-05-26T21:10:08+00:00Added an answer on May 26, 2026 at 9:10 pm

    These are not possible in a generic TCP stack (vs. your own custom TCP stack). The reasons are:

    1. Closing a socket sends a RST
    2. Even if you avoid sending a RST, the client continues to think the connection is open while the server has closed the connection. If the client sends any packet on this connection, the server is going to send a RST.

    You may want to explore firewalling these robots and block / rate limit their IP addresses with something like iptables (linux) or the equivalent on solaris.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is possible to do a clustered web service (with JAX-WS), that each node receives
Does anyone know off a way or maybe think its possible to connect Node.js
Is it possible in jdom to get the children of a node that share
Is it possible to hide the +/- buttons for an ICEFaces tree node that
Possible Duplicate: How do I find the DOM node that is at a given
Is it possible to write an XPath expression that gets the root node of
Is it possible to create chained methods that are asynchronous like this in node.js
Is is possible to display a node without children as a leaf node within
can i perform select single node from IXMLDOMElement ,if its possible give me one
Helo! Is this possible to use string value of one node which tells what

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.