[dev] libcloud pull request: Sleep for a while to avoid errno 104

2013-09-14 Thread s0undt3ch
Github user s0undt3ch closed the pull request at: https://github.com/apache/libcloud/pull/141

[dev] libcloud pull request: Sleep for a while to avoid errno 104

2013-09-01 Thread s0undt3ch
GitHub user s0undt3ch opened a pull request: https://github.com/apache/libcloud/pull/141 Sleep for a while to avoid errno 104 On some weird and random occasions the GIL deadlocks while connecting forcing the remote servers to 104 the connection. A simple sleep avoids this issue(aft