Hey,

Have a look at http://femnet.freestoreclub.com/   Those prices are all
dynamically calculated :)..  and the catalogs are dynamic also..  It is an
extremely complex shopping cart program that allows users that are logged in
(and paid) to mark-up products on their subdomain, hide..  show/products
from the company wide catalog..    :)..    all of the products..  at once..
or one product..  or both :).     I'm not at liberty to mention how many
simultaneous users it supports :)  *grin* or the hardware of the servers..
however I can vouch for Coldfusion being capable of handling huge amounts of
load.   Site was previously using ASP for the shopping cart..   however the
ASP TO IIS handler was constantly taking 50% of the processor!..

Totally dynamic pages(assembled at runtime) (dynamic menus..   dynamic site
contents) an average of 45Kb, range of > 200Kb to about 16KB
About 19-25 different .cfm pages run on each page load
Range of 1-16 queries per page load..   average of 12

Cookies not needed for site to function.  Cookie variable encryption
supported.  Random Ordering of over 600 products on page load.

Execution time is about 350ms - 850ms ( 1000ms is one second )

If you are going to do load testing on your own server,    Make sure that
you do not enable debug mode while load testing as It adds a huge amount of
load to the servers and the statistics generated from the load test are not
accurate because of the excess stress from producing the debug information.

Ezine


-----Original Message-----
From: Ken Beard [mailto:[EMAIL PROTECTED]]
Sent: Friday, December 20, 2002 9:25 AM
To: CF-Talk
Subject: CFMX load test


I'm looking for CFMX load test statistics for a shopping cart-type
application which were not done by macromedia.. sort of validating the cfmx
platform for a major client.  Anyone know where I can find some?

Ken


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Reply via email to