Results 1 to 8 of 8

Thread: Combine multiple ftp servers to increase upload speed

  1. #1
    Join Date
    Mar 2010
    Posts
    50

    Combine multiple ftp servers to increase upload speed

    I am searching for a method to combine more than one ftp server to one ftp server. The reason why I would do this is to increase upload speed. I am currently carrying three servers placed on three separate locations. On all locations, I have a broadband connection with 392 kbps upload, that is much slow.

    I decided to create a folder on every server, having same data (I will search for software who can synchronize these folders constantly). May be somebody has perform this before ? I need to create an ftp server who looks like a simple ftp server but uploads parts of the files from each location. Any guidance or suggestions are welcome!

  2. #2
    Join Date
    Apr 2008
    Posts
    3,424

    Combine multiple ftp servers to increase upload speed

    You started with a very talented thinking but you know It is possible in theory but the stock FTP protocol are not compatible to perform the functionality with this. It is the trick behind things like BitTorrent, however. With schemes such this the download is "distributed" across more than one servers, in theory as many as you desired. Perhaps rather than using FTP you should go to think about this option.

  3. #3
    Join Date
    Dec 2009
    Posts
    178

    Want to increase upload speed

    Hello,

    I am working on a PHP based application and need to know about some terms that I need to implement . I am using php script to upload file. Some times, if file size is getting so large near about (1GB) it consumes too much time to
    upload. Can anybody suggest me the method to increase upload speed. ????????

  4. #4
    Join Date
    Apr 2008
    Posts
    3,339

    Combine multiple ftp servers to increase upload speed

    In the provided OP's statement that is related to the size of files involved (over a gig) I think the option of protocol is not going to be an enormous help.

    To the OP, there is nothing that you can do in PHP to improve your scenario that you need to do , the PHP script would not even start to run until the file upload is finished or fails. The only method to get quick uploading is to fork out for a faster net connection, and for a faster net connection for the server if that's not quick enough to keep up.

  5. #5
    Join Date
    Jan 2006
    Posts
    4,221

    Re: Combine multiple ftp servers to increase upload speed

    Yeah, There is no especial cause that FTP would be quicker than HTTP either: Any speed problem would be down to the FTP server against the HTTP server, which are both sucking bytes and pumping them into few form of temporary storage through a TCP connection. However the web server may be interpreting the data stream as it comes in. And PHP may perform the similar task.

    If the user is placed on ADSL, or another asymmetrical protocol, it will be far
    slower to upload as well.

  6. #6
    Join Date
    Jan 2010
    Posts
    57

    Re: Combine multiple ftp servers to increase upload speed

    hi,

    you may try to setup ftp in iis7 with 2 servers of windows 2008 with windows network loadbalancing configured. You connect to the cluster ip of the load balancsed servers & upload.

  7. #7
    Dr. V Guest

    Re: Combine multiple ftp servers to increase upload speed

    Hi all,

    I got your thread and consider the whole discussion that you all made within the brilliant way. Actually, there is. HTTP adds some advance bytes to each transmission that ftp does not. So FTP would be more efficient and faster. Not much, I would suggest you only. But on a 1GB file it's possible it would be noticeable.

    Thanks for better discussion.

  8. #8
    Join Date
    Mar 2010
    Posts
    54

    Combine multiple ftp servers to increase upload speed

    Thank a lot to you all for your special and intelligent views. There is one thing that I need to tell you is that, I have committed following changes to php.ini file for application specific purpose.

    Upload_max_filesize=2047MB
    post_max_size= 2047MB

    I am going to upload file to apache web server. So what I should perform now to speed up my uploading process (in case, file size is 1GB or more than that).....

Similar Threads

  1. Replies: 4
    Last Post: 26-03-2011, 11:33 PM
  2. How to increase upload speed greater than 200 MBits in uTorrent?
    By Kickapoo in forum Technology & Internet
    Replies: 5
    Last Post: 25-06-2010, 10:39 AM
  3. Strategies to increase upload speed
    By Quinton in forum Technology & Internet
    Replies: 4
    Last Post: 08-05-2010, 04:36 PM
  4. Replies: 7
    Last Post: 06-08-2009, 02:07 AM
  5. How to increase upload speed
    By Yakov in forum Technology & Internet
    Replies: 3
    Last Post: 29-07-2009, 11:47 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,711,613,662.94097 seconds with 17 queries