MIT6.824 第二课——线程的概念以及分布式并发爬虫
Today: Threads and RPC in Go, with an eye towards the labs今天:线程和RPC,着眼于实验室Why Go? good support for threads convenient RPC type safe garbage-collected (no use after freeing problems) threads + GC is particularly attractive! relatively s.