Re: [Engine-devel] AsyncTaskManager and the irsbroker

2012-10-24 Thread Yair Zaslavsky
vel" > Sent: Tuesday, September 11, 2012 7:27:34 PM > Subject: [Engine-devel] AsyncTaskManager and the irsbroker > > hi, > > I have just noticed that AsyncTaskManager is > - almost all of the public methods are synchronized > - and it is singleton > - calling to V

[Engine-devel] AsyncTaskManager and the irsbroker

2012-09-11 Thread Laszlo Hornyak
hi, I have just noticed that AsyncTaskManager is - almost all of the public methods are synchronized - and it is singleton - calling to VDS operations (line 291) Therefore this may be a performance bottleneck. Even when you want to create an asynchronous task or query a task's state, you may hav