realtime design

Dennis Lee Bieber wlfraed at ix.netcom.com
Tue Oct 15 20:38:19 EDT 2002


Greg Ewing fed this fish to the penguins on Tuesday 15 October 2002 
03:21 pm:

> 
> In that case, just don't do anything intensive in C!
> Keep it all in pure Python.
> 
        As my last listing demonstrated -- where I very crudely replaced the 
** math with a loop using *; each multiply being short enough to let 
the Python thread swapping to activate in time to catch the time-out 
(but it did leave the work thread crunching for another 30 minutes <G>).

-- 
--  
 > ============================================================== <
 >   wlfraed at ix.netcom.com  | Wulfraed  Dennis Lee Bieber  KD6MOG <
 >      wulfraed at dm.net     |       Bestiaria Support Staff       <
 > ============================================================== <
 >        Bestiaria Home Page: http://www.beastie.dm.net/         <
 >            Home Page: http://www.dm.net/~wulfraed/             <



More information about the Python-list mailing list