码迷,mamicode.com
首页 >  
搜索关键字:apparent deadlock    ( 248个结果
(转) Python in NetBeans IDE 8.0
原地址:https://blogs.oracle.com/geertjan/entry/python_in_netbeans_ide_8Copy this to the clipboard:http://deadlock.netbeans.org/hudson/job/nbms-and-javado...
分类:编程语言   时间:2014-07-27 10:01:12    阅读次数:255
C3P0 APPARENT DEADLOCK
C3P0 APPARENT DEADLOCK 问题...
分类:移动开发   时间:2014-07-26 15:14:30    阅读次数:301
双slave的server_uuid同样问题
早上做数据迁移,部署完slave2,发现3台机子的日志狂刷:旧slave:2014-05-29 14:35:35 996 [Note] Slave: received end packet from server, apparent master shutdown: 2014-05-29 14:35...
分类:其他好文   时间:2014-06-25 16:22:22    阅读次数:283
golang coroutine 的等待与死锁
直接上代码: 1. 第一种情况, 如果没有select{}, main 主线程不会等待coroutine运行,导致coroutine得不到机会运行。 You are requesting eventual scheduling (using the two go statements)  of two goroutines and then you exit main without g...
分类:其他好文   时间:2014-06-22 19:56:27    阅读次数:261
初步了解更新锁(U)与排它锁(X)
一直没有认真觉察UPDATE操作的锁,最近在MSDN上看到一个问题,询问堆表更新的死锁问题,问题很简单,有类似这样的表及数据:CREATE TABLE dbo.tb(     c1 int,     c2 char(10),     c3 varchar(10));GODECLARE @id int;SET @id = 0;WHILE @id 5BEGIN;     SET...
分类:其他好文   时间:2014-06-05 10:24:32    阅读次数:271
windbg 经典死锁调试
代码// Deadlock_Debug.cpp : 定义控制台应用程序的入口点。//#include "stdafx.h"#include "windows.h"#include // All the thread must get all of critial_section// Classic ...
分类:数据库   时间:2014-06-03 12:08:01    阅读次数:354
双slave的server_uuid相同问题
早上做数据迁移,部署完slave2,发现3台机子的日志狂刷:旧slave:2014-05-29 14:35:35 996 [Note] Slave: received end packet from server, apparent master shutdown: 2014-05-29 14:35:35 996 [Note] Slave I/O thread: Failed reading l...
分类:其他好文   时间:2014-06-03 01:52:25    阅读次数:327
jstack Dump日志文件中的线程状态
jstack Dump 日志文件中的线程状态dump 文件里,值得关注的线程状态有:死锁,Deadlock(重点关注)执行中,Runnable 等待资源,Waiting on condition(重点关注)等待获取监视器,Waiting on monitor entry(重点关注)暂停,Suspen...
分类:编程语言   时间:2014-05-21 18:59:45    阅读次数:502
248条   上一页 1 ... 23 24 25
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!