竞态 meaning in Chinese
race condition
racing
Examples
- Table is locked to prevent a race condition happen between these two sql operations
表以防止这两个sql操作之间发生竞态条件( race condition ) 。 - You can even debug race conditions on smp systems with kprobes - and save yourself the trouble of all that rebuilding and rebooting
您甚至可以使用kprobes调试smp系统上的竞态条件避免了您自己重新编译和重新引导的所有麻烦。 - This could result in race conditions if one thread is adding to the end of the list while another is iterating through it
如果将某个线程添加到列表末尾时,其他线程正在遍历该列表,那么可能会产生竞态条件( race condition ) 。 - When the outcome of some computation depends on how two or more processes are scheduled , the code is incorrect . we say that there is a race condition
当计算结果依赖于两个或更多进程被调度的顺序,我们说这段代码是错的,这种情况被称为竞态条件,也叫竞态或竞争。 - As a result , a server can prevent the race condition in which a user retrieves and edits an annotation that has been updated by another user since it was retrieved
结果,服务器可以防止竞态条件- -一名用户检索并编辑一个注释,而这个注释已经由另外一名用户检索并更新了。