Re: AMIGA will use Linux, but Linux has several

Marty Leisner (leisner@rochester.rr.com)
Sun, 11 Jul 1999 19:10:45 -0400


> Simply put, Unix programs rarly are written with threads. They should be.
>
> --

I'm thankful they're not. It is very difficult to debug threaded programs.

Threads are not a panacea. It is often a kitchen-sink mentality for
programming
(we have a feature, let's use it). Most threaded programs can effectively
be non-threaded if you think hard about the problem. And then they become
much simpler to debug and understand.

Most programs in the real world are quite poor...threads just make
it harder to debug...

Marty Leisner

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/