Performance - Using .Net and COM(itaibh.blogspot.com)

submitted by flyingkickflyingkick(331) 3 months, 19 days ago

Yesterday I was given a task to help improve the performance of a feature. I was told that the feature was written in a very straight forward way, nearly no optimizations taken. The problem was that it took several minutes (yes, minutes) to run, rather than a few seconds or better than that.

1 comment |category: |Views: 3

tags: another

new Add a live kick counter to your blog >> liveImage

You can even customize the image by choosing your own colors, and then clicking the button below to update the preview and the html code:

  • "Kick It" text
  • "Kick It" background
  • kick count text
  • kick count background
  • border

Simply copy and paste this HTML into your blog post.


Users who kicked this story:
Comments:

posted by dpetersondpeterson(4397) 3 months, 18 days ago 0

Instantiating anything in a tight loop is generally bad for performance. Is that what was happening here? COM objects were being created and destroyed in a tight loop?

Reply

information Login or create an account to comment on this story