CFPDF Performance Issues

2011-06-14 Thread Edward Chanter
I'm having a bit of a weird issue with the creation of PDFs. The issue is quite simple, we have two servers and one is generating PDFs much faster than the other. The weird thing is that the server which is slow is our 64bit production server running CF 8.0.1 Enterprise and the faster server is

Re: CFPDF Performance Issues

2011-06-14 Thread Mike Chabot
What type of speed differences are you seeing? Milliseconds or seconds? Is it consistently slower at creating any PDF, or is it only a particular PDF that is slow? Is the more powerful server also handling a lot more traffic/processing activity, outside of the PDF creation event? If you remove

RE: CFPDF Performance Issues

2011-06-14 Thread Edward Chanter
-talk Subject: Re: CFPDF Performance Issues What type of speed differences are you seeing? Milliseconds or seconds? Is it consistently slower at creating any PDF, or is it only a particular PDF that is slow? Is the more powerful server also handling a lot more traffic/processing activity

Re: CFPDF Performance Issues

2011-06-14 Thread Patrick Kerley
?   - Patrick Kerley kerl...@yahoo.com - From: Edward Chanter firew...@cc.uk.com To: cf-talk cf-talk@houseoffusion.com Sent: Tuesday, June 14, 2011 4:48 AM Subject: CFPDF Performance Issues I'm having a bit of a weird issue with the creation of PDFs

RE: CFPDF Performance Issues

2011-06-14 Thread Edward Chanter
I will try that, thanks :) It'll take me a while because the pages are relative complex but I will let you know how it goes. -Original Message- From: Patrick Kerley [mailto:kerl...@yahoo.com] Sent: 14 June 2011 14:14 To: cf-talk Subject: Re: CFPDF Performance Issues We've seen

Re: CFPDF Performance Issues

2011-06-14 Thread Mike Chabot
Subject: Re: CFPDF Performance Issues We've seen that when we have CFPDF's with Images that as ridiculous as this sounds sometimes we need to move the images to different domains (multi domain system on same CF server) or sometimes just different folders. Comment out images (if you

RE: CFPDF Performance Issues

2011-06-14 Thread Edward Chanter
; this code has been live for over a year without anyone complaining. Regardless, I think I have a fix for it so thanks to everyone for the assistance :) -Original Message- From: Mike Chabot [mailto:mcha...@gmail.com] Sent: 14 June 2011 15:19 To: cf-talk Subject: Re: CFPDF Performance

RE: CFPDF Performance Issues

2011-06-14 Thread Brook Davies
That's bizarre. What happens if you use an IP address instead of a domain? Is this a bug? Brook -Original Message- From: Edward Chanter [mailto:firew...@cc.uk.com] Sent: June-14-11 7:45 AM To: cf-talk Subject: RE: CFPDF Performance Issues I tried a very simple test of using replace

RE: CFPDF Performance Issues

2011-06-14 Thread Edward Chanter
: RE: CFPDF Performance Issues That's bizarre. What happens if you use an IP address instead of a domain? Is this a bug? Brook -Original Message- From: Edward Chanter [mailto:firew...@cc.uk.com] Sent: June-14-11 7:45 AM To: cf-talk Subject: RE: CFPDF Performance Issues I

RE: CFPDF Performance Issues

2011-06-14 Thread Russ Michaels
? Brook -Original Message- From: Edward Chanter [mailto:firew...@cc.uk.com] Sent: June-14-11 7:45 AM To: cf-talk Subject: RE: CFPDF Performance Issues I tried a very simple test of using replace() to edit the URL of the images to our dev box so the image come from a different domain

Re: CFPDF Performance Issues

2011-06-14 Thread Patrick Kerley
...@yahoo.com - From: Edward Chanter firew...@cc.uk.com To: cf-talk cf-talk@houseoffusion.com Sent: Tuesday, June 14, 2011 11:27 AM Subject: RE: CFPDF Performance Issues Using an IP won't work because the IP resolves to multiple virtual hosts :) Yeah I agree