> Our JVM is fully updated. No love. We have the new CFImage 
> patch from Adobe. No love.
> 
> I am curious what you meant about this being a classic sign 
> of the problem. 
> 
> We can often go through 7,000 images without one error and 
> then we'll get two errors within 20 images of each other and 
> then go another 5,000 without issue.
> 
> I dont know if that is a classic sign of the problem but I am 
> interested in learning more about what you mean and how to 
> debug it if you are correct.

The HotSpot compiler only kicks in if the JVM "thinks" it will take less
time to compile to native code and run than to just compile to bytecode and
run that. So, repeated operations are one place you see this a lot. After
some number of repetitions, the JVM invokes the HotSpot compiler.

If there's no other way to prevent this, you can simply disable HotSpot,
although that will generally make a lot of things a LOT slower.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:311578
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to