There is a lot of evidence that reusing a curl handle is very beneficial and allows you to utilize persistent (keep-alive) connections when making multiple requests to the same server.
I have an RTB server that never requests the same server more than once during a single script execution, but hits the same servers nearly every separate script execution.
Is there any way to reuse a curl handle from one execution to the next? Maybe this is already happening? I don't see how it would be, but I'm honestly not totally sure how I would test it to be sure anyway.