On Fri, Aug 11, 2006, Luis P Caamano wrote:
>
> That's how I feel too Josiah.  In some ways, it's the same as writing
> device drivers in a pre-emptable kernel.  You can get interrupted and
> pre-empted by the hardware at any freaking time in any piece of code
> and your memory might go away so you better pin it and deal with the
> interrupts.  Forget about that and you end up with a nice kernel
> panic.  Still, we have all kinds of device drivers on SMP,
> pre-emptable kernels.  It can be done.

But Python is not the language/platform to do it.

(Yeah, someone else said that already, but I think it needs emphasis.)
-- 
Aahz ([EMAIL PROTECTED])           <*>         http://www.pythoncraft.com/

"Debugging is twice as hard as writing the code in the first place.
Therefore, if you write the code as cleverly as possible, you are, by
definition, not smart enough to debug it."  --Brian W. Kernighan
_______________________________________________
Python-3000 mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe: 
http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com

Reply via email to