Click here to Skip to main content
15,885,546 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: 3 layers architecture & MVC Pin
Eddy Vluggen4-Feb-14 7:55
professionalEddy Vluggen4-Feb-14 7:55 
GeneralRe: 3 layers architecture & MVC Pin
kryptong4-Feb-14 8:08
kryptong4-Feb-14 8:08 
GeneralRe: 3 layers architecture & MVC Pin
Eddy Vluggen5-Feb-14 0:30
professionalEddy Vluggen5-Feb-14 0:30 
AnswerRe: 3 layers architecture & MVC Pin
Pete O'Hanlon4-Feb-14 8:28
mvePete O'Hanlon4-Feb-14 8:28 
AnswerRe: 3 layers architecture & MVC Pin
CoderPanda5-Feb-14 6:56
professionalCoderPanda5-Feb-14 6:56 
QuestionGood GC configuration for Web services Pin
Pingala31-Jan-14 11:36
Pingala31-Jan-14 11:36 
AnswerRe: Good GC configuration for Web services Pin
Dave Kreskowiak31-Jan-14 11:58
mveDave Kreskowiak31-Jan-14 11:58 
AnswerRe: Good GC configuration for Web services Pin
CoderPanda5-Feb-14 7:23
professionalCoderPanda5-Feb-14 7:23 
This sounds like a performance issue due to memory leak and that means the possibilities are many. I would suggest start by taking a memory dump and analyze it.

Frankly, one can write 100s of possible things to check. Such as
Parse IIS Logs and see which screens and hence which services are most used at peak time load. [Use log parser for this]
Parse IIS Logs and see which screens and hence which services have high response times at peak time load.
Any increase in specific errors logged in event viewer on the service layer that are unusually high in number at peak times?
Any 3rd party interfaces causing slowness causing requests piling up at your end causing high memory usage?

I am assuming you have ruled out any hardware issue already -
such as high CPU usage causing gradual memory spike
network congestion causing memory spike as requests pile up
DB connectivity and/or performance is good enough not to cause resources waiting on your end to cause memory spike

Hope it helps.
Braj
http://coderpanda.blogspot.in
http://pandaxp.wordpress.com
[If you find the articles or solutions useful then please up-vote or recommend them to encourage participation]

QuestionSending e-mail error-VB.NET Pin
tgkkishore31-Jan-14 5:07
tgkkishore31-Jan-14 5:07 
AnswerRe: Sending e-mail error-VB.NET Pin
Eddy Vluggen31-Jan-14 6:25
professionalEddy Vluggen31-Jan-14 6:25 
GeneralRe: Sending e-mail error-VB.NET Pin
tgkkishore1-Feb-14 4:34
tgkkishore1-Feb-14 4:34 
GeneralRe: Sending e-mail error-VB.NET Pin
Eddy Vluggen1-Feb-14 7:09
professionalEddy Vluggen1-Feb-14 7:09 
GeneralRe: Sending e-mail error-VB.NET Pin
tgkkishore2-Feb-14 1:03
tgkkishore2-Feb-14 1:03 
GeneralRe: Sending e-mail error-VB.NET Pin
Richard MacCutchan2-Feb-14 1:31
mveRichard MacCutchan2-Feb-14 1:31 
GeneralRe: Sending e-mail error-VB.NET Pin
Richard Deeming3-Feb-14 1:40
mveRichard Deeming3-Feb-14 1:40 
GeneralRe: Sending e-mail error-VB.NET Pin
tgkkishore5-Feb-14 4:07
tgkkishore5-Feb-14 4:07 
GeneralRe: Sending e-mail error-VB.NET Pin
Richard Deeming5-Feb-14 4:24
mveRichard Deeming5-Feb-14 4:24 
Questionlarning .net Pin
Member 1055803029-Jan-14 3:52
Member 1055803029-Jan-14 3:52 
AnswerRe: larning .net Pin
Simon_Whale29-Jan-14 4:31
Simon_Whale29-Jan-14 4:31 
AnswerRe: larning .net Pin
Richard MacCutchan29-Jan-14 6:37
mveRichard MacCutchan29-Jan-14 6:37 
Questiondebugging a java webservice hosted on tomcat server in visual studio 2012 Pin
vanjier27-Jan-14 5:45
vanjier27-Jan-14 5:45 
AnswerRe: debugging a java webservice hosted on tomcat server in visual studio 2012 Pin
Shameel29-Jan-14 20:40
professionalShameel29-Jan-14 20:40 
GeneralRe: debugging a java webservice hosted on tomcat server in visual studio 2012 Pin
vanjier5-Feb-14 14:38
vanjier5-Feb-14 14:38 
Questionadd an item to listview Pin
Member 1050621527-Jan-14 2:40
Member 1050621527-Jan-14 2:40 
AnswerRe: add an item to listview Pin
Shameel27-Jan-14 3:00
professionalShameel27-Jan-14 3:00 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.