NDC 介绍 NDC(Nested Diagnostic Context)是 Neil Harrison 在名为<Patterns for Logging Diagnostic Messages>的书中提出的嵌套诊断环境的机制.这种机制的提出,主要为了减少多线程的系统为每个客户单独记录日志的系统开销.在过去,区分两个客户的日志输出的常用方法是单独为每个客户机实例化新类别,但该方法会增加类别数量,并增加日志记录的管理开销.Neil Harrison 提出的方法就是把用户的上下文信息放到嵌套式诊…
转载:http://blog.chinaunix.net/uid-24148050-id-132863.html 1. 简介 The MDIO interface is a simple, two-wire, serial interface to connect a management entity and a managed PHY for the purposes of controlling the PHY and gathering status from the PHY. Th…