How to write safer concurrency code - http://www.artima.com/forums/flat.jsp?forum=276&thread=178345 reentrant and thread safe functions - http://kevinrodrigues.com/blog/2009/12/31/reentrant-and-thread-safe-functions/ Libraries / toolkits for multicore process - http://www.ddj.com/go-parallel/article/printableArticle.jhtml?articleID=212900103 Introduction - http://www.ddj.com/go-parallel/article/showArticle.jhtml;jsessionid=PKZKDJEMPKMPQQSNDLRSKHSCJUNN2JVN?articleID=212903586 http://www.ddj.com/go-parallel/article/showArticle.jhtml;jsessionid=W1QG30JS2EVRCQSNDLRSKHSCJUNN2JVN?articleID=213001517 Collections of links - http://dobbscodetalk.com/index.php?option=com_myblog&show=Go-Parallel-Or-Get-Left-Behind.html&Itemid=29 Briefing of difference modeling of threading system - http://www.ddj.com/go-parallel/article/printableArticle.jhtml?articleID=215900465 http://software.intel.com/en-us/articles/hot-and-safe-a-beginners-guide-to-multithreaded-libraries/ http://natishalom.typepad.com/nati_shaloms_blog/2010/08/concurrency-101.html