@deafjackomonster aha! So basically making things run faster by using more than one thread. Now I understand, that's why it checked the ports one by one in the begining and like 5at a time at the end. right! Cheers :D
@STEVIEdaFISH The performance difference between a "linear" coded program (the first scanner) and a multi threaded program is phenomenal. For example if your doing a science simulation. Instead of it calculating it one by one, you can calculate it parallel.. that make any sense? Or take a game; instead of having all the calculation done under the main thread (like bullet drop, building destroyed etc), you chuck it to a slave thread or dump it in a thread pool and get it to calculate parallel
Where's part II? I need more on the threading...
cSharpIndonesia 2 weeks ago
@cSharpIndonesia Check my website. Video will be up in the next week or so. Been ill and alot of work :/
deafjackomonster 2 weeks ago
Hey jack, remember me? It's been awhile. Good to see you making videos again :)
Dark12313 1 month ago
@Dark12313 haha Long time no speak!!!!! Thanks :D We should really speak again
deafjackomonster 1 month ago
@deafjackomonster I have started using my msn account again, maybe you can catch me when I'm online :D
Dark12313 1 month ago
@deafjackomonster aha! So basically making things run faster by using more than one thread. Now I understand, that's why it checked the ports one by one in the begining and like 5at a time at the end. right! Cheers :D
STEVIEdaFISH 1 month ago
@STEVIEdaFISH Yer that's basicly it. Faster. It takes more code but in the long run its better.
deafjackomonster 1 month ago
@deafjackomonster Nah, keep the voice, makes it easier to understand! Although I don't understand what this can be used for??
STEVIEdaFISH 1 month ago
@STEVIEdaFISH The performance difference between a "linear" coded program (the first scanner) and a multi threaded program is phenomenal. For example if your doing a science simulation. Instead of it calculating it one by one, you can calculate it parallel.. that make any sense? Or take a game; instead of having all the calculation done under the main thread (like bullet drop, building destroyed etc), you chuck it to a slave thread or dump it in a thread pool and get it to calculate parallel
deafjackomonster 1 month ago in playlist Uploaded videos
Glad to see you back!
STEVIEdaFISH 1 month ago
@STEVIEdaFISH Cheers. The voice over worth it? Or should I go back to music and text...
deafjackomonster 1 month ago