954,505 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Improve performance ISAPI

Hi to all, I don't now if this is the rigth place, but I will ask anyway.

I'm trying to improve the performance of my ISAPI application (written in C++), I'm looking for information to read in the web but I dind't found much,
I was wandering I you have some tips or web site you can recomend.
BTW:

I'm working with Visual Studio 2005
My ISAPI extension is working in IIS6


Thanks :mrgreen:

dev.cplusplus
Junior Poster in Training
61 posts since Jun 2006
Reputation Points: 10
Solved Threads: 0
 

Hmm, first you need to find the bottleneck. Have you profiled the application and gotten network performance statistics? Without that stuff, you're just shootin' in the dark. :)

Inanna
Junior Poster in Training
90 posts since Oct 2006
Reputation Points: 53
Solved Threads: 6
 
~s.o.s~
Failure as a human
Administrator
11,938 posts since Jun 2006
Reputation Points: 3,281
Solved Threads: 734
 

Thanks, for your answers. I found a very good article, how to profile an ISAPI extension, but is written for VS6 and I'm working with VS2005, somebody know how to do what is writen in the article but in VS2005?
http://www.codeproject.com/isapi/profiling_isapi.asp
Or How I can profile my application in VS2005?

dev.cplusplus
Junior Poster in Training
61 posts since Jun 2006
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You