× 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.



Yes, in this day and age we are no longer concerned with whether
the program is in memory or not -- the OS handles that.

I probably should have said that most Web programs remain active (their state is preserved) after the initial load as well as remain in memory. In the case of CGI the OS may page the memory from RAM to disk and back, but in the case of Servlets and PHP scripts, their runtime environments determine where the Servlet or script is in memory or not.

But the main difference between SRT and MRT is whether the program
has to maintain information about the requester's process -- an SRT
program does not,
an MRT program does.

That from my perspective makes Web applications more like MRT.

The web programs I see would be like an SRT program because they
would get all necessary data from the browser to handle a request --
they would not rely on data stored in the program's working memory.

It seems to me that most Web applications may get a cookie or session key from the browser, but generally save and restore browser state data in memory or user spaces or files, which sounds more like MRT.

Having the web program store any info about a requester seems an
unlikely proposition given that it could be handling thousands if not
millions
of requesters.

Actually it seems to me that the majority of Web applications do save and restore state related data for every request from every requester, even when a single instance of the program may be handling requests from thousands of concurrent users.

Nathan.





As an Amazon Associate we earn from qualifying purchases.

This thread ...


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.