+

Search Tips   |   Advanced Search

Asynchronous servlet best practices

The asynchronous servlet feature enables us to process incoming requests and responses without being bound to the original thread that initiated the request.

Consider the following best practices when using asynchronous servlets:

Important: Asynchronous request dispatcher (ARD) and remote request dispatcher (RRD) are not supported when using asynchronous servlets.

Tip: View the Web application counters topic to learn about metrics for asynchronous servlets.


Related:

  • Java Servlet considerations
  • Web applications: Resources for learning
  • Web application counters
  • Web container settings