Home/Blog/Uncategorized
Topic

Uncategorized

219 posts in this collection.

Uncategorized

SQL Server Performance Improvement Best Practices: ISNULL

Recently, we have started rechecking SQL queries of our one of client’s project. It’s basically performance improvement of SQL queries. While rechecking queries, we…

·3 min read
Uncategorized

Troubleshooting Git Fatal Error: Failed to Read Object Xxx: Invalid Argument

Recently, I was facing the git fatal error when I pull new changes from remote repository, This is probably due to my computer was…

·4 min read
Uncategorized

Statement Cancelled Due to Timeout or Client Request

I would like to share one of the cfsqltype issue that I face with Lucee CFML Engine. Initially we use Railo as CFML Engine…

·2 min read
Uncategorized

MSSQL Table Get Locked and Query Keep Running and Unlock It

Today, we were tuning our long running sql queries and found that the longest query was keep running. We know that sql does some locking…

·2 min read
Uncategorized

How to Write Test Case for Handler Using Testbox

A month ago I have posted the testbox example for unit testing and promise to post a example of handler testcase using testbox. Well,…

·18 min read
Uncategorized

Task Scheduler Was Not Working Social Engine Video Upload Module – Solved

Recently I started reviewing SocialEngine (Short desc: create your own social networking site), and I face some issue with video uploading process. I am…

·3 min read
Uncategorized

Saving with EC2 Reserved Instance: AWS

Recently working with client to move ColdFusion project to AWS which has seasonal traffic. Key points are saving cost and easily upgrade/degrade server whenever…

·2 min read
Uncategorized

One More Good Reason to Define Local Variables in Function Instead of Variables Scope

I used to create application variables for my cfc object which usually called many times from my coldfusion pages. This will help you to…

·3 min read
Uncategorized

Strange ColdFusion Issue, JRUN Eating Up to 50% of CPU

For one of our project we recently move to Amazon EC2 to make system easily scalable. This is kind of seasonal website which has…

·6 min read
Uncategorized

Listing Scheduled Task

I love cfschedule tag to create/update/delete schedule and use one file to create all schedules. This is really help whenever you swich server and…

·2 min read
Uncategorized

How to Prevent the Web Pages from Being Index by Search Engine

If you want to hide a page or website from search engines, you can do it in several ways. Since all search engines follow…

·2 min read
Uncategorized

Configure ColdFusion with VisualVM

For one of our project we are facing jrun high usage issue. When looking into task manager (Window 2008) I found jRun continously eating…

·2 min read