Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


In winform my controls [taskbar and progressbar] become
inactive when heavy processing is going in background, how
to avoid this via multithreading



In winform my controls [taskbar and progressbar] become inactive when heavy processing is going in ..

Answer / brian dixon

Luckily most machines nowadays have multi-core processors or
multiple processors. If the machine in question has only a
single-core processor and nothing else, then there is no
good answer. If the machine is 'modern' and had dual- or
more processors (or cores), then the answer is that your
heavy processing is best forked off into a separate thread
while the GUI is maintained by the first thread. This
allows one processor to maintain good latency in processing
the GUI (and its controls) while the other processor(s) do
the processing. End of story.

Is This Answer Correct ?    12 Yes 5 No

Post New Answer

More OOAD Interview Questions

Who is an Actor?

5 Answers   TCS,


What is static and dynamic Binding?

0 Answers  


Difference: Activity Diagram and Sequence Diagram

4 Answers   Protech,


What are abstract functions? Why are they used?

0 Answers  


Why does java not support multiple inheritance?

0 Answers  


Why abstraction is important?

0 Answers  


What do you mean by abstract class?

0 Answers   Atos Origin, TCS,


Why is C not an OOP language?

0 Answers   Agilent, Integreon, ZS Associates,


Why use oops?

0 Answers  


Explain static binding

0 Answers  


Differentiate between data abstraction and encapsulation.

0 Answers  


Why dynamic loading is used in object-oriented programming?

0 Answers  


Categories