I'd check the jvm memory settings for both boxes. Images are held in allocated memory to be processed. Also, could you post some code here? There are things like imageantialias() that are not needed for scaling but are use by some which has a negative effect. Finally, I'd look at things like drive access and speed. For me, processing an image takes almost no time, the bottleneck is loading it into memory for use and then saving it.
On Sun, Aug 31, 2008 at 3:39 AM, Azadi Saryev <[EMAIL PROTECTED]> wrote: > can somebody please confirm that this is a problem and not just me going > crazy? > > after an upgrade to CF8.0.1 + cumulative hotfix + updated cfimage hotfix > (and without the 2 hotfixes) imageScaleToFit function now takes forever > to scale a .jpg image... > the images are rather large (10+ MB), but that should not be a problem! > > i have even just downgraded my dev box to plain CF8+cumulative hf 3 - > and it took about 4 seconds to scale 10 photos (each 10+MB) to 2 > different sizes each... > > my production CF8.0.1 server crashes on the first image in a batch with > a java hotspot crash, restarting the cf server. however, scaling > individual photos of smaller size does not seem to cause any problems... > my dev box _before downgrade_ just timed out on the first photo... > > is this a know CF8.0.1 bug? are there any work-arounds known? > > meanwhile, i will upgrade my dev box to CF8.0.1 to see if it shows the > problem again... > > TIA > > -- > > Azadi Saryev > Sabai-dee.com > http://www.sabai-dee.com/ > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:311857 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

