On Tue, 16 Sep 2008, Pritpal Bedi wrote:

Hi Pritpal,

> Here are two functions in Xbase++ which amply
> demonstrate the functionality of ZERO space where 
> two threads can share a common WA.

Many thanks for the documentation.
I was thinking about exactly the same mechanism when
I was writing about moving WA from one thread to other.
Just simply some solutions are natural.
It's used instead of shared WA which have to be synced
by user. Moving WA pointer gives automatic synchronization
for grouped operations without risk that user mistake
will break internal RDD/WA structures.
To not reinvent the wheel I'll implement exactly the
same functionality as was documented.
BTW with two simple helper C functions it can be
implement even at .prg level.

best regards,
Przemek
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to