Click here to Skip to main content
15,923,142 members
Home / Discussions / C#
   

C#

 
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 
When our code is running as a normal C# process, garbage collect can be seen
working using perfmon during a test. Running the same code but as a service,
garbage collection does not appear to kick in? However when attaching the
Memory Profiler the service returns to expected garbage collection as viewed
from perfmon.

What could cause my code running as a process (and profiled service) to have
a nice shallow zig-zag perfmon trace of #bytes in heap. Yet when its run as
a service the #bytes in heap rises very steeply indeed and no sign of the
garbage collector's zig-zag?

The code is fully managed and I'm not using any COM objects. I am exposing object within my assembly to COM and via Remoting
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 
QuestionPost Visual Inheritance? Pin
Rocky Moore21-May-03 2:54
Rocky Moore21-May-03 2:54 
AnswerRe: Post Visual Inheritance? Pin
Arjan Einbu21-May-03 3:07
Arjan Einbu21-May-03 3:07 
GeneralRe: Post Visual Inheritance? Pin
Rocky Moore21-May-03 3:53
Rocky Moore21-May-03 3:53 
GeneralRe: Post Visual Inheritance? Pin
Rocky Moore21-May-03 22:58
Rocky Moore21-May-03 22:58 
QuestionHow To Open Browserlink in Winforms Pin
rund1me21-May-03 1:26
rund1me21-May-03 1:26 
AnswerRe: How To Open Browserlink in Winforms Pin
Arjan Einbu21-May-03 2:56
Arjan Einbu21-May-03 2:56 
GeneralRe: How To Open Browserlink in Winforms Pin
rund1me21-May-03 3:10
rund1me21-May-03 3:10 
GeneralSharing values with multiple forms Pin
totig21-May-03 0:30
totig21-May-03 0:30 
GeneralRe: Sharing values with multiple forms Pin
Rocky Moore21-May-03 2:47
Rocky Moore21-May-03 2:47 
GeneralRe: Sharing values with multiple forms Pin
totig21-May-03 4:46
totig21-May-03 4:46 
GeneralRe: Sharing values with multiple forms Pin
Rocky Moore21-May-03 21:34
Rocky Moore21-May-03 21:34 
Questionhow to receive html element events Pin
benzite21-May-03 0:14
benzite21-May-03 0:14 
AnswerRe: how to receive html element events Pin
Jose Fco Bonnin22-May-03 3:54
Jose Fco Bonnin22-May-03 3:54 

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.