[V4RB2] 2.0.4fc5 crash - more info

Ruslan Zasukhin sunshine at public.kherson.ua
Sun Jun 12 00:32:43 CDT 2005


On 6/11/05 5:18 PM, "Kem Tekinay" <ktekinay at mactechnologies.com> wrote:

>> Kem,
>> 
>> Can you explain me, how you are able Add and Sort in the same time without
>> threads??
> 
> Take a look at the project I sent to you. The records are being added in one
> timer and the sorting is taking place in another timer. Timers are NOT
> threads; their code runs sequentially, not concurrently. That's what makes
> this bug so strange.
> 
> In other words, it is NOT that the records are being sorted WHILE more
> records are added, it is that the records are being sorted IMMEDIATELY AFTER
> more records are added, and records are being added rapidly.
> 
> It's all in the project I sent to you. Did you get it?

So timers,

But this are thread sin background.
They act as 2 independent works that concur for database access,

To solve problem you need to use single global sempahore or RB.
    

-- 
Best regards,

Ruslan Zasukhin
VP Engineering and New Technology
Paradigma Software, Inc

Valentina - Joining Worlds of Information
http://www.paradigmasoft.com

[I feel the need: the need for speed]




More information about the Valentina-beta mailing list