I built a web site and besides the repositories functions which are part of the instance, I basically declared all other functions in the site as static. I guess this what I knew from the other place I used to work in. Now I try to make this site production and I noticed the site's IIS process's Ram is accumulating quickly and the site get stuck from the time to time on same functions that are normally quick. Do my static functions can be the cause of that? what are the downsides of this method? any ideas for improvements would be greatly appreciated...
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|