On Wednesday, Aug 13, 2003, at 00:02 US/Pacific, Thomas Chiverton wrote: > On Tuesday 12 Aug 2003 17:38 pm, Stacy Young wrote: >> Seems the SDK is still required if you want to use the "-server" >> option >> in 1.4.2. (As opposed to just the JRE) > I'm fairly sure there is something in the release notes about not using > -server for some reason.
You should use -server for ColdFusion. That's the default installation for CFMX 6.1 when it installs the 1.4.2 JRE. macromedia.com runs on the 1.4.2 JRE with -server enabled. You can read the explanation of -client / -server here: http://java.sun.com/docs/hotspot/PerformanceFAQ.html#2 "What's the difference between the -client and -server systems? These two systems are different binaries. They are essentially two different compilers (JITs) interfacing to the same runtime system. The client system is optimal for applications which need fast startup times or small footprints, the server system is optimial for applications where the performance is most important. In general the client system is better on GUIs. Some of the other differences include the compilation policy used, heap defaults, and inlining policy. " Sean A Corfield -- http://www.corfield.org/blog/ "If you're not annoying somebody, you're not really alive." -- Margaret Atwood ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. http://www.cfhosting.com

