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

  • Home
  • SEARCH
  • 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 9093327
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T23:04:19+00:00 2026-06-16T23:04:19+00:00

I am building a web server running on a Unix machine, the scenario is

  • 0

I am building a web server running on a Unix machine, the scenario is as follows:

A user can use his/her mobile phone to take a picture and upload to the server, then the server will run an image processing executable to process the image (to recognise the image)and return the result to the user’s mobile phone.

Is node.js suitable for this scenario? Or other technologies are suitable?

My main concern is concurrency. The image processing executable is an application written in C++, I just want to call the app from node.js and return the result. However, node.js is not multi-threaded, right? It means the uploaded image must be processed one after the other. Is it possible to do in parallel?

  • 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-16T23:04:20+00:00Added an answer on June 16, 2026 at 11:04 pm

    Node.JS can use C extension to work in the background. (Many module like hiredis also compiled as C).

    Node.JS is event-driven, that’s also a reason why it’s single thread. It’s very suitable for concurrent task that do something with I/O or network latency because event it’s single thread, it do not need to wait for first operation to be done before executing another one.

    What Node.JS is not suit for is cpu intensive operation like image-processing and serving static files. You can scale node by fork a new process (node has cluster library to do that.) but you have to have a channel to communicate between each process yourself. Which I recommend redis to handle the central data.

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

Sidebar

Related Questions

I am building web application in Windows 7 OS running Apache Server, PHP 5.3
I am building a python based web server ( Yes, python is a bad
I'm using EJS with a Node.js web server I'm building. I see many EJS
I'm building a Web app in codeigniter. Instead of the http server speaking to
I'm building a web application, and I need to use an architecture that allows
I'm building a simple live chat into a web application running on Django, but
We currently have our dev server running Teamcity 7.1 and have been building /
I'm building a web server to host multiple websites. I got everything working except
I have an ASP.NET Web Forms app that I am building and running against
I have my Java EE web application deployed and running in Weblogic server. If

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.