•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the ColdFusion section within the Web Development category of DaniWeb, a massive community of 375,174 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,192 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our ColdFusion advertiser:
Views: 2853 | Replies: 10
![]() |
•
•
Join Date: Sep 2005
Posts: 4
Reputation:
Rep Power: 0
Solved Threads: 0
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.
![]() |
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
•
•
•
•
•
•
•
•
DaniWeb ColdFusion Marketplace
- Previous Thread: update oracle column but bot replace
- Next Thread: insert database


Linear Mode