Being Cellfish
Stuff I wished I've found in some blog (and sometimes did).
Pages
(Move to ...)
Home
About
Disclaimer
Contact
▼
Showing posts with label
performance
.
Show all posts
Showing posts with label
performance
.
Show all posts
2015-12-31
Linux performance investigation in 60 seconds
›
Since it is new year's eve I'm going to make it easy for myself.
1 comment:
2015-12-03
Web service scale testing
›
When I say web service scale testing I mean testing to figure out how many instances of your service you need. This type of testing is real...
2015-05-07
To await or not to await - that is the question
›
One question that comes up quite often is if you should always use async/await or not. Sadly enough the answer is not simple because there ...
2015-02-26
Maturity model for service monitoring
›
Over the years I've encountered organizations and individuals that all have different levels of service monitoring maturity. I figured i...
2014-08-14
Appreciating garbage
›
I once was working with a company that complained that my code was not optimized because it used 100% of the CPU . So I asked if the user in...
2014-07-31
Lying with statistics and StackOverflow
›
A recent article on StackOverflow performance brought some memories back; how easy it is to lie with statistics.
2014-02-20
Hashtable vs ConcurrentDictionary
›
Historically I've seen the Hashtable be favored over ConcurrentDictionary with the assumption that is was more efficient allowing for ...
2 comments:
›
Home
View web version