Re: CFX_PCRegEx in CF 9

2011-05-17 Thread Larry Lyons

> I have an app that we are upgrading to CF9 from CF 5.  We were using 
> CFX_PCRegEx instead of the built in regex functionality because it was 
> way faster.  It is throwing errors in CF9.  The exception.log entry 
> states...
> 
> "Something bad happened in CFX_PCRegEx".
> 
> Has anyone had any success running CFX_PCregEx in ColdFusion 9?  Does 
> anyone know if the regex functionality in CF 9 is more efficient than 
> before?
> 
> Thanks,
> 
> Donnie 

You may want to check to see if the CFX is 32bit. That has been an issue with 
CFX tags recently.

Also you may want to use java regex if CF9's is not fast enough, Ben Nadel has 
a very good series on it, 
http://www.bennadel.com/blog/458-Introduction-To-Regular-Expressions-Presentation-Notes.htm
 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:344582
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


CFX_PCRegEx in CF 9

2011-05-17 Thread Donnie Carvajal

I have an app that we are upgrading to CF9 from CF 5.  We were using 
CFX_PCRegEx instead of the built in regex functionality because it was way 
faster.  It is throwing errors in CF9.  The exception.log entry states...

"Something bad happened in CFX_PCRegEx".

Has anyone had any success running CFX_PCregEx in ColdFusion 9?  Does anyone 
know if the regex functionality in CF 9 is more efficient than before?

Thanks,

Donnie 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:344572
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm