原地址: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 问题...
分类:
移动开发 时间:
2014-07-26 15:14:30
阅读次数:
301
早上做数据迁移,部署完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
直接上代码:
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
一直没有认真觉察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
代码// 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
早上做数据迁移,部署完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 日志文件中的线程状态dump
文件里,值得关注的线程状态有:死锁,Deadlock(重点关注)执行中,Runnable 等待资源,Waiting on
condition(重点关注)等待获取监视器,Waiting on monitor entry(重点关注)暂停,Suspen...
分类:
编程语言 时间:
2014-05-21 18:59:45
阅读次数:
502