I've seen and fixed this before. In my case, the problem was with the graphics subsystem; one machine was set up headless and the other wasn't. The font rendering ended up running slow because it would fail when looking for certain rendering methods and then fall back to other methods each time.
mxAjax / CFAjax docs and other useful articles: http://www.bifrost.com.au/blog/ On 15 March 2010 08:26, E Cohe <[email protected]> wrote: > > Hello, > > I am moving ColdFusion to a new server and I am running into an issue which > does not exist on the current server: producing PDFs with CFDOCUMENT is very > slow--it can take 60 seconds to produce a single 3 page PDF file. The same > thing on the current, similarly configured server takes maybe 5 seconds to > fully load. > > I have tested a few things to try to narrow the problem down: > > - Both servers are running ColdFusion 8 , but one the new server now has > the newest patches so the new one is version 8,0,1,195765 and the old one is > version 8,0,0,176276 (I had this problem before I installed the patches > though, so I dont think thats the issue) > > - Other than that, the main difference I can find with the installations is > that when I click on the "i" in the coldFusion administrator, I notice the > one that works normal speed, has an OLDER version of JVM. (Old server: > 1.6.0_01 New Server: 1.6.0_04) > > - The problem does not seem to have to do with images. I have commented > out images and still have the same slow speeds. I also know that if I run > the template without CFdocument, it runs very quickly. > > Thanks for any ideas! > > EC > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:331804 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

