Re[2]: Server hanging. Wierd problems. HELP!

2007-09-18 Thread Michael David
Hi Wil!

Yeah - I do it all the time - when recursively building site nav
for example.  Never seen it happen on mx7 or mx7.02, even under heave
load.

As I said, though, I have heard of it before.  I've just been lucky, I
suppose.  :)

-- 
Cheers!
Michael David

Tuesday, September 18, 2007, 1:38:34 PM, you wrote:

 This really isn't in issue when doing a single pass over a cfswitch 
 structure.  The real issue comes in is when you loop over a cfswitch 
 structure many many times during the script.  That may cause a slow down.





~|
Download the latest ColdFusion 8 utilities including Report Builder,
plug-ins for Eclipse and Dreamweaver updates.
http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:288723
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Re[2]: Server hanging. Wierd problems. HELP!

2007-09-18 Thread C. W. B.
oop - my bad.  sorry MD!

Um Christopher,  please remember while you are working on that laptop,
that you might be logged in as me when you go to House Of Fusion
(among other web sites).

Secondly, I've heard about this issue before, but have never experienced the
the problem.  That's not to say that it doesn't exist; just that I
have never personally experienced it - even on sites under heavy load.

So don't panic. There's no need to test a bunch of cfifs unnecessarily.

Now - stop and make yourself another login on that laptop, please...

-- 
Cheers!
Michael David  



Tuesday, September 18, 2007, 2:18:16 PM, you wrote:

 WOW - I hav enever heard of this.  I use CFSWITCH to test strings all the 
 time.
 Should I back through all my sites and and convert those to a bunch of CFIFs?
 Messy...

 CWB



 

~|
Check out the new features and enhancements in the
latest product release - download the What's New PDF now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:288725
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re[2]: Server hanging. Wierd problems. HELP!

2007-09-18 Thread Michael David
Um Christopher,  please remember while you are working on that laptop,
that you might be logged in as me when you go to House Of Fusion
(among other web sites).

Secondly, I've heard about this issue before, but have never experienced the
the problem.  That's not to say that it doesn't exist; just that I
have never personally experienced it - even on sites under heavy load.

So don't panic. There's no need to test a bunch of cfifs unnecessarily.

Now - stop and make yourself another login on that laptop, please...

-- 
Cheers!
Michael David  



Tuesday, September 18, 2007, 2:18:16 PM, you wrote:

 WOW - I hav enever heard of this.  I use CFSWITCH to test strings all the 
 time.
 Should I back through all my sites and and convert those to a bunch of CFIFs?
 Messy...

 CWB

For those who hadn't ever heard-- cfswitch attempted to parse all values
as an integer.  If that failed, it threw an internal error which was
caught and then it proceeded to processes the values as a string.  Turns
ou, all that internal throwing and catching was very pricy under extreme
load making cfswitch only useful for integers.  


 

~|
Create robust enterprise, web RIAs.
Upgrade to ColdFusion 8 and integrate with Adobe Flex
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:288720
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4