02-06-2012, 11:11 AM
(This post was last modified: 02-06-2012, 11:12 AM by AceInfinity.)
(02-06-2012, 10:33 AM)BreShiE Wrote: I heard that multi-threading was bad practice and can make the application buggy, or was it the opposite? I think I'm just going to stick to web development, at least for now. I'll probably do a little more looking into programming before releasing another program.
Where did you hear that?
It must have been from someone that uses CheckForIllegalCrossThreading = False, because that's definitely not true. But it is true if you use that boolean value as false. Whoever told you that had no idea what they were talking about though, and obviously doesn't do much research. It only makes the application buggy if you don't know how to use it properly. But almost ALL advanced applications out there use multi-threading. If Web browsers didn't operate on multiple threads you know how much longer you'd have to wait for a page to load?