> > 1. There are at least 5 processes per CF service (cfserver, cfexec, > > cfrdsservice), whereas Solaris had 1 for each. Is this a threading >thing? > > (I > > get confused between processes and threads sometimes) I know this has > > nothing to do with the Java settings, but I'm still curious as to why > > there's so many processes for each. > >Yes. On linux threads are shown as individual processes instead of >logically in a thread-style
Thanks for the info. Kind of a strange model Linux uses, don't you think? > > > > > 2. I changed my JRE settings via the Administrator to use the IBM >version > > I > > installed (and verified that it's working), checked the box to load the > > JVM > > when CF starts, and set up the implementation settings, classpath, etc., > > based on some MM TechNotes I came across. Everything starts up OK when I > > restart, but I only see processes (10 of them!) for the JRE that CF > > installed ([install_path]/jre/bin/i386/native_threads), and not the IBM > > version. Does the JRun service installed always use the installation > > version > > JRE as opposed to what I specify in the CF Admin? If so, why didn't the > > IBM > > version get started up as well? > >Yes, the installed JRun version uses the internal JRE all the time. The JRE >settings you set are for cf and other things. > >You will not see spawned java threads to the external JRE because you are >not running Java templates, etc. Or loading the JRE on CF start. Hmm. Actually, I did choose to load the JRE on CF start (using the checkbox in the Admin). While the first part of what you said makes sense, shouldn't the JRE still be loaded? What's the point of that checkbox otherwise? Thanks again, Dave. ______________________________________________________________________ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm ------------------------------------------------------------------------------ Archives: http://www.mail-archive.com/cf-linux%40houseoffusion.com/ To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_linux or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the body.
