threadsafe

threadsafe

 英

  • 网络线程安全的;线程安全性;安全绪

例句

Libraries must be threadsafe (re-entrant) and C-linkage must be used (at least for the initialization functions).

必须线程安全),并且必须使用C链接至少初始函数使用C链接)。

In general, to be THREADSAFE, a routine should not use any global or static data areas.

一般来说定义THREADSAFE例程应该使用任何全局静态数据区域

If the procedure is defined as NOT THREADSAFE, the database manager will never invoke the procedure in the same process as another routine.

如果过程定义NOTTHREADSAFE数据库管理器绝不其他例程进程调用这个过程

If the procedure is defined as THREADSAFE, the database manager can invoke the procedure in the same process as other routines.

如果过程定义THREADSAFE数据库管理器可以其他例程进程调用这个过程

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确认API线程安全需要生产存储库厂家联系确认

Therefore, when you code a mediation, you should ensure that the instances of the class are threadsafe.

因此编写一个中介确认实例是否线程安全