Hello, I was surprised to discover that EC2 driver instances don't persist HTTP connections. I discovered that each EC2 driver method, for example list_nodes(), calls libcloud.common.base.Connection.request(), which itself calls libcloud.common.base.Connection.connect().
Out of curiosity, is there any way to use persistent connections to EC2 with Libcloud? Pierre Riteau