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

.NET (Core and Framework)

 
GeneralRe: Stupid .NET things, post #1 Pin
James T. Johnson27-May-03 13:04
James T. Johnson27-May-03 13:04 
GeneralRe: Stupid .NET things, post #1 Pin
Marc Clifton27-May-03 13:21
mvaMarc Clifton27-May-03 13:21 
Generalcompound docs and .NET Pin
J. Dunlap27-May-03 10:35
J. Dunlap27-May-03 10:35 
GeneralRe: compound docs and .NET Pin
James T. Johnson27-May-03 11:26
James T. Johnson27-May-03 11:26 
GeneralRe: compound docs and .NET Pin
J. Dunlap27-May-03 11:31
J. Dunlap27-May-03 11:31 
GeneralRe: compound docs and .NET Pin
James T. Johnson27-May-03 13:07
James T. Johnson27-May-03 13:07 
GeneralRe: compound docs and .NET Pin
J. Dunlap27-May-03 13:22
J. Dunlap27-May-03 13:22 
QuestionStill no solution! Memory bug in Services? Pin
solidstore27-May-03 1:47
solidstore27-May-03 1:47 
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
Simon Gregory3-Jun-03 13:33
Simon Gregory3-Jun-03 13:33 
GeneralDrawImage is slow Pin
Stan Shannon26-May-03 1:08
Stan Shannon26-May-03 1:08 
GeneralRe: DrawImage is slow Pin
Russell Morris27-May-03 16:27
Russell Morris27-May-03 16:27 
GeneralRe: DrawImage is slow ? GDI+ Pin
gecko2320-Aug-03 7:10
gecko2320-Aug-03 7:10 
GeneralSystem.Security File I/O Problem Pin
Paul Griffin26-May-03 0:19
Paul Griffin26-May-03 0:19 
GeneralLicensed controls and ASP.NET Pin
Patrick Lassalle25-May-03 22:17
Patrick Lassalle25-May-03 22:17 
GeneralComparison of '.NET SqlClient' and 'Microsoft OLEDB' for accessing MSSQL 7 and above Pin
Uday Takbhate24-May-03 21:57
Uday Takbhate24-May-03 21:57 
GeneralRe: Comparison of '.NET SqlClient' and 'Microsoft OLEDB' for accessing MSSQL 7 and above Pin
Anonymous25-May-03 20:47
Anonymous25-May-03 20:47 
GeneralRe: Comparison of '.NET SqlClient' and 'Microsoft OLEDB' for accessing MSSQL 7 and above Pin
wayward29-May-03 1:02
wayward29-May-03 1:02 
GeneralTopmost Form property [C#] Pin
GmArya24-May-03 12:36
GmArya24-May-03 12:36 
GeneralRe: Topmost Form property [C#] Pin
Marc Clifton27-May-03 14:31
mvaMarc Clifton27-May-03 14:31 
GeneralAccess to the system image list Pin
tabor2523-May-03 23:38
tabor2523-May-03 23:38 
GeneralRe: Access to the system image list Pin
Richard Deeming27-May-03 1:50
mveRichard Deeming27-May-03 1:50 
QuestionDesign time control in Run time program? Pin
novachen23-May-03 21:26
novachen23-May-03 21:26 
AnswerRe: Design time control in Run time program? Pin
J. Dunlap23-May-03 22:15
J. Dunlap23-May-03 22:15 
GeneralLicense file issue in deployment project Pin
Smitha Nishant23-May-03 19:59
protectorSmitha Nishant23-May-03 19:59 
GeneralRe: License file issue in deployment project Pin
James T. Johnson23-May-03 21:19
James T. Johnson23-May-03 21:19 

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.