Hi John,
I was reading some documentation on java.sun.com on Java 6, and 
according to the Sun docs on Java 6 an application is either cold 
started or warm started according to when it is launched.
A cold startup is called a cold startup when an application is first 
run. The first time a Java application like FreeTTS is first run all the 
required JRE components are loaded into the system's cach which 
obviously has a longer load time than if the Java runtime components 
were in the cach.
A warm startup is called a warm startup when a Java 6 app is launched 
and the JRE components are already in the system cach. Obviously, the 
load and access time for the application is faster because the 
application doesn't have to wait for the JRE components to be loaded 
into the system's cach.
i am sure you know what i am talking about, but you may not have been 
aware of the official Sun terminology for the different startup types. 
<Smile>


John Bannick wrote:
> Thomas,
>
> What means "warm started" re FreeTTS?
>
> I just invoke it when it's needed.
>
> Therefore, there is a delay the first time it is called.
>
> Have you some magic to share?
>
> John
>
>
> ---
> Gamers mailing list __ [email protected]
> If you want to leave the list, send E-mail to [EMAIL PROTECTED]
> You can make changes or update your subscription via the web, at
> http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
> All messages are archived and can be searched and read at
> http://www.mail-archive.com/[EMAIL PROTECTED]
> If you have any questions or concerns regarding the management of the list,
> please send E-mail to [EMAIL PROTECTED]
>
>
>   


---
Gamers mailing list __ [email protected]
If you want to leave the list, send E-mail to [EMAIL PROTECTED]
You can make changes or update your subscription via the web, at
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/[EMAIL PROTECTED]
If you have any questions or concerns regarding the management of the list,
please send E-mail to [EMAIL PROTECTED]

Reply via email to