Martin van Beilen writes:

 > Working from a single thread is obviously the easiest solution,
 > where possible. However, in the case of our property system,
 > potentially any part of the code may want to access those
 > properties. We'd have to assign one thread as the property
 > manager, and do all property access via the/an inter-thread
 > messaging system. Not very nice, IMHO.

I think it would be better for the main thread to read the information
from the property manager and then pass it to an object that the other
thread can access.


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