In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-04-02 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/02 Report--
This article mainly explains the "matters needing attention outside the ASP.NET caching mechanism". The content in the article is simple and clear, and it is easy to learn and understand. Please follow the editor's train of thought to study and learn what matters needing attention outside the ASP.NET caching mechanism.
Net technology is more like borrowing this platform. The vast majority of their page output is made using constructed strings or Response.Write. Simplicity is beauty. When they write programs, they strictly follow this rule. In turn, think about the inheritance controls of up to seven layers in CommunityServer. It looks a bit like this: (basic) (web) (templated) (photo album basic template) (album template) (album replaceable style) XXX control, look at this long list of attributes, it inherits in each layer to achieve different characteristics, the structure is actually quite clear, POF is a bit like what, hand-made Audi, the performance is not said, is the trouble point. Shouldn't those friends of B4Discuzhuang NT reflect on this?)
In other words, this does not mean that the Control created by the micro software is useless, but for small and medium-sized applications, what we need more is development efficiency, and the load is not so large, there is a suspicion of over-optimization, what is appropriate is the best, and the most important thing is to be able to quickly produce things that satisfy users.
What are the considerations outside the ASP.NET caching mechanism
Let's take a look at some interesting things in it:
1. Tens of millions of photo requests are processed by their servers, but they are cached in memory and are all below 2KB.
3. Although the use of Gzip technology increases the CPU overhead by 30%, it is worth it in terms of bandwidth savings.
4. Asp.Net 's caching mechanism is not used because the data is updated so fast that it expires once it is in the cache.
5. Use a lot of simple statements like if,else or while+Response.Write to implement the function.
6. Load balancing (it seems that no one doesn't use it)
With 30 million page views per day, the server has only 2 WebServer+3 and DBServer, and the optimization effort is really good.
Thank you for your reading. The above is the content of "what are the considerations outside the ASP.NET caching mechanism". After the study of this article, I believe you have a deeper understanding of what matters needing attention outside the ASP.NET caching mechanism, and the specific usage needs to be verified in practice. Here is, the editor will push for you more related knowledge points of the article, welcome to follow!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.