Search Results for: feed

LoadStorm TM Branding

Thank you for all of the wonderful feedback during the past two weeks. Last week we decided it would be best to change the product name from aWebStorm to LoadStorm™. Several of you preferred the name, and it has some advantages. First, LoadStorm™ sounds better. It more clearly describes the functionality of what we do….

Test-driven Development

TDD is not just a form of testing, it is a software design method as well. It’s a development technique based on pre-written test cases. The cases define feature enhancements that are added in short iterations. During the iterations, developers write the code necessary to pass that iteration’s tests and refactors the code to accommodate…

Contest Terms and Conditions

TERMS: No purchase necessary. Void where prohibited. TO REGISTER: Entries will only be accepted via this online format as comments to the contest blog page. No mailings or faxes will be valid. Limit ten entries per company. Non-winning applicants will not be rolled over to future contests. Not responsible for lost, late, incomplete, stolen, misdirected,…

Load Balancing

from wiki: In computer networking, load balancing is a technique to spread work between two or more computers, network links, CPUs, hard drives, or other resources, in order to get optimal resource utilization, maximize throughput, and minimize response time. Using multiple components with load balancing, instead of a single component, may increase reliability through redundancy….