Threads Threads make it possible to execute multiple pieces of code in parallel, which means either utilizing multiple processors or having the operating system schedule execution time for the threads sequentially on one processor. In contrast to multiprocessing (forking) where multiple separated processes are started, all threads run in a single process and have access [...]
Continue reading...13. October 2010
An interesting post about the private torrent tracker what.cd surfaced on HN today, portraying the attempts and final success of creating a highly scalable torrent tracker software. It’s an interesting read in particular because of the honesty of their development process and the description of multiple attempts to write a tracker from scratch in C. [...]
Continue reading...
13. October 2010
2 Comments