| Article: |
Two Servlet Filters Every Web Application Should Have | |
| Subject: | Reducing Connections | |
| Date: | 2003-11-25 06:18:33 | |
| From: | anonymous2 | |
Is there no way of bundling the entire page contents? For each item:
|
||
Showing messages 1 through 1 of 1.
-
Reducing Connections
2003-12-03 17:06:30 jfalkner [View]



About reducing connections. Yeah it is a good idea, and as I recall the HTTP 1.1 spec lets a web browser do just that. Again, this is something that most of the time browsers do on their own and it tends to work well. There really isn't anything you should do on the server-side. Although I might be wrong, anyone have a suggestion?