programming question
Posted: Thu Dec 21, 2006 6:09 am
Scott, a little question:
Is it legal to put a new property change request to the queue while a current call of the devices' run-function is not yet finished? (reentrant problems)
In my application, the run-function triggers a separate thread with an event and the separate thread calls subsequently a few changerequests. This could happen before the end of the origininal run-function-call has been finished.
I guess thats the reason I've got some trouble. Maybe I have to think about any synch between the threads.
thanx peter
Is it legal to put a new property change request to the queue while a current call of the devices' run-function is not yet finished? (reentrant problems)
In my application, the run-function triggers a separate thread with an event and the separate thread calls subsequently a few changerequests. This could happen before the end of the origininal run-function-call has been finished.
I guess thats the reason I've got some trouble. Maybe I have to think about any synch between the threads.
thanx peter