Lawrence D'Oliveiro writes:
> > However, there are situations when you need thousands of lightweight
> > threads of execution ;;;
>
> The Linux kernel has been tested running hundreds of thousands of threads.
Those are still heavyweight threads requiring context switches to
switch from one to an
On Thu, 02 Apr 2009 11:37:46 +1300, Lawrence D'Oliveiro wrote:
> In message <13298fc5-5024-4343-
> bf5a-7e271a08d...@o11g2000yql.googlegroups.com>, Michele Simionato
> wrote:
>
>> However, there are situations when you need thousands of lightweight
>> threads of execution ;;;
>
> The Linux kerne
In message <13298fc5-5024-4343-
bf5a-7e271a08d...@o11g2000yql.googlegroups.com>, Michele Simionato wrote:
> However, there are situations when you need thousands of lightweight
> threads of execution ;;;
The Linux kernel has been tested running hundreds of thousands of threads.
--
http://mail.py
On Mar 31, 10:03 pm, Terry Reedy wrote:
> At PyCon2008, David Beazley presented an excellent talk on generators.
> Generator Tricks for Systems
> Programmershttp://www.dabeaz.com/generators/index.html
>
> At PyCon2009, he followed up with another talk on more advanced
> generator usage, which Gui
this is great, thanks... we have used generators to create something
akin to a cooperative tasking environment... not to implement
multitasking, but to be able to control low level data processing
scripts. These scripts, written as generators, yield control to a
control loop which then can pause,
On Wed, 01 Apr 2009 01:03:50 -0400, Terry Reedy wrote:
> At PyCon2008, David Beazley presented an excellent talk on generators.
> Generator Tricks for Systems Programmers
> http://www.dabeaz.com/generators/index.html
>
> At PyCon2009, he followed up with another talk on more advanced
> generator
Kay Schluehr wrote:
> There is just one thing I find disappointing. Since the talk is almost
> a compendium of advanced uses of generators I'm missing a reference to
> Peter Thatchers implementation of monads:
>
> http://www.valuedlessons.com/2008/01/monads-in-python-with-nice-syntax.html
>
> Peter
On 1 Apr., 07:03, Terry Reedy wrote:
> At PyCon2008, David Beazley presented an excellent talk on generators.
> Generator Tricks for Systems
> Programmershttp://www.dabeaz.com/generators/index.html
>
> At PyCon2009, he followed up with another talk on more advanced
> generator usage, which Guido
On Apr 1, 7:57 am, Lawrence D'Oliveiro wrote:
> In message
> , Michele
>
> Simionato wrote:
> > Excellent reading for everybody wanting to understand cooperative
> > concurrency!
>
> Hey, some of us were doing "cooperative concurrency" programming old MacOS
> for years. It was generally considered
In message
, Michele
Simionato wrote:
> Excellent reading for everybody wanting to understand cooperative
> concurrency!
Hey, some of us were doing "cooperative concurrency" programming old MacOS
for years. It was generally considered a poor alternative to "true
multitasking".
--
http://mail
On Apr 1, 7:03 am, Terry Reedy wrote:
> At PyCon2008, David Beazley presented an excellent talk on generators.
> Generator Tricks for Systems
> Programmershttp://www.dabeaz.com/generators/index.html
>
> At PyCon2009, he followed up with another talk on more advanced
> generator usage, which Guido
At PyCon2008, David Beazley presented an excellent talk on generators.
Generator Tricks for Systems Programmers
http://www.dabeaz.com/generators/index.html
At PyCon2009, he followed up with another talk on more advanced
generator usage, which Guido commended on the python-ideas list:
A Curious
12 matches
Mail list logo