Tim Elsner
Member since Dec 11, 2008
- Profile: /members/2297-tim-elsner.htm
- URL: http://timelsner.com/blog
- Comments: 3
Recent Blog Comments By Tim Elsner
-
Ask Ben: Running ColdFusion Asynchronously - Caveman Style
Posted on Nov 30, 2007 at 4:10 PM
regarding bullet point #3: You cant post variables directly from a scheduled task. But your scheduled task could call a cfm page that itself does a cfhttp call. In that cfhttp call, you post as many vars as you want.... read more »
-
ColdFusion File Explorer - Round One
Posted on Dec 27, 2006 at 10:19 AM
You could also go the pure java way too. That way, you get to choose what data you need. cfdirectory will return everything regardless of if you need it or not.... read more »
-
ColdFusion File Explorer - Round One
Posted on Dec 27, 2006 at 9:56 AM
You mentioned that your cfdirectory call is slow. Have you tried any of the techniques discussed in these posts? http://www.forta.com/blog/index.cfm/2006/11/1/improving-cfdirectory-performance Specifically using the undocumented LISTINFO="name" attribute of cfdirectory? That might help speed thi... read more »