Wow! This is advanced stuff! I have not done anything for the JVM tuning yet--so I imagine everything is at its default value now. Time to dig in and see what I can do with them... We have 4 CF 8 instances running on one (pretty powerful) virtual server. So far there has been no performance issues, but I am sure there is room for improvement!
Thanks for the info. :-) On Mon, Jun 23, 2008 at 12:38 PM, Cutter (CFRelated) < [EMAIL PROTECTED]> wrote: > Qing brings up some very good points. You must treat each individual > instance of CF as an individual server, and as such upgrades and changes > to one will typically not be automatically applied to another. One > advantage is that each instance also gets it's own JVM instance, but you > must think about this in line with your JVM tuning as well. If your > physical server only has 3 GB of RAM, and you're running two instances > of CF, then you'll want to make sure that you don't try to allocate a > full 1024 MB of memory to your JVM per instance, as you'll want a little > more wiggle room for the OS to use. JRun JVM tuning is done directly in > the Jrun4\bin\jvm.config, and it's arguments will apply to all JVM > instances, unlike the thread tuning arguments you can control within > each instance's jrun.xml. > > Steve "Cutter" Blades > Adobe Certified Professional > Advanced Macromedia ColdFusion MX 7 Developer > _____________________________ > http://blog.cutterscrossing.com > > Qing Xia wrote: > > Since we are talking about multiple instances, I thought I'd pass along a > > couple of things that have caused me much grief: > > > > 1) Be sure that IIS sites need to be assigned to CF instances using the > Web > > Server Configuration tool (installation driver\JRun4\bin\wsconfig.exe) > > > > 2) When you apply CF hot fixes, each instance needs to have the hot fixes > > installed for it individually. > > > > > > On Mon, Jun 23, 2008 at 12:11 PM, John P <[EMAIL PROTECTED]> wrote: > > > >> Thank you both for the info. > >> > >> John > >> > >> > >> > >> > >>> You need to add the data sources into each instance if you plan on > >>> actually using them. > >>> > >>> Unless you have a site using the default instance, you shouldn't need > >>> any data sources set up there. > >>> > >>> I may be wrong, but I seemed to remember if you added data sources to > >>> your base instance BEFORE creating the other instances, the data > sources > >>> will copy over at the time they are created. > >>> > >>> If you are looking for a magical way to have the data sources > >>> automatically add to all instances at once, try Railo. :) > >>> > >>> Our server admin has set up CF8 with 4 instances. When adding data > >>> sources I have to add them to the root cfide/administrator rather than > >>> within the instance example: > >>> http:mysite.com/:portNumber/cfide/administrator. > >>> > >>> Seems like the install might be configured incorrectly, does anyone > have > >>> any experience with setting up multiple instance data sources? Do they > >>> just go in the root cfide? > >>> > >>> Thanks, > >>> > >>> John > >> > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:307973 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

