B4J Question jOKHttpUtils2 Threaded or Not?

Haris Hafeez

Active Member
Licensed User
Longtime User
Hello All,

Can someone specify whether the subject library is multi-threaded or not? I think it uses HttpClient from jHTTP library so really this boils down to HttpClient being multi-threaded.

Say, the code issues multiple job.download calls. Will the JobDone event be raised from a single thread or will it be raised from multiple threads?

For my use case, this may result in issues if I update object member variables within JobDone.

Thanks.
 
Top