New library PowerPar for parallel programming
Posted: Tue Feb 18, 2025 3:57 am
Hi,
I developed a new PowerPar library for parallel (concurrent) application development, with the following features:
- Multi-processor-threading - Execute multiple processes (UDFs) on multiple logical processors in parallel. Each process is executed in its own thread.
- Process synchronization - Create events, mutexes, semaphores and timers.
- Process communication - Create slots and pipes.
You can download documentation of PowerPar library on this link:
https://www.sd-softdesign.com/download.htm.
I developed a new PowerPar library for parallel (concurrent) application development, with the following features:
- Multi-processor-threading - Execute multiple processes (UDFs) on multiple logical processors in parallel. Each process is executed in its own thread.
- Process synchronization - Create events, mutexes, semaphores and timers.
- Process communication - Create slots and pipes.
You can download documentation of PowerPar library on this link:
https://www.sd-softdesign.com/download.htm.