|
CGI interfaces and their derivatives do fine in a pinch, when the workload
is small-scale and narrowly-scoped. They fail architecturally when
applications are broadly scoped, subjected to thousands of concurrent
users, require multiple runtime environments for say development, test, and
production or hosting many tenants on a single server.
One solution to this problem is to stop running application frameworks and
applications in HTTP server jobs. Relegate the HTTP server to
communications. Use some form of inter-process communications to forward
client requests to essentially independent outside jobs for processing,
then returning responses to HTTP clients.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 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.