Why not you provider connetion pooling of multi providernam?
Posted: Wed 30 Jun 2010 18:03
Why not you provider connetion pooling of multi providernam?
1.UniDAC provider inner one providernam connection pooling,but i think if one connection lost,the whole connection pooling raise exception.
2.does it support Temporary table ?
3.sometimes i want to get one of connection, because i use this connection to assign connection of multi query components(same one connection).
And I use connection to commit/rollback.
But UniDAC cannot provider one of connection in pooling connection?
4.I hope you make a new connection pooling class .it is array of TUniConnection,and using Semaphore but not CriticalSection under multi threads.
it supports maxpoolsize,minpoolsize,connectionLiftTime.
5.it supports per connection eventevent,sunch as "open/close/lost/commit/rollback" etc event.
6.it supports interface,if dont use the connection or finish working, it can auto free connection or close connection.
thank you devart,thank you corelab,thank you unidac team!
1.UniDAC provider inner one providernam connection pooling,but i think if one connection lost,the whole connection pooling raise exception.
2.does it support Temporary table ?
3.sometimes i want to get one of connection, because i use this connection to assign connection of multi query components(same one connection).
And I use connection to commit/rollback.
But UniDAC cannot provider one of connection in pooling connection?
4.I hope you make a new connection pooling class .it is array of TUniConnection,and using Semaphore but not CriticalSection under multi threads.
it supports maxpoolsize,minpoolsize,connectionLiftTime.
5.it supports per connection eventevent,sunch as "open/close/lost/commit/rollback" etc event.
6.it supports interface,if dont use the connection or finish working, it can auto free connection or close connection.
thank you devart,thank you corelab,thank you unidac team!