Is there a caching script for classic asp?

There are several operation cache codes in PHP, which, as I understand it, are scripts that handle aspects of application caching. Is there something similar for classic asp, especially something that does not require component installation?

Regarding the behavior of IIS caching, it seems that it reads that the behavior refers to some stage of pre-compilation, and not to page completion. please correct me if i am wrong

+3
source share
3 answers

Looking at your comments on the answers here so far, and when editing your question you seem a bit confused about caching.

, .

  • Opcode Template

Opcode Template - , , script, , , script . PHP , , script. , ASP - "" , script, .

- , script, , , URL (, , ) -run script , .


ASP , ASP.NET. PHP , , .

ASP- ASP ( ) IIS (IIS6), - node " " ""... "". 500 "" , 2000 .


, , , PHP, IIS, . , PHP .

PHP, , dll, IIS script PHP. ASP.

- , , , : -

, PHP - ASP script. PHP ASP.DLL, <% @language = "PHP", PHP. ASP , , "" .. PHP.

+2

, "".

IIS 6.0 , (MS Windows 2003 TechCenter):

"ASP , ASP-. ASP . ASP , , ".

.

ASP :

" , ASP , Application . , , , , ASP.NET ".

+2

Source: https://habr.com/ru/post/1697898/


All Articles