Martin van Beilen writes:

 > Well, that's the easy part. We can add a DELETE flag and set it
 > on all dynamic properties. I'm more worried about multithreading.
 > It may be necessary to implement a locking scheme to prevent
 > simultaneous access and deletion of a property. (Only if DELETE
 > is set, of course.)

>From my experience with Java, I think the trick with threading is
to do all write access from a single thread; otherwise, things get
amazingly ugly (personally, I'd prefer doing all read access from that
thread as well).


All the best,


David

-- 
David Megginson
[EMAIL PROTECTED]


_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Reply via email to