Java MySQL JDBC Slow/Taking turns
We're currently trying to make our server software use a connection pool
to greatly reduce lag however instead of reducing the time queries take to
run, it is doubling the time and making it even slower than it was before
the connection pool.
Are there any reasons for this? Does JDBC only allow a single query at a
time or is there another issue?
No comments:
Post a Comment