
Dailydave mailing list archives
Re: Asynchronous
From: Hatta <tmdhat () gmail com>
Date: Thu, 6 Oct 2011 18:54:02 -0300
On Wed, Oct 5, 2011 at 1:38 PM, Dave Aitel <dave () immunityinc com> wrote:
So while I'm in the process of running a large asynchronous event-driven product in a VM in another window, it's a good time to read all sorts of things about asynchronous programming. Frankly, I'm not a huge fan of it, but Chris is, and he's a better programmer than me, so we'll leave it at that. Largely, I think people are fans of Async because most languages and kernels are terrible at threads. Python, for example, does not have threads. "No worky worky", as we say around here.
It's not really assertive to say "python does not have threads" It's just that threads does not work as we expected in CPython specially (but not only) because of the Global Interpreter Lock. whatver... I believe we're moving towards the massive use of threads in a near future because processors are likely to grow in cores not in speed. with many cores many threads become reasonable. I'm pretty sure many will disagree --- that's the fun part of discussion after all. -- Hatta _______________________________________________ Dailydave mailing list Dailydave () lists immunityinc com https://lists.immunityinc.com/mailman/listinfo/dailydave
Current thread:
- Asynchronous Dave Aitel (Oct 05)
- Re: Asynchronous Thomas Ptacek (Oct 05)
- Re: Asynchronous Isaac Dawson (Oct 05)
- Re: Asynchronous Meta (Oct 06)
- Re: Asynchronous Hatta (Oct 06)
- Re: Asynchronous Kyle Creyts (Oct 07)
- Re: Asynchronous Adam Crosby (Oct 08)
- Re: Asynchronous Ben Nagy (Oct 07)
- Re: Asynchronous Dominique Brezinski (Oct 08)
- Re: Asynchronous Kyle Creyts (Oct 07)
- Re: Asynchronous Sebastian Krahmer (Oct 07)
- Re: Asynchronous Robert Graham (Oct 10)
- Re: Asynchronous greg hoglund (Oct 30)