Comment 9 for bug 798876

Revision history for this message
Chris Behrens (cbehrens) wrote :

Spent all night on an issue re-using connections (connection pooling). Essentially it's this bug:

https://bugs.launchpad.net/nova/+bug/803168

I thought it would be solved with kombu, but it turns out to not be the case. Looks like I may have to implement kombu without connection pooling. See comments in bug 803168.

I'll clean up this mess I've created and get the kombu branch uploaded in the morning.