| Article: |
The PHP Scalability Myth | |
| Subject: | Java People - can u guys buy a clue? | |
| Date: | 2003-10-17 11:56:30 | |
| From: | anonymous2 | |
|
Response to: Java People - can u guys buy a clue?
|
||
| hmmm...consider then that the "breakthrough" site eBay is re-architecting to J2EE for scalability and maintainability. | ||
Showing messages 1 through 1 of 1.
-
Java People - can u guys buy a clue?
2003-11-17 16:34:23 anonymous2 [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.