I need to know how many connection created by jRDC2 because Firebird database server can only uses 1 core per connection.
For a small amount of data, this is OK, but for big data, processing will be to long, so I need to create many connection to Firebird Server so that firebird server can use available core to process all data simultaneously.
But if jRDC2 only create one connection for all request, than there is no point to create many connection for Firebird.