01-03-2023, 11:41 PM
Hi Paul,
I ran multiple IW applications which make extensive use of the cache mechanism under Windows 2022 server (built as HTTP.SYS, both as GUI and as a service) and couldn't find any issues.
Can you please test this demo application on your Win 2022 system
https://github.com/Atozed/IntraWeb/tree/...eTimeCache
This demo is already a Http.sys application. In case you need to install it as a Service, please change the DPR file into this:
Also you need to copy files web1.jpg and sample.pdf to the same folder where the EXE will be.
Alternatively, if you have a minimal test application, can you please share it?
I ran multiple IW applications which make extensive use of the cache mechanism under Windows 2022 server (built as HTTP.SYS, both as GUI and as a service) and couldn't find any issues.
Can you please test this demo application on your Win 2022 system
https://github.com/Atozed/IntraWeb/tree/...eTimeCache
This demo is already a Http.sys application. In case you need to install it as a Service, please change the DPR file into this:
Code:
begin
TIWStartHSys.Execute(False);
end.
Also you need to copy files web1.jpg and sample.pdf to the same folder where the EXE will be.
Alternatively, if you have a minimal test application, can you please share it?