> Say I have a page that takes about 3,600 ms to process. Does 
> anyone know how much traffic that page can handle before 
> killing the server .. or at least until the app becomes 
> unusable?

There are lots of other variables you'd have to provide to answer this
question. How often is the page run? How many concurrent users run this page
at the same time? Does the page time increase significantly when it is run
concurrently? (This is very likely, by the way.)

The problem here is that you really can't simply look at how long one page
takes to execute in a vacuum. You really need to use a performance testing
process to determine how your application will run under the load that you
expect.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        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