This is the Linux app named ulttiny whose latest release can be downloaded as libulttiny-1.1.0.tar.gz. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named ulttiny with OnWorks for free.
Follow these instructions in order to run this app:
- 1. Downloaded this application in your PC.
- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 3. Upload this application in such filemanager.
- 4. Start the OnWorks Linux online or Windows online emulator or MACOS online emulator from this website.
- 5. From the OnWorks Linux OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 6. Download the application, install it and run it.
ulttiny
DESCRIPTION:
The ulttiny library is small, easy to use and very fast. It's optimized especially for scenarios where tasks and task groups are dynamically and concurrently created on the fly.
Features
- User level threads (tasks) are executed in RtC mode (run to completion), no stack or context switching
- Dedicated mutex and barrier objects, which allow to synchronize tasks without blocking worker threads
- Distributed task scheduler with very low overhead
- Error handling and worker threads management is based on libcxc, so tasks can throw and catch exceptions
- Configurable CPU affinity - allows to run multiple ulttiny instances, each of which can use different set of CPU cores
- Blocking and non-blocking operating modes: i.e. the tasks can be processed in "background", without blocking main application thread or the main thread can be used as a worker thread (a blocking operation).
- All worker threads can be stopped at any time by issuing Stop_Request or Stop_Now command
Programming Language
C
Categories
This is an application that can also be fetched from https://sourceforge.net/projects/ulttiny/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.