Click here to Skip to main content
16,004,977 members
Home / Discussions / C#
   

C#

 
GeneralRe: Regrding Listbox Pin
Rmesh4-Dec-06 16:39
Rmesh4-Dec-06 16:39 
GeneralRe: Regrding Listbox Pin
Rmesh4-Dec-06 16:43
Rmesh4-Dec-06 16:43 
GeneralRe: Regrding Listbox Pin
Stathread4-Dec-06 17:00
Stathread4-Dec-06 17:00 
GeneralRe: Regrding Listbox Pin
Rmesh4-Dec-06 23:20
Rmesh4-Dec-06 23:20 
QuestionGC-Like Slowdown Pin
Andrew Shapira4-Dec-06 15:09
Andrew Shapira4-Dec-06 15:09 
AnswerRe: GC-Like Slowdown Pin
leppie4-Dec-06 22:18
leppie4-Dec-06 22:18 
GeneralRe: GC-Like Slowdown Pin
Andrew Shapira4-Dec-06 22:34
Andrew Shapira4-Dec-06 22:34 
AnswerRe: GC-Like Slowdown Pin
Pierre Leclercq5-Dec-06 2:48
Pierre Leclercq5-Dec-06 2:48 
A s h wrote:
I have verified that no garbage collections occur during these long operations


In this case, it could be linked to Windows memory management. I do not know if you
allocate large blocks of memory, or a lot of small blocks. When you ask for memory,
windows will try not to allocate it. If you actually use the memory, that will cause
a page fault and windows will either create a new page, or swap one from the disk
(depending on the situation).

If you want your system to be under tight constraints, you might have to (try to) manage the
memory yourself.
GeneralRe: GC-Like Slowdown Pin
Andrew Shapira5-Dec-06 9:53
Andrew Shapira5-Dec-06 9:53 
GeneralRe: GC-Like Slowdown Pin
Pierre Leclercq5-Dec-06 10:55
Pierre Leclercq5-Dec-06 10:55 
GeneralRe: GC-Like Slowdown [modified] Pin
Andrew Shapira5-Dec-06 11:18
Andrew Shapira5-Dec-06 11:18 
Questionquestion about creating subdomain name Pin
abstar4-Dec-06 11:54
abstar4-Dec-06 11:54 
AnswerRe: question about creating subdomain name Pin
leppie4-Dec-06 22:19
leppie4-Dec-06 22:19 
Questionuploading file Pin
netJP12L4-Dec-06 11:37
netJP12L4-Dec-06 11:37 
AnswerRe: uploading file Pin
Christian Graus4-Dec-06 11:44
protectorChristian Graus4-Dec-06 11:44 
GeneralRe: uploading file Pin
netJP12L4-Dec-06 12:01
netJP12L4-Dec-06 12:01 
GeneralRe: uploading file Pin
Christian Graus4-Dec-06 12:06
protectorChristian Graus4-Dec-06 12:06 
Questionsorting an ArrayList with different attributes Pin
Mostafa Siraj4-Dec-06 10:48
Mostafa Siraj4-Dec-06 10:48 
AnswerRe: sorting an ArrayList with different attributes Pin
Christian Graus4-Dec-06 11:09
protectorChristian Graus4-Dec-06 11:09 
GeneralRe: sorting an ArrayList with different attributes Pin
Mostafa Siraj4-Dec-06 11:19
Mostafa Siraj4-Dec-06 11:19 
GeneralRe: sorting an ArrayList with different attributes Pin
led mike4-Dec-06 11:24
led mike4-Dec-06 11:24 
GeneralRe: sorting an ArrayList with different attributes Pin
Mostafa Siraj4-Dec-06 11:27
Mostafa Siraj4-Dec-06 11:27 
GeneralRe: sorting an ArrayList with different attributes Pin
Christian Graus4-Dec-06 11:29
protectorChristian Graus4-Dec-06 11:29 
GeneralRe: sorting an ArrayList with different attributes Pin
Mostafa Siraj4-Dec-06 11:32
Mostafa Siraj4-Dec-06 11:32 
GeneralRe: sorting an ArrayList with different attributes Pin
Christian Graus4-Dec-06 11:42
protectorChristian Graus4-Dec-06 11:42 

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.