Jonathan van Zuijlekom
Member since Feb 29, 2012
- Profile: /members/9678-jonathan-van-zuijlekom.htm
- URL: http://onlinebase.nl/
- Comments: 4
Recent Blog Comments By Jonathan van Zuijlekom
-
Ask Ben: Parsing Very Large XML Documents In ColdFusion
Posted on Aug 8, 2013 at 2:55 AM
@Robert, I'm not saying it is an issue with the XML size. I'm saying I'm using a different way of reading the XML file, and maybe that different way (BufferedReader) helps you with your "stream closed" issue.... read more »
-
Ask Ben: Parsing Very Large XML Documents In ColdFusion
Posted on Aug 6, 2013 at 8:30 AM
@Robert, have you tried my modifications? It uses the java BufferedReader instead of the BufferedInputStream.... read more »
-
Ask Ben: Parsing Very Large XML Documents In ColdFusion
Posted on Jun 5, 2013 at 6:01 PM
I had a problem with reading an UTF-8 XML file. This was only within a chthread with Railo 4, but I'd still like to share what I did to fix it and speed up the XML reading in the process. I used BufferedReader instead of BufferedInputStream. This main difference is it takes chars instead of raw byt... read more »
-
ColdFusion Application-Specific Mappings Work With CFInclude
Posted on Feb 29, 2012 at 5:22 AM
Brook, we have the same problem when using includes via per application mappings under load. Random missing template errors. We just abandoned using them.... read more »