摘要:
简介Switch port Analyzer is an efficient , high performance traffic monitoring system.it duplicated network traffic to one or more monitor interfaces as it transverse the switch.SPAN is used for trouble... 阅读全文
摘要:
RabbitMQ消息队列RabbitMQ is the most widely deployed open source message broker.RabbitMQ消息队列与threading Queue及Process Queue1.threading Queue: 仅可实现在同一进程内的线程 阅读全文
摘要:
GIL-Python全局解释器锁 GIL官方说明: In CPython, the global interpreter lock, or GIL, is a mutex that prevents multiple native threads from executing Python byte 阅读全文