[jboss-user] [JBoss jBPM] - Re: Jbpm performance problem
shamesh_joshi
do-not-reply at jboss.com
Mon Aug 11 23:36:21 EDT 2008
This might be due to exhausted connection pool to the database. Your program might forgot to close the connection after using it.
1. Try to close connection after it is used in your program.
2. Try to increase connection poll.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4169993#4169993
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4169993
More information about the jboss-user
mailing list