Prev: Hello
Next: the ball needs a kick...
From: Grant Edwards on 12 Jul 2010 10:19 On 2010-07-09, Les Schaffer <schaffer(a)optonline.net> wrote: > i have been asked to guarantee that a proposed Python application will > run continuously under MS Windows for two months time. And i am looking ^^^^^^^^^^ IMO, that's going to be your main problem. -- Grant Edwards grant.b.edwards Yow! PIZZA!! at gmail.com
From: John Nagle on 12 Jul 2010 13:16 On 7/12/2010 7:19 AM, Grant Edwards wrote: > On 2010-07-09, Les Schaffer<schaffer(a)optonline.net> wrote: > >> i have been asked to guarantee that a proposed Python application will >> run continuously under MS Windows for two months time. And i am looking > ^^^^^^^^^^ > > IMO, that's going to be your main problem. If you're doing a real-time job, run a real-time OS. QNX, a real-time variant of Linux, Windows CE, Windows Embedded, LynxOS, etc. There's too much background junk going on in a consumer OS today. Yesterday, I was running a CNC plasma cutter that's controlled by Windows XP. This is a machine that moves around a plasma torch that cuts thick steel plate. A "New Java update is available" window popped up while I was working. Not good. John Nagle
From: CM on 12 Jul 2010 14:54 On Jul 12, 1:16 pm, John Nagle <na...(a)animats.com> wrote: > On 7/12/2010 7:19 AM, Grant Edwards wrote: > > > On 2010-07-09, Les Schaffer<schaf...(a)optonline.net> wrote: > > >> i have been asked to guarantee that a proposed Python application will > >> run continuously under MS Windows for two months time. And i am looking > > ^^^^^^^^^^ > > > IMO, that's going to be your main problem. > > If you're doing a real-time job, run a real-time OS. QNX, > a real-time variant of Linux, Windows CE, Windows Embedded, LynxOS, > etc. There's too much background junk going on in a consumer OS > today. > > Yesterday, I was running a CNC plasma cutter that's controlled > by Windows XP. This is a machine that moves around a plasma torch that > cuts thick steel plate. A "New Java update is available" window > popped up while I was working. Not good. > > John Nagle I'm not sure I can like that example any better.
From: John Bokma on 12 Jul 2010 16:27 John Nagle <nagle(a)animats.com> writes: > Yesterday, I was running a CNC plasma cutter that's controlled > by Windows XP. This is a machine that moves around a plasma torch that > cuts thick steel plate. A "New Java update is available" window > popped up while I was working. Not good. You can blame that one on Sun (or Oracle nowadays). Good example though. -- John Bokma j3b Hacking & Hiking in Mexico - http://johnbokma.com/ http://castleamber.com/ - Perl & Python Development
From: Tim Chase on 12 Jul 2010 18:01
On 07/12/2010 12:16 PM, John Nagle wrote: > On 7/12/2010 7:19 AM, Grant Edwards wrote: >> On 2010-07-09, Les Schaffer<schaffer(a)optonline.net> wrote: >> >>> i have been asked to guarantee that a proposed Python application will >>> run continuously under MS Windows for two months time. And i am looking >> ^^^^^^^^^^ >> >> IMO, that's going to be your main problem. > > Yesterday, I was running a CNC plasma cutter that's controlled > by Windows XP. This is a machine that moves around a plasma torch that > cuts thick steel plate. A "New Java update is available" window > popped up while I was working. Not good. <Clippy> Hi, it looks like you're attempting to cut something with a plasma torch. Would you like help? (_) inserting a steel plate to cut (_) severing the tip of your finger [ ] Don't show me this tip again. -tkc |