× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.




I am a little curious about using Apache as a front-end (same as reverse
proxy?)


Regarding your performance question, the CPU time consumed for our Apache
reverse proxy is running at approximately 30% of that consumed by the HTTP
server instances which we use for "applications".

Most of our "application" I/O requests consume less than 2 milliseconds. So
the reverse proxy instance may add less than 1 millisecond of CPU time per
request, most of which is probably due to SSL encryption performed in the
reverse proxy.

Reverse proxies enable us to set up separate HTTP environments for separate
customers and route traffic to appropriate "environments" based on names.
Reverse proxies are a solution for auditor's concerns about "opening" one's
database server to the Internet.

I haven't played with Node.Js environments yet. But most references suggest
having separate Node.JS HTTP instances for each "application". So a reverse
proxy could be used for that type of routing.

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.