Tag Archives: Review

Process or Thread in Linux? Which and When–

For some programs that benefit from concurrency, the decision whether to use processes or threads can be difficult. Here are some guidelines to help you decide which concurrency model best suits your program: · All threads in a program must … Continue reading

Share
Posted in Linux Tricks, Reviews | Tagged , , , , , | 207 Comments