threadsafe
美
英 
- 網(wǎng)絡(luò)線程安全的;線程安全性;安全緒
例句
Libraries must be threadsafe (re-entrant) and C-linkage must be used (at least for the initialization functions).
庫必須是線程安全的(可重入的),并且必須使用C鏈接(至少對初始化函數(shù)要使用C鏈接)。
In general, to be THREADSAFE, a routine should not use any global or static data areas.
一般來說,要想定義為THREADSAFE,例程不應(yīng)該使用任何全局或靜態(tài)數(shù)據(jù)區(qū)域。
If the procedure is defined as NOT THREADSAFE, the database manager will never invoke the procedure in the same process as another routine.
如果過程定義為NOTTHREADSAFE,數(shù)據(jù)庫管理器就絕不會在其他例程的進程中調(diào)用這個過程。
If the procedure is defined as THREADSAFE, the database manager can invoke the procedure in the same process as other routines.
如果過程定義為THREADSAFE,數(shù)據(jù)庫管理器就可以在其他例程的進程中調(diào)用這個過程。
Most programming references include a discussion of writing threadsafe routines.
許多編程參考資料討論了如何編寫線程安全的例程。
When you are evaluating APIs, confirm that the API is threadsafe and contact the repository vendor to confirm this if necessary.
在評估API時,請確認(rèn)API為線程安全的,需要時,請與生產(chǎn)存儲庫的廠家聯(lián)系確認(rèn)此事。
Therefore, when you code a mediation, you should ensure that the instances of the class are threadsafe.
因此,當(dāng)您編寫一個中介時,您將確認(rèn)類實例是否是線程安全的。