question

Upvotes
Accepted
23 11 13 15

Multi thread support on RFA API

Multi thread support

Client is retrieving 70K+ stock RICs through RFA API, in order to gain better performance client is asking if RFA API support multi thread to process those RIC requests.

treprfarfa-api
icon clock
10 |1500

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

1 Answer

· Write an Answer
Upvotes
Accepted
665 3 5 6

Hello @jessie.lin

RFA Does support the use of threads, please see the developer guide for the details under Application Performance Tuning and Considerations.

In particular please take note of the Common Package Usage Guidelines in the same document;

It describes the level of thread safety provided by the interfaces and when passing any data to another thread that was supplied in a Client.processEvent(Event event) call, the data must be copied first because the objects supplied in this callback method belong to the API and will be recycled when the method returns.

icon clock
10 |1500

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

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.