|
-
Jul 5th, 2004, 07:20 AM
#1
Thread Starter
Hyperactive Member
Async Delegates VS. Threading ..
For executing asynchronous process, for instance fetching and loading data from database for controls like Combobox, Grid and stuff .. Is it better to use Asynchronous Delegates or use MultiThreading. What is the real difference between these two anyway ?
-
Jul 5th, 2004, 01:00 PM
#2
yay gay
Threading gives you more power and flexibility than using async delegates. At least that's what I think..
With Async delegates you can't for example do thread pooling
\m/  \m/
-
Jul 5th, 2004, 01:29 PM
#3
Fanatic Member
If your going the async route - make sure you have a callback defined so you can clean up - there was a known memory leak if you didn't in 2002 - not sure if it was fixed in 2003...
-
Jul 5th, 2004, 03:12 PM
#4
Thread Starter
Hyperactive Member
I am doing everything, I even defined callback functions. I am getting crazy errors .. can anybody help me with this ?
Check this thread out please.
http://www.vbforums.com/showthread.p...hreadid=296212
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|