- Container vendors can use and number of implementation techniques to improve the efficiency or scalability of their servers
- Thread Pooling
- DB Pooling
- Instance Pooling
- Instance Passivation
- Generally these techniques attempt to reduce the overhead associated with creating/using various types of resources, e.g.
- Memory
- Threads
- DB connections
- The next section looks at thread pooling and instance pooling in more detail
|