Open-source C application with process-based parallelism, shared-memory IPC

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • evem
    New Member
    • May 2014
    • 1

    Open-source C application with process-based parallelism, shared-memory IPC

    Hello,

    I'm developing a structural testing tool and am looking for a target application with specific parallel architecture to evaluate my tool with.

    Based on your experience with open-source projects/applications, have you come across any application that has following characteristics : written in C, uses process-based parallelism (fork()), uses shared memory for inter-process communication and semaphores for synchronization ?

    PostgreSQL seems to fit the requirements, but it has more than 1M LOC. A smaller, simpler application would be better.

    Thank you very much!
Working...