Statistics
| Branch: | Tag: | Revision:

root / test / ganeti.rpc_unittest.py @ 3882937a

History | View | Annotate | Download (7.5 kB)

# Date Author Comment
33231500 07/16/2010 06:18 pm Michael Hanselmann

Convert RPC client to PycURL

Instead of using our custom HTTP client, using PycURL's multi
interface allows us to get rid of the HTTP client threadpool.
The majority of the code is still in the ganeti.http.client
module.

A simple per-thread HTTP client pool gives cURL a chance to...