Click here to Skip to main content
15,914,594 members

Comments by Mercurius84 (Top 9 by date)

Mercurius84 16-Jun-15 8:27am View    
Deleted
I'm using native
Mercurius84 23-May-15 3:59am View    
nope. it is
chunk by chunk
I noticed i have no issue if reading one file.
but if on multi threads my window service program screw. poor performance.
I tried writing similar code on vbs
mean while my window service executive these vbs in multi thread.
suprisingly result is so way greater than before

im looking into that solution
Mercurius84 22-May-15 1:12am View    
Done the checking. All memory reclaimed after each task completed.
It seems, once running the read file program. It allocates approximate amount of memory size.
for example: file size 2 gb, It allocates approximate 2gb.

I tried with a restart the service reading that 2gb file.
It went fast with the process that I mentioned earlier.
e.g. at first I see the counter from 1...in a blink it went to 15
then once the private memory reaches about 1gb or above...getting slower.
e.g. counter number 1....a blink...number 2...another blink number 3.

Hope that you get what I mean..
Thanks
Mercurius84 21-May-15 10:29am View    
nope at all
Mercurius84 21-May-15 10:28am View    
sorry, it was writing
line by line
not yet
i need support ppl to install memory checker on that server.