Hi Mark, and thank you for your suggestion. Are you aware of any example code that uses this technique to dynamically throttle requests? I've looked at the bufferevent rate limit options but it looks more bandwidth oriented and static in nature.Â
On a second thought. Why is libevent http returning NULL requests with 36 Operation now in progress errors to me? I have set connection to unlimited retry so I thought it would deal with these issues (and throttle appropriately in case the server can not handle and returns errors).
Am I really supposed to have to deal with these issues?