Open GoogleCodeExporter opened 8 years ago
1. Yes, it is by desing. For each group created a thread to update values of
items. See GroupManager::updateGroups() (line 193 in frl_opc_group_manager.cpp):
<i>gr.create_thread( boost::bind( &Group::onUpdateTimer, it->second.get() )
);</i>
2. You setted updateRate == 100ms for group of tags? Sorry, but I do not see
increase of memory usage. May be a problems in the code that retrieves data
from the
hardware device. Can you give an example of usage?
Original comment by serg.bab...@gmail.com
on 11 Feb 2010 at 9:07
Original issue reported on code.google.com by
SMultiMe...@gmail.com
on 11 Feb 2010 at 7:21