Click here to Skip to main content
15,889,403 members
Home / Discussions / C#
   

C#

 
AnswerRe: Static constructor Pin
V.6-Jan-10 1:02
professionalV.6-Jan-10 1:02 
GeneralRe: Static constructor Pin
mabrahao6-Jan-10 1:15
mabrahao6-Jan-10 1:15 
AnswerRe: Static constructor Pin
OriginalGriff6-Jan-10 1:07
mveOriginalGriff6-Jan-10 1:07 
GeneralRe: Static constructor Pin
mabrahao6-Jan-10 1:11
mabrahao6-Jan-10 1:11 
QuestionProblem in memory usage in .net Pin
Kim06186-Jan-10 0:11
Kim06186-Jan-10 0:11 
AnswerRe: Problem in memory usage in .net PinPopular
Harvey Saayman6-Jan-10 0:40
Harvey Saayman6-Jan-10 0:40 
GeneralRe: Problem in memory usage in .net Pin
Rob Philpott6-Jan-10 3:12
Rob Philpott6-Jan-10 3:12 
AnswerRe: Problem in memory usage in .net Pin
Dave Kreskowiak6-Jan-10 3:22
mveDave Kreskowiak6-Jan-10 3:22 
You're probably not disposing of something properly, or you're not maintaining a collection of object properly, or any number of other causes.

You need to look at your app run with a profiler to find out what's going on.

This is something that you should have been testing for before it got deployed to production.

Kim0618 wrote:
I have tried memory garbage collection but the program is too complex that garbage collection cannot clean up the memory usage effectively.


This has nothing to do with the GC's inability to do it's job. It can still do it's job very effectively, even on the most complex of applications.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008
But no longer in 2009...




AnswerRe: Problem in memory usage in .net Pin
Luc Pattyn6-Jan-10 3:30
sitebuilderLuc Pattyn6-Jan-10 3:30 
GeneralRe: Problem in memory usage in .net Pin
Kim06186-Jan-10 6:02
Kim06186-Jan-10 6:02 
GeneralRe: Problem in memory usage in .net Pin
Luc Pattyn6-Jan-10 6:30
sitebuilderLuc Pattyn6-Jan-10 6:30 
QuestionProblem with insert query Pin
<<Tash18>>6-Jan-10 0:10
<<Tash18>>6-Jan-10 0:10 
AnswerRe: Problem with insert query Pin
SeMartens6-Jan-10 0:22
SeMartens6-Jan-10 0:22 
GeneralRe: Problem with insert query Pin
<<Tash18>>6-Jan-10 0:23
<<Tash18>>6-Jan-10 0:23 
GeneralRe: Problem with insert query Pin
SeMartens6-Jan-10 0:27
SeMartens6-Jan-10 0:27 
GeneralRe: Problem with insert query Pin
<<Tash18>>6-Jan-10 0:35
<<Tash18>>6-Jan-10 0:35 
GeneralRe: Problem with insert query Pin
SeMartens6-Jan-10 0:42
SeMartens6-Jan-10 0:42 
GeneralRe: Problem with insert query Pin
<<Tash18>>6-Jan-10 0:58
<<Tash18>>6-Jan-10 0:58 
GeneralRe: Problem with insert query Pin
SeMartens6-Jan-10 1:06
SeMartens6-Jan-10 1:06 
GeneralRe: Problem with insert query Pin
<<Tash18>>6-Jan-10 1:14
<<Tash18>>6-Jan-10 1:14 
GeneralRe: Problem with insert query Pin
SeMartens6-Jan-10 1:19
SeMartens6-Jan-10 1:19 
GeneralRe: Problem with insert query Pin
<<Tash18>>6-Jan-10 1:28
<<Tash18>>6-Jan-10 1:28 
GeneralRe: Problem with insert query Pin
SeMartens6-Jan-10 1:31
SeMartens6-Jan-10 1:31 
GeneralRe: Problem with insert query Pin
<<Tash18>>6-Jan-10 1:36
<<Tash18>>6-Jan-10 1:36 
GeneralRe: Problem with insert query Pin
SeMartens6-Jan-10 1:44
SeMartens6-Jan-10 1:44 

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.