被阻塞的 meaning in Chinese
blocked
Examples
- Once the backup is complete , the system will let all blocked statements complete their execution
一旦备份完成,系统将让所有被阻塞的语句完成它们的执行。 - When a statement has waited longer than the lock timeout setting , the blocked statement is canceled automatically , and error message 1222 lock request time - out period exceeded
如果某个语句等待的时间超过lock _ timeout的设置时间,则被阻塞的语句自动取消,并会有错误消息1222 ( - The use of threads also helps ensure that work is being performed for some user connections even when other connections are blocked for example , when waiting for a disk read or write operation to complete
线程的使用还有助于确保在某些连接被阻塞的情况下(例如,当等待磁盘读或写操作完成时)仍可以对其他用户连接执行工作。 - Implementing an error handler that traps error message 1222 allows an application to handle the time - out situation and take remedial action , such as : automatically resubmitting the statement that was blocked or rolling back the entire transaction
实现捕获错误消息1222的错误处理程序后,应用程序可以处理超时情况,并采取补救措施,例如:自动重新提交被阻塞的语句或回滚整个事务。