Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 5 years ago.
Improve this question
I am relatively new to Web development. I was reading about Remote files in PHP, and I came across this question at
Quara
My question is why would we require to use a second server in general?
Normally multiple servers used for high availability.
Using single server is a bottle nick. If it is goes down, your web will not be available.
Also multiple servers used to balance the load on each server.
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 1 year ago.
Improve this question
I have a Bluehost Shared Hosting Plan, and it does not provide me the root server access. So how do I create a Database from the PHP code? Any solutions really appreciated...
So how do I create a Database from the PHP code?
You Can't Do Thatâ„¢ with SQL on hosting services with shared MySQL servers. If I remember correctly you can do it from the cpanel.
There are some services that give you a private MySQL server. https://nearlyfreespeech.net is a good example.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 5 years ago.
Improve this question
I'm currently working on a web app and if all goes to plan, it could very well grow extremely quickly. This is the first app I'm building where server requirements are a big question to me. What can I do to determine how much bandwidth, ram, and processing power I'm going to need?
Is there a specific term to what I'm trying to find out here? I've heard of stress testing but I'm not sure that's what this is.
Any help would be great.
You can use apache jMeter http://jmeter.apache.org/ for load/stress testing.
Here is a tutorial which might help you.
https://www.digitalocean.com/community/tutorials/how-to-use-apache-jmeter-to-perform-load-testing-on-a-web-server
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 years ago.
Improve this question
We are building an Intranet system using Drupal. We estimate 200 users to start using this site by next year.
At the risk of sounding such a noob (my role in non-profit requires me to), is there anything at all that I should be concerned with this amount of users? Anything on the server side?
Drupal is great enough to handle lot of traffic and users. Mine handles 3k users with daily average traffic of 10k. You should read load testing reports of drupal like this one http://loadstorm.com/2009/09/load-testing-drupal-anonymous-users/
Still consider doing load testing of site before putting it to production environment.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 years ago.
Improve this question
I've been porting some code from java to php, and noticed that php doesn't have multithreading. I'm just curious as to how else would web services handle thousands/millions of requests ?
PHP doesn't care how many requests there are, it's the web server that has to handle/thread the request (instances).
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 6 years ago.
Improve this question
I"m looking for a completely free calendar software with decent to lots of scheduling capabilities. Any suggestions?
Really there's a bunch out there, but you might want to take a look at PHP-Calendar to get started.