From: Jim K. <jim...@ja...> - 2005-04-24 05:27:41
|
Brian, First, let me say that this is a very nice and GOOP implementation. It is very clever how you get the mutex/semaphore-like behavior "for free" with the "Dequeue Element" function waiting for an element to be queued. Also, how the "Preview Queue Element" function allows reading the data store (when one is not intending to write data). However, there is one behavioral difference b/w the dqGOOP and traditional semaphored data, which you might have noticed -- a call to "Get Data" will wait until a data modifying member function has written the data. Basically the "Get Data" and "Get Data to Modify" will both wait until "Set Modified Data" is called, since "Preview Queue Element" cannot return until there is an element on the queue, which will not occur while data is in the process of being modified. I don't think that this is a big deal for most (if any) applications, but it is a difference worth mentioning. Cheers, -Jim Kring > -----Original Message----- > From: ope...@li... > [mailto:ope...@li...] > On Behalf Of Brian Gangloff > Sent: Saturday, April 23, 2005 9:06 AM > To: ope...@li... > Subject: Re: dqGOOP beta > > Brian Gangloff wrote: > > > The installer ONLY installs into the default LabVIEW 7.0 > directory. > > (C:\Program Files\National Instruments\LabVIEW 7.0). > Eventually the > > installer will let you choose which LabVIEW version to > install for. I > > was testing to see if the license page could point to an html page, > > but it doesn't display so I have to fix. > > The installer will now let you choose the LabVIEW directory and the > license page is corrected. > > available at: > > http://downloads.dataact.com/dqGOOP/Setup.exe > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from > real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > OpenGToolkit-Developers mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opengtoolkit-developers > |