[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
Threads
I hope to be able to shed a little light on threads in a windows environment
Threads can simplify programming enormously, they can also speed up your application, prevent sluggish interfaces and are generally really wonderful
Maybe you don't realise it but if you have written an application for windows you have already created a threaded program. But with only one thread.
Its not hard to add more.
But for the beginner and hardcore programmer alike it can be fraught with danger at every turn!
This does not mean you should avoid threads, just be cautious and be aware of the errors that can occur.
Table of contents
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
Threads
= Threads =
=== Easy in concept but sometimes hard to get a grip on. ===
I hope to be able to shed a little light on threads in a windows environment
Threads can simplify programming enormously, they can also speed up your application, prevent sluggish interfaces and are generally really wonderful
Maybe you don't realise it but if you have written an application for windows you have already created a threaded program. But with only one thread.
Its not hard to add more.
But for the beginner and hardcore programmer alike it can be fraught with danger at every turn!
This does not mean you should avoid threads, just be cautious and be aware of the errors that can occur.
Table of contents
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
