Article:
 |
|
The PHP Scalability Myth
|
| Subject: |
|
I can't believe this |
| Date: |
|
2003-11-05 13:01:56 |
| From: |
|
anonymous2
|
Response to: I can't believe this
|
|
in fact in this entire thread we can see the old arguments:
C is better than Java
Java people are idiots who get off on how cool Java is
PHP is better than Java
Java is too complex to use
I've been in IT for 20 years and I know.....
etc....
at least .NET didn't come up
how many years will this go on?
why do people say these things - it just reduces the value of any such forum
|
Showing messages 1 through 1 of 1.
-
I can't believe this
2003-11-17 16:38:13
anonymous2
[Reply | View]
assume slow technology A cans server 100 pages at once. assume faster technology B servers 200 pages at once. A is given more overhead so that it can serve 50 pages simulaneously on seperate servers. A is run on 10 servers, thus serving 50 * 10 = 500 pages at once. A is more scalable than B.