architecture series

Learn about architecture series, we have the largest and most updated architecture series information on alibabacloud.com

Related Tags:

SEQUOIADB Series Four: A brief analysis of architecture

In the first installment of this series, the installation of SEQUOIADB and the deployment of a (pseudo) cluster are briefly described.The second and third section of the SEQUOIADB cluster is simple to operate.In this article, we will make a simple analysis of the architecture of the sequoiadb.Because of their own limited ability, for the architecture of such a ta

Model-Oriented Software Architecture-4th volume, distributed computing mode language (4th volume of the classic POSA Series)

Model-Oriented Software Architecture-4th volume, distributed computing mode language (4th volume of the classic POSA Series) Basic Information Original Title: Pattern-Oriented Software Architecture Volume 4: A pattern language for Distributed ComputingOriginal Press: WileyAuthor: (de) Frank buschmann (UK) kevlin Henney (US) Douglas C. SchmidtTranslator: Xiao Pe

BlogEngine.NET Architecture and source Code Analysis series Part1: Introduction

I'm going to start this series recently, this is my first series. About BlogEngine.NET I want to say is that it is really good design, code concise but many functions, really though small, spite Ah, and have a lot of Web2.0 characteristics, and even its every line of code is worth our research, its development team is great. In fact, many foreign personal blog is the use of blogengine.net plus a custom skin

JBoss Series II: High-availability clustered environments using Apache httpd (mod_cluster) and JBoss architecture

are described below: 1. The client browser sends the request 2. Load Balancer forwards requests to Node 1 3. Exception occurred while node 1 was processing the business 4. Load Balancer switch request to Node 2 5. Node 2 complete the business request to return the results to the client request The client does not know that the server-side node 1 exception occurred during the completion of the above business request. At the core of the business is the real-time state replication between the

ODI Series Learning-the overall architecture concept

, developers define metadata, business rules, and constraints. This processing job is done by the agent in the existing information system. It connects to the available servers and executes the code with the server. It stores all the returned code and messages into the repository. It also stores statistical information, such as the number of records processed, processing time, and so on.Different repositories can exist in the same it architecture at t

Rookie Scrum Agile Practice Series (iii) planning of organizational---Functional architecture of user stories

user stories under that feature.Iv. Scrum User Story layerUser stories are a description of the functional points that are valuable to users, systems, or software purchasers, simply described as user needs, with a few sentences of the user's everyday language, the estimated workload can be completed in an iterative plan, and if the estimated workload is too large, it can be split into smaller user stories.Each user story contains multiple related tasks, changes, defects (bugs), test cases, and

Large Web site Architecture series: Message Queuing

broker Topic Each message published to the Kafka Cluster has a category, which is called topic. (Physically different topic messages are stored separately, logically a topic message is saved on one or more brokers but the user only needs to specify the topic of the message to produce or consume data without worrying about where the data is stored) Partition Parition is a physical concept, and each topic contains one or more partition. Producer Responsib

Software architecture is a series of hierarchical decisions

Debugging commands, and uses the communication layer to interact with the embedded part. Figure 1-5 CRC card: further decomposition of desktop applications Through the above case, we strongly feel that a series of important design decisions that software architects need to make are carried out in sequence by decomposing software systems. For example, without dividing the entire device debugging system into a desktop part and an embedded part, it is i

Index of my Architecture Experience series articles

The following is a summary of my personal architecture. I originally wanted to share it within the company. Therefore, there is no illustration of colloquial content, if no information is found in all the content, it may be inaccurate because it is something in your mind. I hope you can discuss it with each other. Note:ArticleThe overall architecture experience is not specific to specific languages and pl

Enterprise Management system front-end separation Architecture Design Series one permission model chapter

Original: Enterprise Management system front-end separation Architecture Design Series one permission model chapterThe previous time with Vue and react wrote two back-end management system Templates Vue-quasar-admin and 3YAdmin. RBAC-based permissions control is implemented in two projects. Because the job is back-end development, it is clear that the authority to control a management system should have the

Apache Shiro Series IV: Shiro architecture

management; #,realm coordination dispatch; #, event propagation; #, "Remember Me" service; #, create subject; #, sign out; 。。 If you want to implement all of these features within a class, it will be quite complex. But what if we further require that all of these features be flexible enough to be customizable? In order to provide more flexible configurable features, pluggable features, the implementation of Shiro is completely modular, the SecurityManager itself almost does not do anything,

Cloud computing-from basic to application architecture index series

ArticleDirectory Preface Document directory Last Preface Recently, many cloud computing-related content has been collected. On the one hand, it is due to personal interests and hobbies. On the other hand, it has participated in some conferences and seen the future development direction of enterprises, In addition, in light of the current work needs, I would like to summarize some of the current knowledge. Of course, this series

Architecture Ramble Series of Reading notes

when facing the new demand of the product. IV. Structure Segmentation1) Reasons for segmentation: A) the individual's load (time, space) is too heavy; b) Rights and obligations are not equal; 2) The principle of segmentation: A) One activity must not be segmented in a continuous period; b) The rights and obligations of the responsible person are equal after the segmentation; c) After slicing, should not exceed the load of a natural person; d) The segmentation phase is transparent to the system;

System Overview of the Aerospike-architecture series (Systems Overview)

store/retrieve data in a cluster without compromising performance.Aerospike provides multiple language APIs for building big data applications. Refer to the client manual for detailsWhen compiling an application, the API library is included with the smart terminal. To determine the location of the data at any given time, the intelligent terminal continuously monitors the cluster status. The smart client's location-aware technology ensures that, in most cases, the required data can be retrieved

Web application Extension Series (1): Architecture Chapter

Original: Web application extension Series (1): Architecture ChapterIn this article, I'll try to cover some of the architectural issues that you might encounter with Web App extensions or performance tuning.First, let's unify the concepts of some nouns or projects, and I'll list some of the issues that you might encounter when extending a web app, including: Ar

AWS-based time series processing application architecture

AWS-based time series processing application architecture When data is used as a periodic continuous measurement, it is called time series information. AWS's unique positioning addresses the scale-up challenges brought by Time Series-based information processing. This elasticity is achieved through AutoScaling groups f

BlogEngine.NET Architecture and source Code Analysis series PART15: summary

This article is the summary of this series, in this article, only from my own point of view of the blogengine.net. The content includes the advantages and disadvantages of blogengine.net, performance problems, how to read source code and so on. Reiterate the purpose of writing this series 1. Make yourself more in-depth understanding of the BlogEngine.NET architecture

Blogengine. NET architecture and source code analysis series Part2: Business Object-common parent class businessbase

The comments from my friends in the previous article gave me a lot of motivation to write this {Tagshow (Event)} "> Series of articles, it seems that everyone is more concerned about this series. In the first half of this article, I will explain the overall structure of blogengine. net {Tagshow (Event)} "> Architecture, the second half is mainly for the analysis

[Samza series] Real-time computing samza Chinese tutorial (III)-Architecture

helps improve System Fault Tolerance: if a machine crashes, no messages will be lost because they are stored in other machines. In addition, if the second job consumes messages slowly or stops for some reason, the first task does not affect: the disk buffer can accumulate messages until the second task is faster. By partitioning a topic, data stream processing is split into tasks and executed concurrently on multiple machines, so that samza has a high message throughput. By combining yarn and K

Distributed Transaction Series (1.2) Spring's transaction architecture

in XML In the code, you can configure @transactional to enable transaction interception. @Transactional(propagation=Propagation.REQUIRED)public void save(User user){ xxxx} Starting the annotation scan in the XML configuration, the container bean that joins the @transactional tag is created with the proxy object, and the transaction interceptor is added. When performing a transaction interception, the corresponding transaction configuration and transaction manager configuration is removed fr

Total Pages: 15 1 .... 4 5 6 7 8 .... 15 Go to: Go

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.