The question is not solved yet. Now some times the time exhausted on DataSet.copy() exceeds 4 minutes. The normal time exhausted is 20 seconds.
does anyone have any hints?
User Profile
Collapse
-
My question is Why the DataSet.copy is so slowly? How to impove the speed of DataSet.copy() in my application.Leave a comment:
-
DataSet.Copy is very slowly
A dataSet(global variable) is shared between two serial threads. one thread change the dataset, and the other thread save the dataSet to DB2. In the later thread, one action is copy the shared dataset( use the DataSet.Copy()) . After the previous thread run once. the later thread is very slowly. the time used on the copy action is about 22 seconds. But if the previous thread stoped, the time exhausted on copy action is 5 seconds.
...Last edited by tlhintoq; Apr 22 '10, 03:28 PM. Reason: [CODE] ...Your code goes between code tags [/CODE]
No activity results to display
Show More
Leave a comment: