Subject | Connection pooling in IBO |
---|---|
Author | williamvdw2004 |
Post date | 2004-12-20T11:45:11Z |
I have been using IBO for the past few months now with great success.
I am running a multithreaded application and I make a connection for
each thread and starting to get a lot of concurrent connections about
80 +. I am worried that this will cause problems later on. Is there a
way to implement a connection pool with IBO? (If I remember
correctly you must create the connection, session, transaction and
the Query in the execute method of the thread)
Regards
William
I am running a multithreaded application and I make a connection for
each thread and starting to get a lot of concurrent connections about
80 +. I am worried that this will cause problems later on. Is there a
way to implement a connection pool with IBO? (If I remember
correctly you must create the connection, session, transaction and
the Query in the execute method of the thread)
Regards
William