New library PowerPar for parallel programming

Announcements about new features or events.
Post Reply
Message
Author
User avatar
SlavkoDam
Posts: 123
Joined: Wed Apr 27, 2022 10:12 am
Location: Negotin, Serbia
Contact:

New library PowerPar for parallel programming

#1 Post by SlavkoDam »

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.
Best regards,

Slavoljub Damnjanovic
SD-SoftDesign, Alaska Software Technology Partner
https://www.sd-softdesign.com
https://www.sd-softdesign.rs

Post Reply