Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
en:getting_started [2018/04/05 16:20]
yjjung [Isolation - Thread Safe]
en:getting_started [2018/04/05 16:21]
yjjung [Isolation - Thread Safe]
Line 144: Line 144:
  
 **BioStar 1.x SDK** needs to have a 'lock mechanism'​ put in place by a developer to avoid a single API being called from multiple threads at the same time. \\ **BioStar 1.x SDK** needs to have a 'lock mechanism'​ put in place by a developer to avoid a single API being called from multiple threads at the same time. \\
-**BioStar 2.x SDK** can call the same API in several ​threads. ​+**BioStar 2.x SDK** can call a single ​API from multiple ​threads ​at the same time
  
 \\ \\