RegisterRegister    SearchSearch   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

AJAX upload progress bar

File sharing script

File mirror script

Newsletter script
alternative web server beside apache
Goto page 1, 2  Next
 
Post new topic   Reply to topic    SibSoft Ltd Forum Index -> XFileSharing Pro
View previous topic :: View next topic  
Author Message
xpinx2pin



Joined: 28 Nov 2008
Posts: 6

PostPosted: Dec 22, 2008 6:00 am    Post subject: alternative web server beside apache Reply with quote

anybody has test this script with another webserver script beside apache
Now i user apache. and it cant handle alot of req.

My file server using intel XEON 3000 and 8 GB Memory and my resource is always full.
Back to top
View user's profile Send private message
PilgrimX182



Joined: 22 Mar 2006
Posts: 2106
Location: UFO Lab

PostPosted: Dec 22, 2008 8:31 am    Post subject: Reply with quote

Only can offer you serving files through nginx server which handles downloads the best way. Can limit speed,IP,number of connections per IP,link expire time. But it's a bit expensive ($150) with full installation.

I confirm that on high load sites Apache is not able to handle lots of connections even on high-end servers (Apache fault, not ours).
Back to top
View user's profile Send private message Visit poster's website
xpinx2pin



Joined: 28 Nov 2008
Posts: 6

PostPosted: Dec 23, 2008 4:42 am    Post subject: Reply with quote

PilgrimX182 wrote:
But it's a bit expensive ($150) with full installation.


Sorry, I don't get what you mean. So the $150 is to install the nginx ? Or to modify XFilesharing to work with nginx ?

Please allow me to learn your feedback.
Back to top
View user's profile Send private message
PilgrimX182



Joined: 22 Mar 2006
Posts: 2106
Location: UFO Lab

PostPosted: Dec 23, 2008 7:23 am    Post subject: Reply with quote

Both - install, set up some magic there and integrate with XFS.
Back to top
View user's profile Send private message Visit poster's website
adrideh



Joined: 14 Aug 2008
Posts: 18

PostPosted: Jan 05, 2009 10:51 am    Post subject: installation Reply with quote

Hi,

Thanks for your feedback...

Say we use your service to do the installation, and we want to add another file server using the modified script and nginx, do we have to pay extra ? Or we only use the same modified script to do so ?

And, do we get some training or instruction just in case the main server crash and we need to reinstall the whole thing ?

Thanks
Back to top
View user's profile Send private message
adrideh



Joined: 14 Aug 2008
Posts: 18

PostPosted: Jan 11, 2009 5:33 pm    Post subject: Reply with quote

hi, any feedback on my question ?
Back to top
View user's profile Send private message
PilgrimX182



Joined: 22 Mar 2006
Posts: 2106
Location: UFO Lab

PostPosted: Jan 12, 2009 10:25 am    Post subject: Reply with quote

1) Extra file server - will require nginx installation and some tuning. Will cost about $40.

2) Can give you some instructions how to power this up.
Back to top
View user's profile Send private message Visit poster's website
castledracula



Joined: 24 Aug 2009
Posts: 14

PostPosted: Nov 08, 2009 5:26 am    Post subject: Reply with quote

PilgrimX182: How can i contact you regarding the installation of the nginx and the tuning necessary to my server.
Back to top
View user's profile Send private message
PilgrimX182



Joined: 22 Mar 2006
Posts: 2106
Location: UFO Lab

PostPosted: Nov 08, 2009 9:09 am    Post subject: Reply with quote

Email to support@sibsoft.net
Back to top
View user's profile Send private message Visit poster's website
ihavenoidea



Joined: 14 Oct 2009
Posts: 19

PostPosted: Nov 14, 2009 6:36 pm    Post subject: Reply with quote

Does changing to nginx make a big difference? I'm having to reboot my server (Dual Xeon 3.0Ghz, 4GB RAM) every day now because it keeps over loading.

Would having two servers.. One for main page and one for files help?
Back to top
View user's profile Send private message
sherayusuf3



Joined: 18 Jan 2009
Posts: 92
Location: Jakarta Indonesia

PostPosted: Nov 15, 2009 9:05 am    Post subject: Reply with quote

ihavenoidea wrote:
Does changing to nginx make a big difference? I'm having to reboot my server (Dual Xeon 3.0Ghz, 4GB RAM) every day now because it keeps over loading.

Would having two servers.. One for main page and one for files help?


you need more2 server
im running 2 server for upload with load balancing and database replication (Xfilesharing cant support external database ) with 3 file server

spec :
Upload / www server : xeon quad core, ram 8 gb ( mysql, apache, smtp postfix )

File server : xeon quad core, ram 4 gb, 8 Tera HD @2 Tera and / HD have 2 Virtualhost, so i have 8 Virtualhost on 1 server indentified by server1, server2, server n

current i have +/- 300 concurrent connection / file server

i try to change apache with cherokee,but ajax upload status bar no show Smile

try to optimize your apache.conf
try use mpt_itk module apache2
try to optimize database my.cnf
upgrade your RAM, cause upload proccess n generate download link consume high memory
disable any service unnecessary
recompile u kernel with minimum requipment
how much concurrent connection on u server?
Back to top
View user's profile Send private message Visit poster's website Yahoo Messenger
cuty



Joined: 14 Apr 2009
Posts: 103

PostPosted: Nov 15, 2009 11:19 pm    Post subject: Reply with quote

just configure apache mpm and increase RAM.I have over 3000 connections and server running fine.
Back to top
View user's profile Send private message
ihavenoidea



Joined: 14 Oct 2009
Posts: 19

PostPosted: Nov 16, 2009 12:14 am    Post subject: Reply with quote

cuty wrote:
just configure apache mpm and increase RAM.I have over 3000 connections and server running fine.


On one server alone?
Back to top
View user's profile Send private message
sherayusuf3



Joined: 18 Jan 2009
Posts: 92
Location: Jakarta Indonesia

PostPosted: Nov 16, 2009 3:55 am    Post subject: Reply with quote

cuty wrote:
just configure apache mpm and increase RAM.I have over 3000 connections and server running fine.



please report u benchmark include u apache config


thnks
Back to top
View user's profile Send private message Visit poster's website Yahoo Messenger
cuty



Joined: 14 Apr 2009
Posts: 103

PostPosted: Nov 16, 2009 5:18 am    Post subject: Reply with quote

There are benchmarks out there with that module.You dont have to take my word for it.

:Note..the more you increase max connections is the more resources will be be sucked up, so have a beast server.

Using nginx produces a considerable difference in cpu usage,but I still kinda prefer some servers to use apache, because when the cpu load get fairly( i.e 30 points )high using nginx , or there is a DDOS attack at the time causing it, nginx times out or takes up to 3mins to start the download.Where as apache the load has to be about 900 for you to notice.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    SibSoft Ltd Forum Index -> XFileSharing Pro All times are GMT
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Powered by phpBB © 2001, 2005 phpBB Group