2015年3月16日

Mysql innodb 后台的7大线程与3大内存

摘要: A:一个master 线程(innodb 几乎在这个线程上实现有所有功能)B:一个lock 监控线程C:一个错误监控线程D:四个IO线程(insert buffer thread\log thread\write thread\read thread) 在windows 平台下可以通过 innod... 阅读全文

posted @ 2015-03-16 23:28 蒋乐兴的技术随笔 阅读(579) 评论(0) 推荐(0) 编辑

C# async await 例子

摘要: private static async void Worker() { Console.Write("main thread id is :{0}",Thread.CurrentThread.ManagedThreadId); while... 阅读全文

posted @ 2015-03-16 22:45 蒋乐兴的技术随笔 阅读(262) 评论(0) 推荐(0) 编辑

导航