Jon Stevens wrote:
>
> on 9/14/2000 1:52 PM, "Daniel L. Rall" <[EMAIL PROTECTED]> wrote:
>
> > FYI, setting the max number of connection to 12 or more (1 app + 11
> > threads) keeps the application from hanging (caught in a wait state).
> > This feels like a hack, however. I would love some input on addressing
> > this problem. Thanks guys. =)
>
> fyi, i talked to daniel in our apps-dev meeting today and told him to
> uncomment the thread code that i had put at the bottom of one of the
> classes. it should help fix this problem. it was commented cause i didn't
> have time to test it.
I will be testing and deploying this code as my schedule allows (huge
deadline tomorrow). Until I put it in place (and I will), the
workaround for this "bug" is to simply increase the maximum number of
connections for your pools in the TurbineResources.properties file:
# The number of database connections to cache per ConnectionPool
instance.
database.maxConnections=3
--
Daniel Rall <[EMAIL PROTECTED]>
http://collab.net/ | open source | do the right thing
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]