Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.programming.threads > #1166
| From | "aminer" <aminer@videotron.ca> |
|---|---|
| Newsgroups | comp.programming.threads, comp.programming |
| Subject | Re: Threadpool 1.4 and threadpool with priority 1.3 |
| Date | 2012-10-03 10:56 -0500 |
| Organization | A noiseless patient Spider |
| Message-ID | <k4hjnr$ohg$1@dont-email.me> (permalink) |
| References | <k4cp73$qtn$1@dont-email.me> |
Cross-posted to 2 groups.
Hello, I have updated my Threapool engine, now you have to initialize the parameter index of the exec() method to high(long) once before calling exec() so that index number 0 will be used. You can download threadpool and threadpool with priority from: http://pages.videotron.com/aminer/ Amine Moulay Ramdane. "aminer" <aminer@videotron.ca> wrote in message news:k4cp73$qtn$1@dont-email.me... > Hello, > > Threadpool and Threadpool with priiority was updated , > now the i have added an Exec() method that is scalable, > and i have let the Execute() method that is not scalable. > > The interface of the new Exec() method is: > > function Exec(func:TMyProc;const Context: Pointer;var index:long): > Boolean; > > > And don't forget to initialize once the index to 0 before calling > Exec(). > > > You can download them from: > > http://pages.videotron.com/aminer/ > > > > Thank you, > Amine Moulay Ramdane. > >
Back to comp.programming.threads | Previous | Next — Previous in thread | Find similar
Threadpool 1.4 and threadpool with priority 1.3 "aminer" <aminer@videotron.ca> - 2012-10-01 14:59 -0500 Re: Threadpool 1.4 and threadpool with priority 1.3 "aminer" <aminer@videotron.ca> - 2012-10-01 15:09 -0500 Re: Threadpool 1.4 and threadpool with priority 1.3 "aminer" <aminer@videotron.ca> - 2012-10-03 10:56 -0500
csiph-web