RE: cfhhttp

2001-12-20 Thread Jerry Johnson
001 2:12 PM To: CF-Talk Subject: Re: cfhhttp Also be aware of the load time - as a timeout will kill the load. Make sure you allow plenty of time in the requestTimeout. Jerry Johnson >>> [EMAIL PROTECTED] 12/20/01 01:31PM >>> There's definitely a 'practical' l

RE: cfhhttp

2001-12-20 Thread Joseph DeVore
What does your CFHTTP code look like? What does the file that you are fetching look like? -Original Message- From: Kris Pilles [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 20, 2001 11:17 AM To: CF-Talk Subject: RE: cfhhttp heres the link to my entire text file: http

RE: cfhhttp

2001-12-20 Thread Kris Pilles
-Talk Subject: Re: cfhhttp Also be aware of the load time - as a timeout will kill the load. Make sure you allow plenty of time in the requestTimeout. Jerry Johnson >>> [EMAIL PROTECTED] 12/20/01 01:31PM >>> There's definitely a 'practical' limit, since cfhttp

RE: cfhhttp

2001-12-20 Thread Larry Juncker
Be sure if it is a large file that you include ?RequestTimeout=500 or more in order to not let CF time you out while downloading the file. -Original Message- From: Kris Pilles [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 20, 2001 1:00 PM To: CF-Talk Subject: RE: cfhhttp Ive

RE: cfhhttp

2001-12-20 Thread Kris Pilles
nager Western Suffolk BOCES 507 Deer Park Rd., Building C Phone: 631-549-4900 x 267 E-mail: [EMAIL PROTECTED] -Original Message- From: Jim McAtee [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 20, 2001 1:31 PM To: CF-Talk Subject: Re: cfhhttp There's definitely a 'practical'

Re: cfhhttp

2001-12-20 Thread Jerry Johnson
Also be aware of the load time - as a timeout will kill the load. Make sure you allow plenty of time in the requestTimeout. Jerry Johnson >>> [EMAIL PROTECTED] 12/20/01 01:31PM >>> There's definitely a 'practical' limit, since cfhttp (to the best of my knowledge), like a cffile read, works wit

Re: cfhhttp

2001-12-20 Thread Jim McAtee
There's definitely a 'practical' limit, since cfhttp (to the best of my knowledge), like a cffile read, works within RAM. It's not difficult to totally swamp, or even crash a server using either tag if the file is big enough. Generally, it's in the megabytes. Depending on the server and the CPU