hi can ISAPI filter or extension give extreme higher performance than asp.net caching and to give up asp.net framework?
thanks very much for any help.
hi can ISAPI filter or extension give extreme higher performance than asp.net caching and to give up asp.net framework?
thanks very much for any help.
Theoretically if you write ISAPI caching filter in native code it should be faster due to absence of Garbage Collector. Garbage Collector usually makes a high pressure on such things as Cache.