My current project have 8 modules, it will deploy 8 Process Model Versions in Ivy Application, I set maximum connection of database is 5. But when I run my app, it created more than 5 so it make my app stopped, when I increased number of connection, It worked normally, and I saw it created 8 connections. Why? I am using IvyEntityManager to control transaction of entities. The problem is Ivy opened connection and retain it, not closes after I do operations(e.g merge...). So what IvyEntityManage does? asked 02.04.2015 at 09:57 Thanh Cong |
If the IvyEntityManager is used in IvyScript e.g.:
Then an connection and transation is created and before the method returns the transaction is closed and the connection goes back to the connection pool. answered 07.04.2015 at 16:34 Christian St... ♦ |
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 02.04.2015 at 09:57
Seen: 1,929 times
Last updated: 07.04.2015 at 16:35