Click here to Skip to main content
15,896,606 members
Home / Discussions / C#
   

C#

 
GeneralRe: WhitespaceHandling Pin
Kant28-May-03 6:13
Kant28-May-03 6:13 
GeneralRe: WhitespaceHandling Pin
Philip Fitzsimons28-May-03 6:19
Philip Fitzsimons28-May-03 6:19 
GeneralRe: WhitespaceHandling Pin
Kant28-May-03 6:38
Kant28-May-03 6:38 
GeneralDataBinding and Update Pin
DionChen27-May-03 3:36
DionChen27-May-03 3:36 
GeneralRe: DataBinding and Update Pin
..Hubert..27-May-03 6:40
..Hubert..27-May-03 6:40 
QuestionWhat's the better way to terminate the following thread? Pin
Daniel Strigl27-May-03 2:47
Daniel Strigl27-May-03 2:47 
AnswerRe: What's the better way to terminate the following thread? Pin
Tom Welch27-May-03 4:09
Tom Welch27-May-03 4:09 
QuestionStill no solution! Memory bug in Services? Pin
solidstore27-May-03 1:46
solidstore27-May-03 1:46 
We have a Windows Service written in C# that simply host some remote
components. The service does nothing itself. We have an ASP.NET application
that initialises the remoting in global.asax and has a single aspx page that
creates the remote component and calls its method, which returns a small
string. Thing is that the service process leaks memory. Now I've read most
of the articles/books on the wonders of the GC and I know that what I'm
seeing is not normal behavour. And here the catch: if I run the application
as a standard process, i.e. I replace the call to ServiceBase.Run with a
long Sleep statement - the application does not leak memory. The CLR memory
performance counters show very different traces of #bytes on heaps running
the same test. What could be causing this behaviour? Could anyone from
Microsoft check to see if remoting components from a Service has memory
issues. In the ASP.NET page I simply release the object by setting the
reference to null. My tests run for several hours with several hour of low
and high load but the service never reduces it memory. The process version
remains very flat. I'm not using any unmanaged resources or any thing that
consumes loads of memory just small string (100 characters or so).
AnswerRe: Still no solution! Memory bug in Services? Pin
Philip Fitzsimons27-May-03 22:27
Philip Fitzsimons27-May-03 22:27 
Generaldatasets with criteria and codedescription Pin
haezeban27-May-03 0:46
haezeban27-May-03 0:46 
GeneralRe: datasets with criteria and codedescription Pin
Rocky Moore27-May-03 22:26
Rocky Moore27-May-03 22:26 
GeneralThread.IsBackground Pin
Daniel Strigl27-May-03 0:44
Daniel Strigl27-May-03 0:44 
GeneralRe: Thread.IsBackground Pin
Tom Welch27-May-03 4:05
Tom Welch27-May-03 4:05 
GeneralGraphs (!Graphics) Pin
NHM27-May-03 0:05
NHM27-May-03 0:05 
GeneralBitmap editing with different bitmap formats Pin
Oyvind Bratland26-May-03 21:44
Oyvind Bratland26-May-03 21:44 
GeneralBitmap Transparency Issue Pin
Joseph LeBlanc26-May-03 14:08
Joseph LeBlanc26-May-03 14:08 
GeneralC# & XML should take the blue pill ;-) Pin
antoine@orchus-tech26-May-03 11:45
antoine@orchus-tech26-May-03 11:45 
GeneralRe: C# & XML should take the blue pill ;-) Pin
Chris Maunder26-May-03 16:01
cofounderChris Maunder26-May-03 16:01 
GeneralRe: C# & XML should take the blue pill ;-) Pin
antoine@orchus-tech26-May-03 19:02
antoine@orchus-tech26-May-03 19:02 
GeneralRe: C# & XML should take the blue pill ;-) Pin
J. Dunlap26-May-03 19:13
J. Dunlap26-May-03 19:13 
GeneralRe: C# & XML should take the blue pill ;-) Pin
antoine@orchus-tech27-May-03 4:10
antoine@orchus-tech27-May-03 4:10 
GeneralCode sample (+) Pin
Karavaev Denis27-May-03 0:49
Karavaev Denis27-May-03 0:49 
GeneralRe: C# & XML should take the blue pill ;-) Pin
Manster27-May-03 6:09
Manster27-May-03 6:09 
GeneralNewbie to C# :o) Pin
MemLeak26-May-03 8:53
MemLeak26-May-03 8:53 
GeneralRe: Newbie to C# :o) Pin
Daniel Strigl27-May-03 0:21
Daniel Strigl27-May-03 0:21 

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.