Does the Apex proxy for external data models use Continuations?

Hi, another question relating to external data models - if I use the Apex proxy rather than the browser, does the Apex code make a regular call out, or does it use the continuation feature (described here: https://developer.salesforce.com/blogs/engineering/2014/05/put-apex-sleep-salesforce-asynchronous-ca… )?

I’m thinking that if it doesn’t, it won’t take much use to blow past the “10 synchronous concurrent requests for long-running requests that last longer than 5 seconds for each organization” limit.

Thanks in advance!

Hi Gary,

The Apex proxy currently uses plain old callouts.

Thanks for the clarification Ben!