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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T03:11:38+00:00 2026-05-30T03:11:38+00:00

My understanding is that Node is an ‘Event’ driven as opposed to sequentially driven

  • 0

My understanding is that Node is an ‘Event’ driven as opposed to sequentially driven server application. This I’ve come to understand means, that for event driven software, the user is in command, he can create an event at any time and the server is in a state such that it can respond, whereas with sequential software (like a DOS prompt), the application tells the user when its ‘ok’ to response, and may at any given time be not available (due to some other process).

Further, my understanding is that applications like Node and EventMachine use a reactor of sorts.. they wait for an ‘event’ to occur, and using a callback they delegate the task to some other worker. Ok.. so then, what about Rails & Passenger?

Rails might use a server like NGINX with Passenger to spawn new processes when ‘events’ are received by the system. Is this not conceptually the same idea? If it is, is it just the processing overhead that is really separating the two where Passenger would need to potentially spawn a new rails instance while, node is already waiting to handle the request?

  • 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-30T03:11:40+00:00Added an answer on May 30, 2026 at 3:11 am

    Node.js is event driven non blocking programming language. The key is the non blocking part. Node doesn’t spawn for other processes. It runs in one thread (this is for starters… you can actually spawn it now through some modules – i think – but that’s another talk)

    Anyway this is different from other typical programming languages where you receive a request and the thread is locked until it has an answer. If you assign it to another thread, that thread is still locked…

    In node you never lock. You receive request and the thread continues to receive requests. When a request is processed, the callback is called.

    Hope I made myself understand and I used the right terms 😉

    Anyway, if you want this video is nicee: http://www.youtube.com/watch?v=jo_B4LTHi3I

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

Sidebar

Related Questions

I was wondering can node.js run with Apache server? My understanding with this language
Understanding that I should probably just dig into the source to come up with
The novice understanding of Node is that if I re-write synchronous, or in-line code,
My understanding has been that, despite the fact that XSLT's node-sets are called sets,
My understanding is that node.js is a python app that is geared towards the
Please note that I already know of and understand the ABA problem . This
It's my understanding that nulls are not indexable in DB2, so assuming we have
It's my understanding that common wisdom says to only use exceptions for truly exceptional
It is my understanding that I can test that a method call will occur
It is to my understanding that one should use a forward-class declaration in the

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.