Someone changed my Thread Manager writeup?
- Posted by Al Getz <Xaxo at aol.com> Aug 10, 2005
- 580 views
Hello, When i posted my Thread Manager this morning the writeup i sent with it was this: Dont let the small file size fool you...this 1200 byte Thread Manager takes care of background processing allowing your app to function normally even during long operations like file saves. Start 1 or 1000 threads while the user can still click buttons and move the window around, all while the Marquee control shows there are still pending operations to be completed. When i see it posted, the writeup got changed to this: A simple technique for simulating multiple threads for his WinClass library, though it could likely be used with any GUI library. It allows your app to function normally even during long operations like file saves. Run numerous background threads while the user can still click buttons and move the window around. His demo has a Marquee control that shows there are still pending operations to be completed. Note: there is no scheduling mechanism. Just the call stack. Real O/S threads are not used. How did this get changed and who did it and why? Take care, Al And, good luck with your Euphoria programming! My bumper sticker: "I brake for LED's"