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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T13:01:03+00:00 2026-06-14T13:01:03+00:00

Nginx transfers requests to other backend servers, such as Thin(Ruby server), or Node.js server,

  • 0

Nginx transfers requests to other backend servers, such as Thin(Ruby server), or Node.js server, or Tomcat, then What’s the IPC mechanism between them?

Shared memory?
Socket (even in same machine)?
Pipe?
Standard IO? (For CGI or FastCGI, it is)

Or something else?

  • 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-14T13:01:04+00:00Added an answer on June 14, 2026 at 1:01 pm

    Depending on your setup, it my use Unix Sockets or TCP.

    This will use TCP:

    upstream my_site {
      server 127.0.0.1:9292;
    }
    

    This will use Unix Socket:

    upstream my_site {
      server unix://path/to/socket;
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

my nginx server is actually proxying my node backend (which listens on port 3000)
nginx is a killer static file server. it can serve node.js , as in
Our setup is standard nginx (ver 0.7.59) + thin upstream servers on Debian lenny.
I have running nginx on my server ansel.ms and a node.js app on ansel.ms:46156.
I have installed Nginx 1.2.0 with Passenger on my Mac Mini running Lion Server.
I am running Nginx 1.0.6, Passenger 3.0.9, Rails 3.1.1, Ruby 1.9. In my production
I've set up Nginx as my main web server and have two Mochiweb based
How emulate xmlhttprequest and get json response? Here Answer: HTTP/1.1 200 OK Server: nginx/1.1.7
Nginx doesn't support chunked requests so i'm tryping to proxy my PUT request to
I'm using Python Flask + nginx with FCGI. On some requests, I have to

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.