Are you saying that one of your cores has high utilization and the others none? Your server should use all cores *as necessary* *if ever necessary* *automatically* *without the intervention or management of your application*.
That said you can break certain parts of code off into separate threads using the cfthread tag, but that's to make a specific URL or process more performant by prioritizing or simulprocessing code chunks, not to try to balance workload across multiple cores or processors. On Mon, Aug 15, 2011 at 12:53 PM, Dan Baughman <[email protected]>wrote: > > With the one jrun.exe process running, I can never get coldfusion to really > utilize multiple processors. > > Is there a way in enterprise mode that you can set it to spawn multiple > jrun.exe processes, one per processor to work collaboratively serving one > web site? > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:346760 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

