<br>I am writing an app involving 2 threads, and a timer loop in the UI.<br><br>The first thread monitors network events, logs them into a database, appends them to a list.<br><br>The second thread monitors the list, checks the events and updates a data structure, which is used by a timer loop in the main application to update the UI.<br>
<br>What are the issues involved in making sure that the 2 threads don't conflicted over access to the list?<br>This is my first foray into using threads that share memory structures.<br><br clear="all"><br>-- <br>Frank Church<br>
<br>=======================<br><a href="http://devblog.brahmancreations.com">http://devblog.brahmancreations.com</a><br>