Hi,
I have read that I must to create new connection for every thread I start.
The problem is that I have a need for starting many small threads that execute one update query.
create new connection for every thread will take 2 much time.
Is there any way around this problem?