Tagged: ColdFusion RSS Toggle Comment Threads | Keyboard Shortcuts

  • Faisal Abid 11:37 pm on June 11, 2010 Permalink | Reply
    Tags: ColdFusion,   

    The Best ColdFusion 9 Book For ColdFusion Developers 

    Buy from Amazon

    This book is AMAZING, its not intended for beginners in my opinion, but for someone who knows coldfusion pretty well this book is a godsend. It gives you the best tutorials and teaches you stuff you may have never known! Adobe ColdFusion Anthology is by far the best ColdFusion book I have ever read!!!

     
  • Faisal Abid 6:59 pm on March 2, 2010 Permalink | Reply
    Tags: ColdFusion   

    quick coldfusion tip: Putting Event Gateways to Good Use 

    When ColdFusion 7 was announced with it came a great feature which personally I believe went unnoticed. The feature was Event Gateways which added a layer of asynchronous behavior to ColdFusion, it essentially let you send some data to the gateway and not worry about it completing before you send the user back his request.

    As you can see this feature is great for collecting statistics on your web application for example imagine you want to collect data related to the persons connection whenever they connect to your blog. Instead of having to do the insert SQL calls within the main page of the application which would slow down your blog if there was something wrong with the database, you can just fire off an event to do the processing for you. (while you can argue that the entire site would slow down if there was something wrong with the database, assume that the statistics database is hosted elsewhere as it should always be).

    This is a powerful feature and there are many gateways such as Socket’s and SMS you can always create your own gateways to add more async functionality to your web app.

    Links

    http://help.adobe.com/en_US/ColdFusion/9.0/Developing/WSc3ff6d0ea77859461172e0811cbec22c24-77ed.html

     
c
compose new post
j
next post/next comment
k
previous post/previous comment
r
reply
e
edit
o
show/hide comments
t
go to top
l
go to login
h
show/hide help
shift + esc
cancel
Follow

Get every new post delivered to your Inbox.

Join 933 other followers