>'How many hits can a single file really take? Fusebox uses the index.cfm
>(and many other files) for EVERY request - and when you have LOTS of people
>hitting that same file won't that application choke?'

On the contrary - once the file is parsed and cached things should run
faster, performance of CF is limited by server resources - memory, CPU, disk
(probably in that order) and by configuration - number of threads, timeouts.
That said the bottle neck will probably be access to your DB server anyway.
Also check out the advanced debug option in the admin that gives timing info
on the templates used.

Just my 2 cents,
Noam



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to