Tagged Questions

OmniThreadLibrary is a Delphi library meant to ease threading.

learn more… | top users | synonyms

15
votes
1answer
321 views

OmniThreadLibrary Overview

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 associated ...
10
votes
5answers
291 views

How to implement thread which periodically checks something using minimal resources?

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 ...
5
votes
4answers
178 views

Multithreaded WinHttp downloads

I am creating a Delphi application to download files from the Internet and if the server supports range requesting it will be multi threaded. The progress is also relayed back to the GUI. The current ...
3
votes
0answers
119 views

Using DataSet returned by a datasnap ServerMethod in a thread?

I am calling a servermethod from within a thread using Omnithreadlibrary, the data is returned succesfully, but I have troubles using the data returned, everything i've tried goes with AccessViolation ...
3
votes
1answer
129 views

IOmniWorker: Where goes the function to execute within the Task?

I am creating an OmniWorker-Task to do some data processing. So far, the Task is able to receive and send messages from/to other tasks. Now I need to implement the main function for this task. This ...
3
votes
2answers
321 views

How to access thread variable using OmniThreadLibrary?

This seems to be an easy task, I just don't know which way to start using OmniThreadLibrary: I create a Task that does some processing in the background. The results are stored in fields of the task ...
2
votes
1answer
195 views

Is it possible to send messages between Tasks (OmniThreadLibrary)?

My app will have several tasks for various actions. All tasks are created in FormCreate and terminated in FormDestroy, they are always running as long as the app is running. The main thread's only ...
1
vote
0answers
74 views

How to empty OmniThreadLibrary ThreadPool Queue?

I just discovered OmniThreadLibrary & started playing with it. I'm trying to launch, say, no more than 20 tasks max and send the rest of the tasks to queue. I modified the OmniThreadLibrary's ...
1
vote
3answers
421 views

Memory Leak using VirtualTreeview and OTL

I had created a small multi threaded application and I am trying to convert it to use OmniThreadLibrary. I am using the Virtualtreeview to display a log and the status/results. The Vst Log only has ...
0
votes
3answers
175 views

Which is better for this project, procedural or object oriented? [closed]

I've been working through many trial/error versions of an image loading/caching system. Being Delphi, I've always been comfortable with Object Oriented Programming. But since I've started implementing ...
0
votes
0answers
102 views

Customizing Omnigroup Text Editor

I want to customize the Omnigroup Text-Editor so that I can add Links and Bullet Points, the library is huge and complicated, so what should I do ? which part of the code should I edit ?
0
votes
0answers
105 views

OmniGroup text editor

When I try to follow the read me and build the frameworks in the console it crashes (freez) , then I Just open the OmniGroup text editor in Xcode (without checking it out) then build it and I get 17 ...
0
votes
0answers
106 views

Omni omniNames.exe build problem on Win 64

I am building omni on WIndows 64 and able to build the dlls and libs. But getting error in omninames.exe make[3]: Entering directory ...