performance different in cf vs java is not significant, but in some cases it
is. I re-wrote one snippet of code from cfml to jsp and reduced processing
time from ~20 seconds to under 100 milliseconds. This particular snippet
looped through a large string processing each character. Large loops like
this are significantly faster in Java.
The advantage of CF is you can use CF for most things and when you have
something that is processor intensive you can use Java, either a class in
the classpath, javabean, ejb, or even a jsp page (I like to use jsp pages
since it simplifies deployment).
Best regards,
Sam
----------------------------------------------
Blog: http://www.rewindlife.com
Chart: http://www.blinex.com/products/charting
----------------------------------------------
-----Original Message-----
From: Calvin Ward [mailto:[EMAIL PROTECTED]
Sent: Tuesday, June 29, 2004 1:49 PM
To: CF-Talk
Subject: RE: How does CF generated Java bytecode compare with Native Java
ytecode
ahhh, but is it a significant difference?
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

