15.4 Configuring Requests and Connections Configuration

You can configure the number of client requests and database connections that Vibe is able to support.

If you have an extremely large Vibe site and you need to make numerous client requests and database connections, you might see improved performance by increasing these settings.

  • Max Threads: The maximum number of simultaneous client request threads that Vibe is able to support. The default is 200 threads.

  • Max Active: The maximum number of database connections that can be allocated from this pool at the same time.

    If your database server license (for Oracle or MS SQL) restricts you from having more connections than the Vibe default of 50, you must specify a number that does not exceed your database server license.

  • Max Idle: The maximum number of database connections that can be idle in this pool at the same time. The default is 20 connections.

ADVANCED VIBE INSTALLATION SUMMARY SHEET

Under Requests and Connections Configuration, mark the maximum client request threads, maximum active database connections, and maximum idle database connections.

Complete the planning process for additional Advanced installation features as needed, then perform the Advanced installation as described in Section 16.0, Performing an Advanced Vibe Installation.