03-23-2012 09:51 AM
Active Objects can make use of DVR but are not in themselves native to LV and was not concidered when LVOOP was released. SInce then the community has been trying to develop a standard that I think they are calling a "Worker Pool".
I could not wait for the community so I just wrote my own using Queues since DVRs were not available back then.
Ben
03-23-2012 10:37 AM
DVRs cannot be named. You can, however, get the same functionality with a named single-element queue. However, such an object is essentially a global. I prefer to control my data more tightly than that.