> Re: scheduled runs
>
> Certainly that is one option.  The application however is one in
> which they are trying to quickly get answers regarding sales in
> particular regions, etc. and that tends to cut down the
> interactiveness of the 'what if' scenarios...

How long does it take for you to get the number of records?
If a few seconds then decide on the number of records as to whether to
schedule or not

You could also have a non-website machine which is just running a web server
and CF which just builds any schedule files every 10-15 minutes, then if any
larger requests come in, they'll be ready within 15 mins or so - I say to
put it on another machine so that it doesn't slow down your real server - I
think even CFExpress could handle this to make it cheaper

We run a system like this where if the number of results is greater than
250, then the user can only download it, otherwise they can view or download

Philip Arnold
Director
Certified ColdFusion Developer
ASP Multimedia Limited
T: +44 (0)20 8680 1133

"Websites for the real world"

**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
**********************************************************************



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