Developer's Opinion about CF?

Reply

Join Date: Sep 2005
Posts: 4
Reputation: Shaun Hannah is an unknown quantity at this point 
Solved Threads: 0
Shaun Hannah Shaun Hannah is offline Offline
Newbie Poster

Re: Developer's Opinion about CF?

 
0
  #11
Oct 24th, 2005
Another point to consider here is the ease of multi-threaded programming in Coldfusion. If you have ever tried to pull this off in other languages you know what I mean. CF is naturally multi-threaded out of the box, this saves you from manually coding in all the hard stuff; instead you just use shared locks, or exclusive locks on variables that may be the target of races conditions. CF7 is good as doing this for you if you forget; but I'd use locks always just to be safe. Bottom line is threading is tough, and threading well is REALLY tough; but with CF it is as easy as a CFLOCK tag. Can't beat it.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Other Threads in the ColdFusion Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC