|
|
|
|
|
by rheide
5221 days ago
|
|
It's a nice idea, but I wonder about the use cases. How often would a Java webserver serve a file from disk without modifying it along the way? If performance is an issue then you'd serve the really static files with nginx (or a similar alternative), and every other file (jsp templates etc.) would be read in memory before being sent on. (Note that I'm not questioning the technique, I just don't entirely agree on the way the article portrays the benefit of this method in webservers.) |
|
I don't think nginx or web servers in general are the last word ever to be spoken in terms of networking software.