omnithreadlibrary Questions
1
Solved
I have a dll and a test application written in Delphi. The test application uses multiple threads to call the function exported by the dll. The exported function has a trivial thread safe implement...
Ormolu asked 19/3, 2018 at 8:47
0
i have the current scenario, im using omnithreadlibrary for some generic background work like this:
TMethod = procedure of object;
TThreadExecuter = class;
IPresentationAnimation = interface
['...
Ulmer asked 6/2, 2015 at 19:0
2
Solved
In our Delphi XE4 application we are using an OmniThreadPool with MaxExecuting=4 to improve the efficiency of a certain calculation. Unfortunately we are having trouble with intermittent access vio...
Radiogram asked 28/5, 2014 at 9:1
0
Are there any alternatives to OmniThread under iOS/Android/OSX?
It does not need to be as complete as OmniThread, I just need to be able to have thread pools and TFuture<> classes.
Thank...
Plovdiv asked 2/1, 2014 at 22:37
1
Solved
I have a main form with a progress indicator on it.
In the datamodule I've ten datasets, each of them has an OnBeforeOpen event defined.
I would like to show through the progress bar in the main f...
Iy asked 3/4, 2013 at 8:54
1
Solved
I need to port an application (written in XE2) to Mac.
My application is split into a simple UI executable (single-threaded) and an invisible engine (which heavily relies on OmniThreadLibrary 3.02...
Punkah asked 13/1, 2013 at 12:7
2
Solved
What I want to do:
I have a few objects in a genric list. I want to capture each of this object in anonymous method and execute this method as a separate OTL Task.
This is a simplified example:
...
Ilailaire asked 12/11, 2012 at 18:1
5
Solved
I would like to have a thread running in background which will check connection to some server with given time interval. For example for every 5 seconds.
I don't know if there is a good "desing pa...
Hanni asked 7/12, 2011 at 8:22
2
Solved
Is there a place where there is an introductory overview of the OmniThreadLibray for Delphi?
I have the current code installed in Delphi XE. The examples work. I've been looking over the associate...
Tucky asked 13/7, 2011 at 13:32
4
I am looking for a Threading framework to use in my Delphi application.
Currently I am evaluating ‘OmniThreadLibrary’ - so far it looks good and does everything I need.
Is there any other ‘...
Stapleton asked 22/3, 2009 at 7:7
1
© 2022 - 2024 — McMap. All rights reserved.