Hello,
if we do post-process the XML searchresults with ASP.NET, what do you think is the performance hit against the cgi-version?
Is calling the cgi via the .net-wrapper a great performance hit? Is parsing the xml result time intensive or will be generating the formatted output a slowing factor?
ASP.NET compared to ASP: can we gain some time with precompiled ASP.NET versus interpreted ASP for formatting the output?
if we do post-process the XML searchresults with ASP.NET, what do you think is the performance hit against the cgi-version?
Is calling the cgi via the .net-wrapper a great performance hit? Is parsing the xml result time intensive or will be generating the formatted output a slowing factor?
ASP.NET compared to ASP: can we gain some time with precompiled ASP.NET versus interpreted ASP for formatting the output?
Comment