Jaxer Update Available. Jaxer 1.0 RC B is now available at the Download Page.
This release has many new features and updated APIs.

Jaxer 1.0 RC B API docs: Available inside Aptana Studio after you run the update.
Additional Info: Jaxer 0.9 Beta to Jaxer 1.0 RC Migration Guide.



Aptana Jaxer 0.9 Beta Release Documentation

Jaxer Connection Pool Configuration


Available Settings


WaitConnectionTimeOutSec

  • Purpose:
    Timeout (in seconds) before giving up on obtaining a connection
  • Default:
    5 (seconds)
  • Example:
    WaitConnectionTimeOutSec 10

MinConnectionPoolSize

  • Purpose:
    Specify the connection pool's minimum size
  • Default:
    10% of thread pool size (but at least one)
  • Example:
    MinConnectionPoolSize 2

MaxConnectionPoolSize

  • Purpose:
    Specify the connection pool's maximum size
  • Default:
    thread pool size
  • Max:
    thread pool size
  • Example:
    MaxConnectionPoolSize 3