|
|
|
|
|
by old-gregg
6401 days ago
|
|
No caching?
http://java.sun.com/javase/6/docs/technotes/guides/jweb/othe... OSX employs its own pre-caching similar to Vista. Think for second: how many various files need to be read off your hard drive for JVM to get started. There are some tools you can use (depends on your platform) that will help you with coming up with an exact list. That's A LOT of I/O. No hard drive will give you sub-second time. |
|
If a computer starts an app in, say, about 0.2 seconds every time, it's disingenuous to keep referring to some "2 second lag" since that 2 second lag never really occurs in real use under production conditions. At most, it happens once.