Linux scheduler, overscheduling performance, threads

Bill Huey billh en burn.ucsd.edu
Dom Ene 23 08:58:55 CST 2000


> And what happens when someone comes along with a performance issue. Do you
> try and cope with excessive threads, 20Mb of kernel overhead, trashed
> caches or do you put your thinking hat on. In java you have very poor AIO
> facilities which doesnt help (I believe the newest java stuff fixes this ?)

> Alan

The IO classes are the weakest part of Java and are largely a joke since it's
excessively constrained to a very strict OOP model. This has the tendency to
over constrain programming concepts to an oversimplicistic view of IO, therefore
crippling Java in this area.

This might be helpful:

http://java.sun.com/aboutJava/communityprocess/jsr/jsr_051_ioapis.html

I might be incorrect since I don't track Java any more, but they are just
moving to a select()/poll() IO model now, which is fairly pathetic IMO.

Java in general is an under appreciate technology for it's OOP cleanliness
and modularity, but horribly incomplete in many areas.

bill


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



Más información sobre la lista de distribución Ayuda