RE: File Uploads causing Memory Leaks

2002-04-26 Thread Robert Everland
Well basically when someone is uploading a file CF puts that file in memory, so if they are huge files your mmemory gets used up by that much, there really isn't much you can do to limit this, either offload it to another server, or teach them how to use FTP. ALso maybe there are some java apps

RE: File Uploads causing Memory Leaks

2002-04-26 Thread Ramin Surya
Charlie, Try putting cflock around your cffile. Hope that helps. -Original Message- From: Charlie [mailto:[EMAIL PROTECTED]] Sent: Friday, April 26, 2002 9:53 AM To: CF-Talk Subject: File Uploads causing Memory Leaks Can anyone enlighten me to possible remedies for reducing CPU Usage