| View previous topic :: View next topic |
| Author |
Message |
xpinx2pin
Joined: 28 Nov 2008 Posts: 6
|
Posted: Dec 22, 2008 6:00 am Post subject: alternative web server beside apache |
|
|
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 |
|
 |
PilgrimX182

Joined: 22 Mar 2006 Posts: 2106 Location: UFO Lab
|
Posted: Dec 22, 2008 8:31 am Post subject: |
|
|
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 |
|
 |
xpinx2pin
Joined: 28 Nov 2008 Posts: 6
|
Posted: Dec 23, 2008 4:42 am Post subject: |
|
|
| 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 |
|
 |
PilgrimX182

Joined: 22 Mar 2006 Posts: 2106 Location: UFO Lab
|
Posted: Dec 23, 2008 7:23 am Post subject: |
|
|
| Both - install, set up some magic there and integrate with XFS. |
|
| Back to top |
|
 |
adrideh
Joined: 14 Aug 2008 Posts: 18
|
Posted: Jan 05, 2009 10:51 am Post subject: installation |
|
|
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 |
|
 |
adrideh
Joined: 14 Aug 2008 Posts: 18
|
Posted: Jan 11, 2009 5:33 pm Post subject: |
|
|
| hi, any feedback on my question ? |
|
| Back to top |
|
 |
PilgrimX182

Joined: 22 Mar 2006 Posts: 2106 Location: UFO Lab
|
Posted: Jan 12, 2009 10:25 am Post subject: |
|
|
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 |
|
 |
castledracula
Joined: 24 Aug 2009 Posts: 14
|
Posted: Nov 08, 2009 5:26 am Post subject: |
|
|
| PilgrimX182: How can i contact you regarding the installation of the nginx and the tuning necessary to my server. |
|
| Back to top |
|
 |
PilgrimX182

Joined: 22 Mar 2006 Posts: 2106 Location: UFO Lab
|
|
| Back to top |
|
 |
ihavenoidea
Joined: 14 Oct 2009 Posts: 19
|
Posted: Nov 14, 2009 6:36 pm Post subject: |
|
|
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 |
|
 |
sherayusuf3
Joined: 18 Jan 2009 Posts: 92 Location: Jakarta Indonesia
|
Posted: Nov 15, 2009 9:05 am Post subject: |
|
|
| 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
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 |
|
 |
cuty
Joined: 14 Apr 2009 Posts: 103
|
Posted: Nov 15, 2009 11:19 pm Post subject: |
|
|
| just configure apache mpm and increase RAM.I have over 3000 connections and server running fine. |
|
| Back to top |
|
 |
ihavenoidea
Joined: 14 Oct 2009 Posts: 19
|
Posted: Nov 16, 2009 12:14 am Post subject: |
|
|
| 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 |
|
 |
sherayusuf3
Joined: 18 Jan 2009 Posts: 92 Location: Jakarta Indonesia
|
Posted: Nov 16, 2009 3:55 am Post subject: |
|
|
| 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 |
|
 |
cuty
Joined: 14 Apr 2009 Posts: 103
|
Posted: Nov 16, 2009 5:18 am Post subject: |
|
|
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 |
|
 |
|