http protocol, 3GB of space remaining on Hard Disk, i left my
computer on overnight and found that it had frozen while
trying to copy from the temp to the desdination folder(only
one download thread was used), next night it said out of
memory but this is impossible because i have more then
enough, using download accelerator plus no errrors occur on
the same file with the same amount of disk space avaliable.
Possible memory leakage?
BTW i would be a beta/alpha tester if you need one.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Causes error after finished dling large files. EG 600MB file
doesn't get copyed to save location without an error.
___________________________________________________
Http protocol, 3GB of space remaining on Hard Disk, i left my
computer on overnight and found that it had frozen while
trying to copy from the temp to the desdination folder(only
one download thread was used), next night it said out of
memory but this is impossible because i have more then
enough, using download accelerator plus no errrors occur on
the same file with the same amount of disk space avaliable.
Possible memory leakage?
BTW i would be a beta/alpha tester if you need one.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Actually I think it's a memory problem still, let me explain :
For now when the download is finished, it reads the entire
temporary file (segmented or not depending on numbers of
segments chosen) in memory then write it down in the output
file. so in your case it would take 600mb of memory,this is
maybe the problem.
I think I can fix this if I change the BuildOutputFile code and
read the segmented files small parts by small parts :)
I will give you the thing to test if you like afterwards
Thanks :)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Actually I think it's a memory problem still, let me explain :
For now when the download is finished, it reads the entire
temporary file (segmented or not depending on numbers of
segments chosen) in memory then write it down in the output
file. so in your case it would take 600mb of memory,this is
maybe the problem.
I think I can fix this if I change the BuildOutputFile code and
read the segmented files small parts by small parts :)
I will give you the thing to test if you like afterwards
Thanks :)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=851379
Is there enough disk space to store twice 600mb on the
disk ? remember it needs temp data and output data to be
stored.
Can you be more precise about the error ?
Is it from FTP or HTTP source ?
Thanks for this report though.
Logged In: YES
user_id=851609
http protocol, 3GB of space remaining on Hard Disk, i left my
computer on overnight and found that it had frozen while
trying to copy from the temp to the desdination folder(only
one download thread was used), next night it said out of
memory but this is impossible because i have more then
enough, using download accelerator plus no errrors occur on
the same file with the same amount of disk space avaliable.
Possible memory leakage?
BTW i would be a beta/alpha tester if you need one.
Logged In: YES
user_id=851609
Causes error after finished dling large files. EG 600MB file
doesn't get copyed to save location without an error.
___________________________________________________
Http protocol, 3GB of space remaining on Hard Disk, i left my
computer on overnight and found that it had frozen while
trying to copy from the temp to the desdination folder(only
one download thread was used), next night it said out of
memory but this is impossible because i have more then
enough, using download accelerator plus no errrors occur on
the same file with the same amount of disk space avaliable.
Possible memory leakage?
BTW i would be a beta/alpha tester if you need one.
Logged In: YES
user_id=851379
Actually I think it's a memory problem still, let me explain :
For now when the download is finished, it reads the entire
temporary file (segmented or not depending on numbers of
segments chosen) in memory then write it down in the output
file. so in your case it would take 600mb of memory,this is
maybe the problem.
I think I can fix this if I change the BuildOutputFile code and
read the segmented files small parts by small parts :)
I will give you the thing to test if you like afterwards
Thanks :)
Logged In: YES
user_id=851379
Actually I think it's a memory problem still, let me explain :
For now when the download is finished, it reads the entire
temporary file (segmented or not depending on numbers of
segments chosen) in memory then write it down in the output
file. so in your case it would take 600mb of memory,this is
maybe the problem.
I think I can fix this if I change the BuildOutputFile code and
read the segmented files small parts by small parts :)
I will give you the thing to test if you like afterwards
Thanks :)
Logged In: YES
user_id=851609
Yes after a little look through the code that seems to be the
problem but im not vb expert.
Logged In: YES
user_id=851379
Will send it to you this weekend.
Logged In: YES
user_id=851609
no prob