The Application of Data Storing and Querying with Multiple Threads in Delphi

Hecheng Li
2002-01-01
Abstract:The programming with multiple threads in Delphi is one of the most widely used technologies. And it is also a good solution to deal with the synchronic problems and multiple tasks. This paper introduces a way to query and store the data with multiple threads.
What problem does this paper attempt to address?