Hi all,

Not sure if this was already covered in this thread so I will mention it just in case...

IMO, work areas need to support both per thread and cross thread capability, on a per work area basis.

For example, you may have one workarea that needs to be thread-specific while another can be
shared across all threads - Similar to PUBLIC versus LOCAL variables.

I could see the PRG syntax looking something like this:

use MYTABLE.DBF new shared threadsafe  // Current thread only

use MYTABLE.DBF new shared  // Can be accessed by all threads

Regards,
Randy.


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

Reply via email to