background preloader

Experis

Facebook Twitter

POSIX Threads Programming. Table of Contents In shared memory multiprocessor architectures, threads can be used to implement parallelism.

POSIX Threads Programming

Historically, hardware vendors have implemented their own proprietary versions of threads, making portability a concern for software developers. For UNIX systems, a standardized C language threads programming interface has been specified by the IEEE POSIX 1003.1c standard. Implementations that adhere to this standard are referred to as POSIX threads, or Pthreads. Design Patterns – Part 1. Learn how to design more robust and maintainable code by incorporating design patterns into your software projects.

Design Patterns – Part 1

Introduction Learning anything new often requires a little motivation. The premise of design patterns is simple – effective solutions to common design problems. Design pattern in simple examples.

Compilation Model

Interview. WxWorks. Communication.