Page 1 of 1
Upload speed when uploading via UE
Posted: Wed May 04, 2011 7:54 am
by semel666
I set 20 connections for posting and yet i get 2.5 MB// when i post via jbinup for instance i get 5.5MB.. Am i doing something wrong?
Re: Upload speed when uploading via UE
Posted: Wed May 04, 2011 9:13 am
by alex
you can try to set the same number of connections in both programs.
secondly the difference maybe using SSL or not, check if everything is exactly the same.
Re: Upload speed when uploading via UE
Posted: Wed May 04, 2011 9:22 am
by semel666
they are the same. 20 there and here. /
i dont use SSL.
Re: Upload speed when uploading via UE
Posted: Wed May 04, 2011 12:17 pm
by alex
maybe try to uncheck keep alive in properties->general (just to troubleshoot, don't forget to check it later).
check processor usage, if no CPU core is saturated it means there is no CPU bottleneck, if no CPU bottleneck no reason there will be a bandwidth limit unless you set it in the tasks pane.
Re: Upload speed when uploading via UE
Posted: Wed May 04, 2011 7:21 pm
by semel666
tried it, still the same 2.5-2.8
there are no limits set in properties ;(
could you try to check it out somehow? on a fast line.
Re: Upload speed when uploading via UE
Posted: Thu May 05, 2011 5:32 am
by alex
1. check CPU usage, if a core gets saturated, but then it would be the main thread and the program would freeze, work threads are very simple there, I don't think it is CPU.
2. in post settings check part size (number of lines), if it is too small comparatively there may be more disk thrashing.
3. if it is not the reasons above try to create RAM drive in winxp and put all files there then check the speed again, so we know it is not file operations to blame.
For posting I checked now UE has read file bufferization, but it writes into sockets line by line, if it is not above (at least not 2. or 3.) we could try to add more sizeable output buffer.
Re: Upload speed when uploading via UE
Posted: Thu May 05, 2011 7:49 am
by semel666
i usually post with 3000 lines.
i tried to do it with 5000 and 7000(default in UE)
No effect
20 connections for posting
1) system load, 7000 lines, uploading from hdd
http://img239.imagevenue.com/img.php?im ... _187lo.jpg
2) system load,7000 lines, uploading from SSD (soft RAM disks are buggy so i didnt use it)
http://img265.imagevenue.com/img.php?im ... _576lo.jpg
3)JbinUp, uploading from hdd ( system load a bit higher due to JAVA written application)
http://img154.imagevenue.com/img.php?im ... _358lo.jpg
Re: Upload speed when uploading via UE
Posted: Thu May 05, 2011 5:08 pm
by alex
I think it is winsock doesn't work efficiently when it is fed using small buffer, not urgent, we'll test it towards the next version, also I wanted to built-in par2 file creation without using command line utility to avoid windows command line length limit, but didn't find time for that yet.
Re: Upload speed when uploading via UE
Posted: Mon Apr 02, 2012 10:31 pm
by semel666
Hello Alex
Anything planned for the future releases related to improving upload speed?