Click here to Skip to main content
15,913,941 members
Home / Discussions / C#
   

C#

 
GeneralRe: using assembly in c# Pin
Niklas Ulvinge18-Sep-05 23:29
Niklas Ulvinge18-Sep-05 23:29 
GeneralRe: using assembly in c# Pin
leppie19-Sep-05 0:07
leppie19-Sep-05 0:07 
QuestionProblem in startinfo Pin
Mazdak17-Sep-05 23:41
Mazdak17-Sep-05 23:41 
AnswerRe: Problem in startinfo Pin
Matt Gerrans18-Sep-05 0:13
Matt Gerrans18-Sep-05 0:13 
AnswerRe: Problem in startinfo Pin
Mazdak18-Sep-05 0:26
Mazdak18-Sep-05 0:26 
GeneralRe: Problem in startinfo Pin
Matt Gerrans18-Sep-05 11:07
Matt Gerrans18-Sep-05 11:07 
GeneralRe: Problem in startinfo Pin
Mazdak18-Sep-05 18:44
Mazdak18-Sep-05 18:44 
AnswerRe: Problem in startinfo Pin
Dave Kreskowiak18-Sep-05 4:05
mveDave Kreskowiak18-Sep-05 4:05 
GeneralRe: Problem in startinfo Pin
Mazdak18-Sep-05 4:23
Mazdak18-Sep-05 4:23 
GeneralRe: Problem in startinfo Pin
Dave Kreskowiak19-Sep-05 1:31
mveDave Kreskowiak19-Sep-05 1:31 
QuestionIs this result realistic? Pin
Dario Solera17-Sep-05 23:37
Dario Solera17-Sep-05 23:37 
AnswerRe: Is this result realistic? Pin
Guffa18-Sep-05 0:00
Guffa18-Sep-05 0:00 
GeneralRe: Is this result realistic? Pin
Dario Solera18-Sep-05 0:30
Dario Solera18-Sep-05 0:30 
GeneralRe: Is this result realistic? Pin
Daniel Grunwald18-Sep-05 0:44
Daniel Grunwald18-Sep-05 0:44 
GeneralRe: Is this result realistic? Pin
Dario Solera18-Sep-05 1:26
Dario Solera18-Sep-05 1:26 
GeneralRe: Is this result realistic? Pin
Dario Solera18-Sep-05 1:40
Dario Solera18-Sep-05 1:40 
I've understood what is the problem.

The random generated strings, simulating the message body, was not really random, but always the same char sequence. Since the framework optimizes the repeated strings, the memory usage was very low.

Now the test app consumes hundreds MB of memory.

I'm going to develop some kind of buffering system, using self-organizing linked lists to keep in memory the most used data and discard old/unused messages. The data exceeding the memory I can use has necessarily to be read from the DB.

Thanks to all for the help.



Tozzi is right: Gaia is getting rid of us.
Do you feel the way you hate or do you hate the way you feel?

QuestionBinding Ndisprot to MS Loopback Pin
rick.north17-Sep-05 23:35
rick.north17-Sep-05 23:35 
Questionhelp to create a dll Pin
Sasuko17-Sep-05 23:19
Sasuko17-Sep-05 23:19 
AnswerRe: help to create a dll Pin
Niklas Ulvinge18-Sep-05 0:55
Niklas Ulvinge18-Sep-05 0:55 
GeneralRe: help to create a dll Pin
Anonymous18-Sep-05 4:04
Anonymous18-Sep-05 4:04 
GeneralRe: help to create a dll Pin
Niklas Ulvinge18-Sep-05 5:12
Niklas Ulvinge18-Sep-05 5:12 
AnswerRe: help to create a dll Pin
Heinz_18-Sep-05 8:02
Heinz_18-Sep-05 8:02 
Questionremoting basics Pin
g00fyman17-Sep-05 21:04
g00fyman17-Sep-05 21:04 
QuestionHoe To increase Row Height of a List View control! Pin
majidbhutta17-Sep-05 19:49
majidbhutta17-Sep-05 19:49 
AnswerRe: Hoe To increase Row Height of a List View control! Pin
mav.northwind17-Sep-05 23:00
mav.northwind17-Sep-05 23:00 

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.