i have started treading in c and also python recently and would like to know any good tutorials available for it
+1
A:
C - Recommended Books
Windows: Hart, Johnson M. - Windows System Programming (3rd Edition)
Python - Online
Matthew Murdoch
2009-05-18 10:35:53
+1 for Programming with POSIX threads. Also there is a good one by O'Reilly ... Pthreads Programming (Nichols, Buttlar, Farrell)
Aiden Bell
2009-05-18 10:43:53
A:
You could write the threading yourself, it could be hard but doing that, you will learn more about threading.
Or you could use a preexisting threading library. It will let you implement threading faster in your application, but you may not learn as much as to what goes on "under the hood".
From your question, I cant see which path you want to take. For the latter, I suggest boosts threading library. The other answers hold great links if you prefer the former path.
Good luck. :)
mizipzor
2009-05-18 10:47:48
A:
I have found Interprocess Communications in Linux: The Nooks and Crannies to be extremely useful for IPC (and threading) in C.
rascher
2009-05-18 16:47:18