Re: cfhttp pressure

2002-03-02 Thread Jochem van Dieten
[EMAIL PROTECTED] wrote: > >> >> >> >> >> >> >> >> >> >> > > What if i'm using 4.5, is there an alternative for cfsavecontent? cf_bodycontent from the Developers Exchange. Jochem __ Get Yo

Re: cfhttp pressure

2002-03-02 Thread jasondavis19
Jochem, > > > > > > > > > > What if i'm using 4.5, is there an alternative for cfsavecontent? __ Dedicated Windows 2000 Server PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER

Re: cfhttp pressure

2002-03-02 Thread Jason Davis
Dave, > Honestly, though, I'd recommend doing this whole process in something other > than CF, in this case. I'd rewrite the generate.cfm page in another > language, since this is the only script you're running to build your > generated HTML. CF isn't really designed to do this sort of thing well

RE: cfhttp pressure

2002-03-01 Thread Matt Robertson
Jason said, > Is there a better way, other then converting > all content to static pages? (I don't want to > use query caching as it will not do and eat > all the memory). The method I referred to isn't going to do anything for you if you are looking to reduce load on your db server and CF it

Re: cfhttp pressure

2002-03-01 Thread Jason Davis
Matt, > Do the pages truly have to be static? I do something that only requires CFFILE to generate its run of templates ... which are just copies with different filenames, where the filename incorporates the key ID and there's code inside to pull that ID out and use it. Doesn't affect the resou

Re: cfhttp pressure

2002-02-28 Thread Jochem van Dieten
Jason Davis wrote: > CF 5.0 chokes after trying to do the following (openeing lots and lots > of cfhttps to make > static pages from my product template). I know it's an hard job, but is > there a solution? > how can I try and perfom this task without splitting the records? If it is on the same

RE: cfhttp pressure

2002-02-28 Thread Matt Robertson
Do the pages truly have to be static? I do something that only requires CFFILE to generate its run of templates ... which are just copies with different filenames, where the filename incorporates the key ID and there's code inside to pull that ID out and use it. Doesn't affect the resources t

RE: cfhttp pressure

2002-02-28 Thread Dave Watts
> CF 5.0 chokes after trying to do the following (openeing > lots and lots of cfhttps to make static pages from my > product template). I know it's an hard job, but is there > a solution? how can I try and perfom this task without > splitting the records? > > > SELECT TOP 2000 Product_id

Re: cfhttp pressure

2002-02-28 Thread ksuh
TED]> Date: Thursday, February 28, 2002 4:34 pm Subject: cfhttp pressure > CF 5.0 chokes after trying to do the following (openeing lots and > lots > of cfhttps to make > static pages from my product template). I know it's an hard job, > but is > there a solution? &g

cfhttp pressure

2002-02-28 Thread Jason Davis
CF 5.0 chokes after trying to do the following (openeing lots and lots of cfhttps to make static pages from my product template). I know it's an hard job, but is there a solution? how can I try and perfom this task without splitting the records? SELECT TOP 2000 Product_id FROM Products