Summary

In this chapter, we looked at the general concept of request processing as well as some of its key challenges and issues. We also identified some surprisingly specific solutions to the challenges.

It's fair to say that request processing is all about managing connections, efficiently associating a connection with an existing session, and marshalling data between client and back-end application objects. Request processors are on the front line of server-side processing. Regardless of how efficient the application system or the database system is, request processing itself needs to be scalable. Load balancing and multithreading can be important techniques that improve both scalability and performance.

We also discussed the tradeoffs between ...

Get Building Scalable and High-Performance Java™ Web Applications Using J2EE™ Technology now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.