speed

Meshcentral.com - More Speed Improvements!



Over the last few days I have been having fun improving the performance of Meshcentral.com. I used object recycling techniques, database connection recycling to get quite a speed up. Well, I have been looking for more improvements and found a few more that I just released today.

Mesh - Speeding up ASP.net & MS SQL

I have been working on a new web site for monitoring and managing computers. Each management agent links up with other agents in the local network and the web site gets a constant streaming flow of computer state information. So, this flow of information about where each computer is on the network, what it's power state, etc.  being stored in a SQL database on the web server.

Review of 2 Performance related Chapters of “The Intel Guide for Developing Multithreaded applications”

Adding parallel processing to code is a desire of every software company that has a program which is significant in complexity and which needs to run faster. Processor clock rates are not increasing much and now multiple cores are being added to chips instead. The problem of speeding up software is moving from a hardware improvement problem to a software parallelization problem. My past blog post Why Parallel Processing? Why now?
Подписаться на speed