Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
akashaboi #1
COM object execution unacceptably slow
Im hoping someone can point me in the right direction. Am running CF MX6.1, IIS
and WinXP Pro to test an application (high spec machine with plenty of RAM
etc). All CFM templates run perfectly however whenever I execute code to
generate COM objects (specifically Excel), although I am getting a successful
output, the execution time is between 2-4 minutes. Essentially all I am
creating is an Excel file with two rows and two columns. I'd appreciate help on
this one as I am on a development schedule which is stretched as it is.
akashaboi Guest
-
SLOW DOWN..Why is my Photoshop CS Super Slow in PANTHER?
G5 DUAL 2GHZ .. 1 GB RAM .. PHOTOSHOP CS .. PANTHER/JAGUAR ........................................................... I've had my DUAL G5 since... -
Out of Process execution and .NET
Sorry for the cross-posting but I really need some help here. I posted before but didn't get any responses so I am trying my luck again. I have... -
slow global.asa execution
Server specs? * * * Sent via DevBuilder http://www.devbuilder.org * * * Developer Resources for High End Developers. -
simultaneous execution
yepp, in flash you can have several things going on at the same time. each movieclip can have is own onEnterFrame action (which is executed every... -
command execution upon ssh
question that should be easy, but that i can't turn up with a little man-page reading: i want to ssh to a remote machine (firewall), and then... -
Dross.2 #2
Re: COM object execution unacceptably slow
I would reccommend against using COM in this situation, there are proven
alternatives out there. You can set up a datasource to excel, or use POI (HSSF,
actually) which is a java API to talk to excel files.
Dross.2 Guest
-
Bill Sahlas #3
Re: COM object execution unacceptably slow
CFMX 7 also includes new reporting features that allow you to create reports
with excell as the desired output format.
"Dross.2" <webforumsuser@macromedia.com> wrote in message
news:cvdfpb$3ba$1@forums.macromedia.com...>I would reccommend against using COM in this situation, there are proven
> alternatives out there. You can set up a datasource to excel, or use POI
> (HSSF,
> actually) which is a java API to talk to excel files.
>
Bill Sahlas Guest



Reply With Quote

