|
|
|
|
|
by jacquesm
6000 days ago
|
|
Yes, absolutely. Otherwise I wouldn't have used them as examples. They are basically implementations of the same kind of site but on different platforms, the one more successful than the other. In terms of raw performance I'd say the java environment is a little bit faster, but not by much. In terms of programmer performance I'd say the PHP environment is a lot faster than the java environment. The java I would qualify as more maintainable though, but it is less stable in production than PHP (we see the occasional freeze on java, the apache/PHP stuff seems to run itself for year after year without any issues). Both use mysql db backends. |
|
I have come to the conclusion that the JVM combined with the vast number of libraries is great, but the Java ecosystem is not terribly optimal and over complicated.