Are you sure Wes? I was of the impression that it actually creates
multiple connections with the database servers, thereby achieving
asynchornous queries. With one connection you cannot perform queries
asynchronously.
I would consider this normal behavior. In fact I believe that the
default pool size should be bigger than one, because the current
setting of one may cause people to rely on the accompanying
"unintentioned synchronousness".
Tom