Get In Touch
Our address is:
31 The Cobbins
Burnham-on-Crouch
Essex
CM0 8QL
Our telephone number is
01621 78 22 43
Our email is:
info@artificialgold.com
I have recently been using 2 separate job sites for various reasons. When trying to get my main website rebuilt in Umbraco (a .NET CMS system), I investigated a few options. The main 2 I thought would be interesting to use (cost being key) were Stack Overflow careers and Odesk.com. StackOverflow.com is really interesting. It [...]
Another benefit can also be that SQL Server is expensive to scale whereas adding a new web/caching server can be cheaper to achieve.
We use caching at an application level to store all sorts of things, not all of them from a database either. You may manipulate data objects in your code then add to cache for instance.
You can even store markup if necessary (output caching).
In one day by using caching we moved our site from being able to handle 150 concurrent session while stress testing to well over 800. I strongly recommend using it!!

