What are the tell-tale signs that my code needs to make use of multi-threading?
Posted
by dotnetdev
on Stack Overflow
See other posts from Stack Overflow
or by dotnetdev
Published on 2010-04-10T23:24:43Z
Indexed on
2010/04/10
23:33 UTC
Read the original article
Hit count: 208
multithreading
Hi,
I am using a third party API which performs what I would assume are expensive operations in terms of time/resources used (image recognition, etc). What tell-tale signs are there that the code under test should be made to use threads to increase performance?
I have a profiler and will be profiling the code I write which will rely on this API.
Thanks
© Stack Overflow or respective owner