Click here to Skip to main content
15,894,646 members
Home / Discussions / C#
   

C#

 
GeneralInheritance Question Pin
Bugoy21-May-03 10:10
Bugoy21-May-03 10:10 
GeneralRe: Inheritance Question Pin
J. Dunlap21-May-03 10:40
J. Dunlap21-May-03 10:40 
GeneralInteraction between Forms !!! Pin
DuongNguyen21-May-03 9:57
DuongNguyen21-May-03 9:57 
GeneralRe: Interaction between Forms !!! Pin
Tomas Petricek21-May-03 11:05
Tomas Petricek21-May-03 11:05 
GeneralRe: Interaction between Forms !!! Pin
DuongNguyen21-May-03 11:33
DuongNguyen21-May-03 11:33 
GeneralRe: Interaction between Forms !!! Pin
Omega50121-May-03 13:33
Omega50121-May-03 13:33 
GeneralGC in Services Pin
solidstore21-May-03 7:33
solidstore21-May-03 7:33 
GeneralRe: GC in Services Pin
leppie21-May-03 9:04
leppie21-May-03 9:04 
solidstore wrote:
I understand that the GC only collects memory if it has to, and is only does
this during further allocations but I want to prevent my service claim more
resources than is needs to run preventing other NON .NET application being
starved of RAM.


What memory intense objects are you creating? Perhaps implementing them as a static object will not require it to be created everytime, and does it need to be created for every call or does the object prefer to stay "persistant" across web service calls?

You will have to supply some more info if you want someone to give you a better answer. Smile | :)

<a TITLE="See my user info" href=http://www.codeproject.com/script/profile/whos_who.asp?id=38829>leppie<a>::<a TITLE="Go to all articles  written by me" href=http://www.codeproject.com/script/articles/list_articles.asp?userid=38829>AllocCPArticle</a>(<a TITLE="Go to my latest, greatest article!" href=http://www.codeproject.com/useritems/dfamachine.asp >Generic DFA State Machine for .NET</a>);

GeneralRe: GC in Services Pin
solidstore22-May-03 3:23
solidstore22-May-03 3:23 
GeneralRe: GC in Services Pin
Daniel Turini22-May-03 3:42
Daniel Turini22-May-03 3:42 
GeneralRe: GC in Services Pin
solidstore22-May-03 3:54
solidstore22-May-03 3:54 
GeneralRe: GC in Services Pin
Daniel Turini22-May-03 4:02
Daniel Turini22-May-03 4:02 
GeneralRe: GC in Services Pin
solidstore22-May-03 4:21
solidstore22-May-03 4:21 
GeneralRe: GC in Services Pin
solidstore22-May-03 4:29
solidstore22-May-03 4:29 
GeneralRe: GC in Services Pin
Daniel Turini22-May-03 5:09
Daniel Turini22-May-03 5:09 
GeneralRe: GC in Services Pin
solidstore22-May-03 5:13
solidstore22-May-03 5:13 
GeneralRe: GC in Services Pin
Daniel Turini23-May-03 2:40
Daniel Turini23-May-03 2:40 
GeneralRe: GC in Services Pin
solidstore22-May-03 4:02
solidstore22-May-03 4:02 
GeneralRe: GC in Services Pin
Daniel Turini22-May-03 2:56
Daniel Turini22-May-03 2:56 
GeneralRe: GC in Services Pin
solidstore22-May-03 3:24
solidstore22-May-03 3:24 
GeneralRe: GC in Services Pin
solidstore22-May-03 3:16
solidstore22-May-03 3:16 
Questionis there a simple grid for windows forms? Pin
IsaacB21-May-03 6:04
IsaacB21-May-03 6:04 
AnswerRe: is there a simple grid for windows forms? Pin
Anonymous21-May-03 6:44
Anonymous21-May-03 6:44 
Generalsaving and changing a .tiff file's properties Pin
Chris Eatough21-May-03 5:51
Chris Eatough21-May-03 5:51 
Generalprinting issues Pin
RB@Emphasys21-May-03 5:14
RB@Emphasys21-May-03 5:14 

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.