XFileSharing Pro - Remote Uploading VERY SLOW [SOLVED]

Message
Author
kevin_js
Posts: 25
Joined: Mar 15, 2013 4:47 am

Remote Uploading VERY SLOW [SOLVED]

#1 Postby kevin_js » Mar 16, 2013 1:45 am

Hi,

I have a dedicated server with hostgator, running newly bought Xfilesharing Pro script. The Problem is when uploading files through REMOTE UPLOAD, the speed is 150kb/s, which is very slow for me. I would like to how can I increase REMOTE UPLOAD SPEED AND FTP UPLOAD from another server to cgi-bin/ImportFiles folder?

Following is my Server Detais

Intel Xeon E3-1265L 2.5GHz
100 mbps Uplink
4 GB DDR3 Memory
500 GB RAID-1 Drives
10 TB Bandwidth

Is this Server Config is OK to run Xfilesharing pro? Do I need to install any mod to accelerate speed?

Any one Please help me

Thanks
Last edited by kevin_js on Mar 27, 2013 4:58 am, edited 1 time in total.

ankurs
Posts: 1054
Joined: Mar 10, 2009 2:34 am

#2 Postby ankurs » Mar 16, 2013 6:17 am

use ssd drives or atleast sas/sata raid10 to improve disk i/o

kevin_js
Posts: 25
Joined: Mar 15, 2013 4:47 am

#3 Postby kevin_js » Mar 16, 2013 4:56 pm

I don't think it will help, because my visitors are above 40000/day watching & downloading files. My site was not available many times.

will it help by increasing data connection from current 100mbps to higher?

Jesse202
Posts: 246
Joined: May 07, 2010 6:24 pm

#4 Postby Jesse202 » Mar 16, 2013 6:37 pm

A larger port. HG dedicated are expensive. Especially if you want a larger port. Try another company. iwebfusion.net or ayksolutions maybe

randy
Posts: 321
Joined: Mar 13, 2012 7:00 pm

#5 Postby randy » Mar 18, 2013 9:47 pm

the problem is you cannot run it on 1 server only

you should have (in your case)

1 website server

1 database server

5+ fileservers!

otherwise your site will crash soon

from my experience the script needs to be tuned for higher traffic by sibsoft itself. this is the only thing that could help.

the script was created many years ago when traffic wasn't so strong like nowadays.

now people use gigabit lines! everything is cheaper. more data will be transferred means script needs to be changed to handle the load.

if you have PPD users can upload several TB / day!

you can also get fast cgi mod but with only one server you have no chance to stand that traffic.

with 1 server you can max get 500 users online at the same time. but you should at least have several fileservers for uploads!

a very skilled perl coder could also handle that. but normally it is on sibsoft side to tune that script for 2013!

ankurs
Posts: 1054
Joined: Mar 10, 2009 2:34 am

#6 Postby ankurs » Mar 20, 2013 11:13 am

randy wrote: from my experience the script needs to be tuned for higher traffic by sibsoft itself. this is the only thing that could help.

the script was created many years ago when traffic wasn't so strong like nowadays.

now people use gigabit lines! everything is cheaper. more data will be transferred means script needs to be changed to handle the load.

if you have PPD users can upload several TB / day!

you can also get fast cgi mod but with only one server you have no chance to stand that traffic.

with 1 server you can max get 500 users online at the same time. but you should at least have several fileservers for uploads!

a very skilled perl coder could also handle that. but normally it is on sibsoft side to tune that script for 2013!
please explain what cant be handled by current xfs script ?

only thing stopping you is disk io & your bandwidth

kevin_js
Posts: 25
Joined: Mar 15, 2013 4:47 am

#7 Postby kevin_js » Mar 25, 2013 7:41 am

Considering above suggestion I bought Two Servers- Main Server and File Server. But Still website is very slow, especially file server, & saving any setting always fail on file server.

Here is main Server Details:-

Processor: Intel Xeon W3520
Cores 4
Threads 8
RAM 24 GB DDR3
Hard drive 2x 2TB SATA2
RAID SOFT RAID - 0/1

& the File Server Details:-

Processor Intel Xeon E5-1650
Intel Smart Cache: 12MB
Cores 6
Threads 12
RAM 64 GB DDR3 ECC
Hard drive SSD Intel SSD 320
2x 120GB SSD
SATA3 2x 2TB
RAID SOFT RAID - 0/1
(RAID-1 by default)

I just want to know how can I store most using files on ssd; no way to understand in which disk the file are stored!!

I need to kill all file server process to save any settings on file server.

kevin_js
Posts: 25
Joined: Mar 15, 2013 4:47 am

#8 Postby kevin_js » Mar 27, 2013 4:58 am


randy
Posts: 321
Joined: Mar 13, 2012 7:00 pm

#9 Postby randy » Mar 29, 2013 3:57 am

so you solved it by enabling direct links to all users?

kevin_js
Posts: 25
Joined: Mar 15, 2013 4:47 am

#10 Postby kevin_js » Mar 29, 2013 9:40 am

disabling free user or registered user cause very cpu load. support team didn't do anything. So I decided to enable ' Direct Link for everyone' and hide it from download1.html from free user and registered user;

Code: Select all

<TMPL_IF premium> 
<TMPL_IF direct_links>

<input type="hidden" name="down_direct" value="1">
<input type="submit" id="btn_download" value="<TMPL_VAR lang_create_link>">
<TMPL_ELSE>
<input type="hidden" name="down_script" value="1">
<input type="submit" id="btn_download" value="<TMPL_VAR lang_download_file>">
</TMPL_IF>