User Profile

Collapse

Profile Sidebar

Collapse
louche
louche
Last Activity: May 12 '10, 01:40 AM
Joined: Apr 22 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • louche
    replied to DataSet.Copy is very slowly
    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?
    See more | Go to post

    Leave a comment:


  • louche
    replied to DataSet.Copy is very slowly
    My question is Why the DataSet.copy is so slowly? How to impove the speed of DataSet.copy() in my application.
    See more | Go to post

    Leave a comment:


  • louche
    started a topic DataSet.Copy is very slowly

    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.

    ...
    See more | Go to post
    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
Working...