Click here to Skip to main content
15,900,517 members
Home / Discussions / C#
   

C#

 
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 
QuestionCrystal report Pin
Amir Jalaly17-Sep-05 19:46
Amir Jalaly17-Sep-05 19:46 
QuestionTyped DataSet Pin
Taurian11017-Sep-05 16:39
Taurian11017-Sep-05 16:39 
QuestionWindows DataGrid Pin
Taurian11017-Sep-05 16:32
Taurian11017-Sep-05 16:32 
QuestionDatabound ComboBox Selection Problems Pin
Glenn E. Lanier II17-Sep-05 13:46
Glenn E. Lanier II17-Sep-05 13:46 
QuestionAdding SMP Support Pin
Heinz_17-Sep-05 11:23
Heinz_17-Sep-05 11:23 
AnswerRe: Adding SMP Support Pin
Dave Kreskowiak17-Sep-05 14:37
mveDave Kreskowiak17-Sep-05 14:37 
GeneralRe: Adding SMP Support Pin
Heinz_18-Sep-05 8:09
Heinz_18-Sep-05 8:09 
GeneralRe: Adding SMP Support Pin
Dave Kreskowiak19-Sep-05 1:33
mveDave Kreskowiak19-Sep-05 1:33 

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.