- see footer for list info -<
Allan,

JVM is the Java Virtual Machine, and it is the core Java engine that
executes every Java bytecode inside your server.
Jrun is CF's built-in Application Server, JRun "runs" under the JVM, and
what it does, in fact, is to interpret the cfml/java code and provide the
necessary services and communication layer between the web server and the
JVM.

Your memory problems may be attenuated by "tuning" your JVM settings, you do
this by setting start up parameter in the \\Jrun\bin\jvm.config file, but I
recommend you caution on doing this in production.

Memory problems in CF are, most of the time, correlated to CFML coding.
Look for queries that return huge amount of data, or irrestrict use of
session/application variables, for a start.


Regards,
Marcantonio Silva


On 9/25/06, Allan Cliff <[EMAIL PROTECTED]> wrote:

>- see footer for list info -<
Could someone simple explain the difference between JVM and Jrun and what
each does.

I have a server where Jrun is eating up all the memory.

Thanks
Allan

_______________________________________________

For details on ALL mailing lists and for joining or leaving lists, go to
http://list.cfdeveloper.co.uk/mailman/listinfo

--
CFDeveloper Sponsors:-
>- cfdeveloper Hosting provided by www.cfmxhosting.co.uk -<
>- Lists hosted by www.Gradwell.com -<
>- CFdeveloper is run by Russ Michaels, feel free to volunteer your help
-<




--
Marcantonio Silva
Product Development Director - ContentObjects
[EMAIL PROTECTED]
Office: 55 11 5183.9829
Mobile: +55 61 8148-3065
_______________________________________________

For details on ALL mailing lists and for joining or leaving lists, go to 
http://list.cfdeveloper.co.uk/mailman/listinfo

--
CFDeveloper Sponsors:-
- cfdeveloper Hosting provided by www.cfmxhosting.co.uk -<
- Lists hosted by www.Gradwell.com -<
- CFdeveloper is run by Russ Michaels, feel free to volunteer your help -<

Reply via email to