| |
| | Softpanorama Java Bulletin, 2004 |
 | | Programs are still taking a long time to start, even on a beefy machine, but to be fair, I've seen some long startup times on some C++ programs as well. |
 | | In UNIX, a program is usually a tiny little thing which passes its output to other tiny little things, creating a network of programs controlled by a lightweight master program. |
 | | Because the program is doing all of the work and all of the flow control, it doesn't matter if the thing starts or stops quickly, doesn't matter if it uses a lot of memory, because you're not going to be using that memory for a whole lot else. |
| www.softpanorama.org /Lang/Javarama/Bulletin/java2004.shtml (15909 words) |
|