ok then. look like you're going to be using COM. ;) better reads up on FSO.
Anthony Petruzzi Webmaster 954-321-4703 [EMAIL PROTECTED] http://www.sheriff.org -----Original Message----- From: Chris Norloff [mailto:[EMAIL PROTECTED]] Sent: Friday, June 14, 2002 2:49 PM To: CF-Talk Subject: RE: CFFILE We used APPEND, and still ran into the server memory limit. Allaire (at that time) told us that CFFILE reads the entire file into memory, appends the part you requested, then writes the entire file to disk. Bleah. Chris Norloff ---------- Original Message ---------------------------------- from: [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] date: Fri, 14 Jun 2002 14:41:08 -0400 >this is true. it is limited to the server memmory. that is why if you are >trying to append a file with some more data, you use the cffile >action="APPEND". > >Anthony Petruzzi >Webmaster >954-321-4703 >[EMAIL PROTECTED] >http://www.sheriff.org > > >-----Original Message----- >From: Bruce, Rodney S HQISEC/SIGNAL >[mailto:[EMAIL PROTECTED]] >Sent: Friday, June 14, 2002 2:22 PM >To: CF-Talk >Subject: CFFILE > > >Hello all > > I remember seeing about CFFILE always loading the complete file into >memory, before it completes its action. So that this can limit the size of >files being worked with. > > Is this the limit on the server side or the clients memory? > and what are some ways of working around this limit? > >Thanks for any suggetions. >Rodney > > > > ______________________________________________________________________ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

