displaying top 100 results
Comment on Scheduled Tasks Deleted after installing CF11u16 CF2016u8 by Jonathan T.
Comment on Scheduled Tasks Deleted after installing CF11u16 CF2016u8 by Jonathan T.
Tracker Comment Comment on Memory Leak- Persisted closures hold onto tag instances every time they execute by Jonathan C.
5983463 CF-4204874 Jonathan C. I don't understand what is even in contention with anything on this ticket. If you create a closure, it becomes a static variable. If it is scoped in to the application, it becomes an application-wide static variable. As such, it should be thread-safe and available
Tracker Comment Comment on Closure instances are not thread safe to execute in separate threads by Jonathan C.
6502588 CF-4206045 Jonathan C. "So the question arises why you would want to use such a design. "
I don't believe your analysis of the code sample is looking at real-world programming examples. CFML Developers have been scoping static methods (UDFs) in to the application scope, for re-use in all
Tracker Issue Please update CF to support apache 2.4
soon follow suit.
Please update CF 10 to support apache 2.4 as well as 2.2.
I replaced the mod_jk.so supplied by adobe with one compiled for apache 2.4, and requests make it to CF, but CF returns an error that it can't read from the socket.
Thanks,
Jonathan Morgan
Tracker Issue Reading Base 64 Image Strings
2596989 CF-3202733 CFIMAGE Jonathan Hallenberg Reading Base 64 Image Strings Problem Description:I have a line of code that works in ColdFusion 8, but NOT in ColdFusion 9.0.1. I am pulling an image from a database where it is stored as a base 64 string. The images are read just fine in ColdFusion 8