Click here to Skip to main content
15,914,111 members
Home / Discussions / C#
   

C#

 
GeneralRe: Parallel lines & rounded line Pin
Rob Philpott20-Jan-10 23:34
Rob Philpott20-Jan-10 23:34 
GeneralRe: Parallel lines & rounded line Pin
AlexB4720-Jan-10 23:38
AlexB4720-Jan-10 23:38 
GeneralRe: Parallel lines & rounded line Pin
Rob Philpott21-Jan-10 0:01
Rob Philpott21-Jan-10 0:01 
GeneralRe: Parallel lines & rounded line Pin
Luc Pattyn21-Jan-10 1:22
sitebuilderLuc Pattyn21-Jan-10 1:22 
GeneralRe: Parallel lines & rounded line Pin
Martin#21-Jan-10 1:38
Martin#21-Jan-10 1:38 
GeneralRe: Parallel lines & rounded line Pin
AlexB4721-Jan-10 3:17
AlexB4721-Jan-10 3:17 
GeneralRe: Parallel lines & rounded line Pin
AlexB4731-Jan-10 20:28
AlexB4731-Jan-10 20:28 
QuestionRank my article please Pin
ADNANE-Dev20-Jan-10 22:23
ADNANE-Dev20-Jan-10 22:23 
AnswerRe: Rank my article please Pin
Calla20-Jan-10 22:27
Calla20-Jan-10 22:27 
AnswerRe: Rank my article please Pin
dan!sh 20-Jan-10 22:33
professional dan!sh 20-Jan-10 22:33 
AnswerRe: Rank my article please Pin
Keith Barrow20-Jan-10 23:36
professionalKeith Barrow20-Jan-10 23:36 
AnswerRe: Rank my article please Pin
Luc Pattyn21-Jan-10 1:25
sitebuilderLuc Pattyn21-Jan-10 1:25 
GeneralRe: Rank my article please Pin
Pete O'Hanlon21-Jan-10 3:01
mvePete O'Hanlon21-Jan-10 3:01 
AnswerRe: Rank my article please Pin
Pete O'Hanlon21-Jan-10 3:23
mvePete O'Hanlon21-Jan-10 3:23 
QuestionMemory consumption problem Pin
Eduard Keilholz20-Jan-10 22:20
Eduard Keilholz20-Jan-10 22:20 
AnswerRe: Memory consumption problem Pin
dan!sh 20-Jan-10 22:30
professional dan!sh 20-Jan-10 22:30 
GeneralRe: Memory consumption problem Pin
Calla20-Jan-10 22:33
Calla20-Jan-10 22:33 
GeneralRe: Memory consumption problem Pin
Eduard Keilholz20-Jan-10 22:44
Eduard Keilholz20-Jan-10 22:44 
GeneralRe: Memory consumption problem Pin
dan!sh 20-Jan-10 22:58
professional dan!sh 20-Jan-10 22:58 
GeneralRe: Memory consumption problem Pin
Eduard Keilholz20-Jan-10 23:17
Eduard Keilholz20-Jan-10 23:17 
Oops, I guess I found the problem...
I'm deviding files in chunks of 1024 bytes. The code does something with each chunk and then fires an event which tells the chunk is complete. The event handler then calls a method to start processing the next chunk. This creates a nasty piece of recursive code which consumes a lot of code. Solved this and memory is more stable. I will however run a profiler later to check (and find) additional issues. For now everything seems fine!

Thanks for the help, appreciate that!!

.: I love it when a plan comes together :.
http://www.zonderpunt.nl

GeneralRe: Memory consumption problem Pin
Martin#20-Jan-10 23:31
Martin#20-Jan-10 23:31 
GeneralRe: Memory consumption problem Pin
Eduard Keilholz21-Jan-10 0:44
Eduard Keilholz21-Jan-10 0:44 
GeneralRe: Memory consumption problem Pin
Martin#21-Jan-10 1:31
Martin#21-Jan-10 1:31 
GeneralRe: Memory consumption problem Pin
Eduard Keilholz21-Jan-10 7:40
Eduard Keilholz21-Jan-10 7:40 
GeneralRe: Memory consumption problem Pin
Dave Kreskowiak21-Jan-10 4:30
mveDave Kreskowiak21-Jan-10 4:30 

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.