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!
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!