leons Posted October 24, 2016 Posted October 24, 2016 Hi, To be sure, are the Rest components thread safe? regards Leon Quote
wprins Posted October 25, 2016 Posted October 25, 2016 Hi, To be sure, are the Rest components thread safe? regards Leon Which Rest components? (Delphi's? Generally it's best to assume that nothing is thread safe unless explicitly stated.) Quote
leons Posted October 25, 2016 Author Posted October 25, 2016 The standard ones. TRestClient, TRestRequest, TRestResponse, TRestResponseDatasetAdapter Quote
Administrators Farshad Mohajeri Posted October 26, 2016 Administrators Posted October 26, 2016 They are thread safe as long as you use them per session. Which means your components must be place on MainModule, uniGUI DataModule or a UniForm. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.