Monthly Archives: June 2015

PThreads: An Introduction for Windows Programmers

Historical Note The first versions of UNIX had no concept of threads. Processes could be forked as shown in the example below: Both the parent and the forked child process continue from the point fork is called. The return value … Continue reading

Posted in Concurrent Programming, Linux, Software Engineering, Uncategorized | Leave a comment