question

Matthew Draper avatar image
Matthew Draper asked

CURL_MULTI for increased throughput?

Hi there, we're using the C++ SDK with the CURL plugin.

It's all working well, but now we have significant integration with PF we are finding the delay in processing queued API calls can be pretty long.

There's no way to prioritize player-triggered API requests (eg. to see profile data for another player) over 'background' API calls (eg. to synch stats progress).

I'm wondering if anyone has tried using CURL_MULTI in the plugin to increase throughput - is this even advisable?

apis
1 comment
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Citrus Yan avatar image Citrus Yan commented ·

CURL_MULTI enables multiple simultaneous transfers, which should greatly increases the throughput.

0 Likes 0 ·

0 Answers

·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.