WAS v8.5 > Reference > Administrator best practices

Disable servlet pooling: Best practices and considerations


Overview

You may want to disable request and response pooling if...


Disable request and response pooling

Disabling pooling prevents the web container from recycling the servlet request and servlet response objects for subsequent requests. This creates additional overhead as a result of an increase in request and response object creation and the subsequent garbage page of these discarded objects.


+

Search Tips   |   Advanced Search