I've been studying a little Java and i was wondering if / how people are using it in CF.
I have an app that needs to read in and analyze text files, but since many said files are 200+ Mb using cffile would be a bad way to go (terabyte of RAM, anyone?). We use the Java file methods to read in the portion we want, and then to save it out in chunks as well. When the original owner of the file uploads it, we have a Java applet on the client gzip it and use Java on the server to unzip it. For downloading, we use the Apache gzip module and the browser's native unzipping mechanisms.
--
Ben Curtis
WebSciences International
http://www.websciences.org/
v: 310 478 6648
f: 310 235 2067----------------------------------------------------------
You are subscribed to cfcdev. To unsubscribe, send an email
to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev' in the message of the email.
CFCDev is run by CFCZone (www.cfczone.org) and supported by Mindtool, Corporation (www.mindtool.com).
An archive of the CFCDev list is available at www.mail-archive.com/[EMAIL PROTECTED]
