February 12, 2009
Forcing CFC Documentation with Unit Tests
Here's a unit test I wrote today that makes sure every public CFC function has a hint attribute specified:<cffunction name="testPublicFunctionHasHint">
<cfset var md = GetMetaData(variables.
February 05, 2009
Using Apache Bench for Simple Load Testing
If you have access to a Mac or Linux server, chances are you may already have a really simple http load generating tool installed called Apache Bench, or ab. If you are on windows and have Apache installed, you may also have ab.exe in your apache/bin folder.





