Platform/Vendors Survey and ColdFusion Features Survey

2008-01-16 Thread Manju Kiran P Pacchhipulusu
Hi, As part of the research for Centaur (next major version of ColdFusion aka ColdFusion 9), we need your feedback on ColdFusion 8 features, what enhancements do you need in them, what new features you want in the new release etc.

RE: File disappears after cffile rename

2007-10-22 Thread Manju Kiran P Pacchhipulusu
Hi Michael, Apparently on CF8, if the cffile.serverfile name and the newly assigned name var are the same, the file will get deleted when it fires the cffile rename. I tried this simple code and wasn't able to reproduce this issue. cffile action=RENAME source=C:\temp1.txt

RE: Catching referring domain in CF?

2007-10-22 Thread Manju Kiran P Pacchhipulusu
Did you try dumping the CGI scope? CGI.HTTP_HOST would give you the domain name. Thanx -Manjukiran Adobe ColdFusion Team ~| Enterprise web applications, build robust, secure scalable apps today - Try it now ColdFusion Today

RE: CF8 Dev running very slow

2007-10-11 Thread Manju Kiran P Pacchhipulusu
Hi Bill, We need more info on this to debug the problem: What is the JDK you are using? What is the max JVM memory(Xmx)? When you run the CF file (which runs as slow as 20s), can you collect multiple thread dumps when the request is getting processed and send the thread dumps to me?