Differences

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

Link to this comparison view

Next revision Both sides next revision
en:getting_started [2017/07/20 15:23]
127.0.0.1 external edit
en:getting_started [2018/04/05 16:20]
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** is designed to return an error when another thread calls an API that is already ​in use+**BioStar 2.x SDK** can call the same API in several threads
  
 \\ \\