When the space uses RDBMS for persistency, it creates a connection pool to avoid a new connection creation with every access to the database. The space schema file stores the pool minimum and maximum size:
When the engine requests a connection from the pool and there is none available (maximum number of connections have been allocated), the engine waits for a context to become available. This is transparent to the application.
Wiki Content Tree
Your Feedback Needed!
We need your help to improve this wiki site. If you have any suggestions or corrections, write to us at techw@gigaspaces.com. Please provide a link to the wiki page you are referring to.
Add Comment