Objective Grid : PART II Programmer’s Guide : Chapter 15 Advanced Concepts : Multithreaded Applications
Multithreaded Applications
Objective Grid can be used in a multithreaded application but it cannot be updated from multiple threads. In general, all interaction with the grid has to be through the thread that created it. You can do very easily by using Windows messages and calling PostMessage() or PostThreadMessage() as appropriate. This will ensure that calls are always made from the context of the correct thread.