First  |  Prev |  Next  |  Last
Pages: 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
Lockfree_mpmc was updated ...
Hello, I have been working all the night on the following problem: 'Sometimes' the producer threads of my Threadpool was hanging , and i have finally discovered what is the problem... In the push() method inside lockfree_mpmc.pas you will see that it is using a repeat until , this tight loop around... 23 Apr 2010 20:52
file conversions
I am reading ELF and win32/PE's formats. But how would I separate data from code? To make it simple would it be easy to make a file convertor from PE to ELF? I have the header information but no functions used in the creation of these files by the linker. Bill ... 23 Apr 2010 20:52
Regular Expression Search Algorithm
Regular Expression Search Algorithm Ken Thompson. Communications of the ACM, vol. 11, no. 6, pp 419--422. I'm looking for this document. Does anyone have it in pdf? ... 23 Apr 2010 20:52
About Thread Pool Engine...
Hello, Skybuck wrote about my Thread Pool Engine: [..] 1. Delete your thread pool, because it's junk. 2. Write a serious/big application that uses many threads, and simply derive from TThread to see how easy it is. also Skybuck wrote about my Thread Pool Engine: Your code seems too complex for... 23 Apr 2010 20:52
Idiotic programming style edicts
In article <6a111124-d238-4221-a9c7-2136e3575502(a)h16g2000prf.googlegroups.com>, spinoza1111(a)yahoo.com (spinoza1111) writes: On Apr 23, 8:08�am, "Jennifer Usher" <jennisu...(a)gmail.com> wrote: Yes, but most supervisors who expect lots of comments also have no sense of humor. <snip> Yes, such cre... 6 Jun 2010 00:32
Thread Pool Engine version 1.33 ...
Hello, I have been testing all the night , and i have discovered a problem, look at the following in the execute() method inside my Thread Pool Engine: -------------------------------------------------------------------------- function TThreadPool.execute(func:TMyProc;const Context: Pointer): Boolean; ... 23 Apr 2010 17:33
C/C++ while vs do/while loop question
Which one of the following case is preferred to use do-while loop rather than while loop. Case 1: when the while loop is enclosed by an 'if' statement Case 2: when a while loop is nested inside another while loop Case 3: when there is a duplicate 'if' statement before and after the while loop Case 4: when there... 26 Apr 2010 18:20
Synch module version 1.0 ...
Hello, Synch module version 1.0 Description: Synch module supports Windows,Mac OSX, Linux and Unix... and the following have been added to the Synch module: TCriticalSection,TMutex,TSimpleEvent,TSemaphore,TMultiReadExclusiveWrite. Note: With TMultiReadExclusiveWrite you can give preference to ... 23 Apr 2010 17:32
Parallel Compression version 1.21 ..
Hello, I have updated my parallel compression library to version 1.21 , in the GzipCompress() i have done something like this: ------------------------------- 1 - if count_compress = Tjob(obj).index 2- then 3- begin 4- 5- bzip.compressStream(Tjob(obj).stream,local_stream); 6- local_... 20 Apr 2010 22:59
Analysing parallel applications with Petri Nets
Hello, I wrote a small article here: http://pages.videotron.com/aminer/PetriNet/formal.htm Sincerely, Amine Moulay Ramadne. ... 20 Apr 2010 15:52
First  |  Prev |  Next  |  Last
Pages: 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23