high_scalability high_scalability-2010 high_scalability-2010-891 knowledge-graph by maker-knowledge-mining
Source: html
Introduction: In this post I'll cover the difference between multi-core concurrency that is often referred to as Scale-Up and distributed computing that is often referred to as Scale-Out mode. more ..
sentIndex sentText sentNum sentScore
1 In this post I'll cover the difference between multi-core concurrency that is often referred to as Scale-Up and distributed computing that is often referred to as Scale-Out mode. [sent-1, score-3.344]
wordName wordTfidf (topN-words)
[('referred', 0.821), ('often', 0.294), ('cover', 0.292), ('difference', 0.247), ('concurrency', 0.224), ('computing', 0.14), ('post', 0.12), ('distributed', 0.091)]
simIndex simValue blogId blogTitle
same-blog 1 1.0 891 high scalability-2010-09-01-Scale-out vs Scale-up
Introduction: In this post I'll cover the difference between multi-core concurrency that is often referred to as Scale-Up and distributed computing that is often referred to as Scale-Out mode. more ..
2 0.21336804 292 high scalability-2008-03-30-Scaling Out MySQL
Introduction: This post covers two main options for scaling-out MySql and compare between them. The first is based on data-base clustering and the second is based on In Memory clustering a.k.a Data Grid. A special emphasis is given to a pattern which shows how to scale our existing data base without changing it through a combination of Data Grid and data base as a background service. This pattern is referred to as Persistency as a Service (PaaS). It also address many of the fequently asked question related to how performance, reliability and scalability is achieved with this pattern.
3 0.16982594 939 high scalability-2010-11-09-The Tera-Scale Effect
Introduction: In the past year, Intel issued a series of powerful chips under the new Nehalem microarchitecture , with large numbers of cores and extensive memory capacity. This new class of chips is is part of a bigger Intel initiative referred to as Tera-Scale Computing . Cisco has released their Unified Computing System (UCS) equipped with a unique extended memory and high speed network within the box, which is specifically geared to take advantage of this type of CPU architecture . This new class of hardware has the potential to revolutionize the IT landscape as we know it. In this post, I want to focus primarily on the potential implications on application architecture, more specifically on the application platform landscape. more...
4 0.15058003 1216 high scalability-2012-03-27-Big Data In the Cloud Using Cloudify
Introduction: Edd Dumbill wrote an interesting article on O’Reilly Radar covering the current solutions for running Big Data in the Cloud Big data and cloud technology go hand-in-hand. Big data needs clusters of servers for processing, which clouds can readily provide. Big PaaS Edd touched briefly on the role of PaaS for delivering Big Data applications in the cloud Beyond IaaS, several cloud services provide application layer support for big data work. Sometimes referred to as managed solutions, or platform as a service (PaaS), these services remove the need to ucale things such as databases or MapReduce, reducing your workload and maintenance burden. Additionally, PaaS providers can realize great efficiencies by hosting at the application level, and pass those savings on to the customer. To put it simply, managing data clusters is one thing. Being able to process the data is yet another challenge that we need to think about when we’re dealing with application platforms, as I no
5 0.12619784 897 high scalability-2010-09-08-4 General Core Scalability Patterns
Introduction: Jesper Söderlund put together an excellent list of four general scalability patterns and four subpatterns in his post Scalability patterns and an interesting story : Load distribution - Spread the system load across multiple processing units Load balancing / load sharing - Spreading the load across many components with equal properties for handling the request Partitioning - Spreading the load across many components by routing an individual request to a component that owns that data specific Vertical partitioning - Spreading the load across the functional boundaries of a problem space, separate functions being handled by different processing units Horizontal partitioning - Spreading a single type of data element across many instances, according to some partitioning key, e.g. hashing the player id and doing a modulus operation, etc. Quite often referred to as sharding. Queuing and batch - Achieve efficiencies of scale by
6 0.11488102 590 high scalability-2009-05-06-Art of Distributed
7 0.10618268 325 high scalability-2008-05-25-How do you explain cloud computing to your grandma?
8 0.10196265 1258 high scalability-2012-06-05-Thesis: Concurrent Programming for Scalable Web Architectures
9 0.078570575 445 high scalability-2008-11-14-Useful Cloud Computing Blogs
10 0.074847616 772 high scalability-2010-02-05-High Availability Principle : Concurrency Control
11 0.072829485 1025 high scalability-2011-04-16-The NewSQL Market Breakdown
12 0.065101311 906 high scalability-2010-09-22-Applying Scalability Patterns to Infrastructure Architecture
13 0.058981627 1160 high scalability-2011-12-21-In Memory Data Grid Technologies
14 0.058564626 1187 high scalability-2012-02-03-Stuff The Internet Says On Scalability For February 3, 2012
15 0.058382217 612 high scalability-2009-05-31-Parallel Programming for real-world
16 0.056140594 1154 high scalability-2011-12-09-Stuff The Internet Says On Scalability For December 9, 2011
17 0.052573178 386 high scalability-2008-09-22-Cloud computing, grid computing, utility computing - list of top providers
18 0.050805818 668 high scalability-2009-08-01-15 Scalability and Performance Best Practices
19 0.049158476 236 high scalability-2008-02-03-Ideas on how to scale a shared inventory database???
20 0.047889691 295 high scalability-2008-04-02-Product: Supervisor - Monitor and Control Your Processes
topicId topicWeight
[(0, 0.035), (1, 0.016), (2, 0.027), (3, 0.045), (4, -0.026), (5, 0.013), (6, -0.007), (7, -0.029), (8, -0.031), (9, 0.042), (10, -0.025), (11, 0.021), (12, -0.004), (13, 0.01), (14, -0.019), (15, -0.023), (16, 0.013), (17, -0.035), (18, 0.012), (19, 0.006), (20, -0.012), (21, 0.021), (22, -0.017), (23, 0.023), (24, 0.023), (25, -0.031), (26, 0.004), (27, 0.064), (28, -0.011), (29, 0.029), (30, 0.049), (31, 0.008), (32, -0.025), (33, 0.044), (34, -0.009), (35, 0.006), (36, 0.045), (37, -0.021), (38, 0.018), (39, -0.007), (40, -0.035), (41, -0.024), (42, -0.012), (43, 0.014), (44, 0.046), (45, -0.023), (46, 0.034), (47, 0.026), (48, 0.012), (49, -0.016)]
simIndex simValue blogId blogTitle
same-blog 1 0.97515279 891 high scalability-2010-09-01-Scale-out vs Scale-up
Introduction: In this post I'll cover the difference between multi-core concurrency that is often referred to as Scale-Up and distributed computing that is often referred to as Scale-Out mode. more ..
2 0.72307599 590 high scalability-2009-05-06-Art of Distributed
Introduction: Art of Distributed Part 1: Rethinking about distributed computing models I ‘m getting a lot of questions lately about the distributed computing, especially distributed computing model, and MapReduce, such as: What is MapReduce? Can MapReduce fit in all situations? How we can compares it with other technologies such as Grid Computing? And what is the best solution to our situation? So I decide to write about the distributed computing article in two parts. First one about the distributed computing model and what is the difference between them. In the second part I will discuss the reliability, and distributed storage systems. Download the article in PDF format. Download the article in MS Word format. I wait for your comments, and questions, and I will answer it in part two.
3 0.69629717 743 high scalability-2009-11-23-Big Data on Grids or on Clouds?
Introduction: Contributed by Wolfgang Gentzsch: Now that we have a new computing paradigm, Cloud Computing, how can Clouds help our data? Replace our internal data vaults as we hoped Grids would? Are Grids dead now that we have Clouds? Despite all the promising developments in the Grid and Cloud computing space, and the avalanche of publications and talks on this subject, many people still seem to be confused about internal data and compute resources, versus Grids versus Clouds, and they are hesitant to take the next step. I think there are a number of issues driving this uncertainty. read more at: BigDataMatters.com
4 0.67831749 1049 high scalability-2011-05-31-Awesome List of Advanced Distributed Systems Papers
Introduction: As part of Dr. Indranil Gupta 's CS 525 Spring 2011 Advanced Distributed Systems class, he has collected an incredible list of resources on distributed systems . His research group is also doing some interesting work. The various topics include: Before there Were Clouds, Cloud Computing, P2P Systems, Basic Distributed Computing Concepts, Sensor Networks, Overlays and DHTs, Cloud Programming, Cloud Scheduling, Key-Value Stores, Storage, Sensor Net Routing, Geo-Distribution, P2P Apps, In-network processing, Epidemics, Probabilistic Membership Protocols, Distributed Monitoring and Management, Publish-Subscribe/CDNs, Measurement Studies, Old Wine: Stale or Vintage?, In Byzantium, Cloud Pricing, Other Industrial Systems, Structure of Networks, Completing the Circle, Green Clouds, Distributed Debugging, Flash!, The Middle or the End?, Availability-Aware Systems, Design Methodologies, Handling Stress, Sources of unreliability in networks, Handling Stress, Selfish algorithms, Securi
5 0.66870666 445 high scalability-2008-11-14-Useful Cloud Computing Blogs
Introduction: Update 2: Overcast: Conversations on Cloud Computing . Listened to the first two podcasts and they're doing a great job. Worth a look. The singing and dance routines are way over the top however :-) Update: 9 Sources of Cloud Computing News You May Not Know About by James Urquhart. I folded in these recommendations. Can't get enough cloud computing? Then you must really be a glutton for punishment! But just in case, here are some cloud computing resources, collected from various sources, that will help you transform into a Tesla silently flying solo down the diamond lane. Meta Sources Cloud Computing Email List : An often lively email list discussing cloud computing. Cloud Computing Blogs & Resources . An excellent and big list of cloud resources. Cloud Computing Portal : A community edited database for making the vendor selection process easier. List of Cloud Platforms, Providers, and Enablers . datacenterknowledge.com's Recap: More than 70 Industry Blogs : A
6 0.63722563 354 high scalability-2008-07-20-The clouds are coming
7 0.63412559 386 high scalability-2008-09-22-Cloud computing, grid computing, utility computing - list of top providers
8 0.6153332 325 high scalability-2008-05-25-How do you explain cloud computing to your grandma?
9 0.6143322 401 high scalability-2008-10-04-Is MapReduce going mainstream?
10 0.60956019 69 high scalability-2007-08-21-What does the next generation data center look like?
11 0.59422517 441 high scalability-2008-11-13-CloudCamp London 2: private clouds and standardisation
12 0.58690566 470 high scalability-2008-12-18-Risk Analysis on the Cloud (Using Excel and GigaSpaces)
13 0.58538091 580 high scalability-2009-04-24-INFOSCALE 2009 in June in Hong Kong
14 0.58004081 612 high scalability-2009-05-31-Parallel Programming for real-world
15 0.56229448 395 high scalability-2008-09-25-Is your cloud as scalable as you think it is?
16 0.55885053 629 high scalability-2009-06-14-CLOUD & GRID EVENT BY THE ONLINE GAMING HIGH SCALABILITY SIG
17 0.54572117 243 high scalability-2008-02-07-clusteradmin.blogspot.com - blog about building and administering clusters
18 0.54479665 635 high scalability-2009-06-22-Improving performance and scalability with DDD
19 0.53884959 592 high scalability-2009-05-06-DyradLINQ
20 0.53317505 803 high scalability-2010-04-05-Intercloud: How Will We Scale Across Multiple Clouds?
topicId topicWeight
[(1, 0.079), (2, 0.271), (37, 0.35)]
simIndex simValue blogId blogTitle
same-blog 1 0.88602555 891 high scalability-2010-09-01-Scale-out vs Scale-up
Introduction: In this post I'll cover the difference between multi-core concurrency that is often referred to as Scale-Up and distributed computing that is often referred to as Scale-Out mode. more ..
2 0.73023975 1033 high scalability-2011-05-02-The Updated Big List of Articles on the Amazon Outage
Introduction: Since The Big List Of Articles On The Amazon Outage was published we've a had few updates that people might not have seen. Amazon of course released their Summary of the Amazon EC2 and Amazon RDS Service Disruption in the US East Region . Netlix shared their Lessons Learned from the AWS Outage as did Heroku ( How Heroku Survived the Amazon Outage ), Smug Mug ( How SmugMug survived the Amazonpocalypse ), and SimpleGeo ( How SimpleGeo Stayed Up During the AWS Downtime ). The curious thing from my perspective is the general lack of response to Amazon's explanation. I expected more discussion. There's been almost none that I've seen. My guess is very few people understand what Amazon was talking about enough to comment whereas almost everyone feels qualified to talk about the event itself. Lesson for crisis handlers : deep dive post-mortems that are timely, long, honestish, and highly technical are the most effective means of staunching the downward spiral of media attention.
3 0.72315121 113 high scalability-2007-10-07-Paper: Architecture of a Highly Scalable NIO-Based Server
Introduction: The article describes the basic architecture of a connection-oriented NIO-based java server. It takes a look at a preferred threading model, Java Non-blocking I/O and discusses the basic components of such a server.
4 0.68751258 1029 high scalability-2011-04-25-The Big List of Articles on the Amazon Outage
Introduction: Please see The Updated Big List Of Articles On The Amazon Outage for a new improved list. So many great articles have been written on the Amazon Outage. Some aim at being helpful, some chastise developers for being so stupid, some chastise Amazon for being so incompetent, some talk about the pain they and their companies have experienced, and some even predict the downfall of the cloud. Still others say we have seen a sea change in future of the cloud, a prediction that's hard to disagree with, though the shape of the change remains...cloudy. I'll try to keep this list update as more information comes out. There will be a lot for developers to consider going forward. If there's a resource you think should be added, just let me know. Amazon's Explanation of What Happened Summary of the Amazon EC2 and Amazon RDS Service Disruption in the US East Region Hackers News thread on AWS Service Disruption Post Mortem Quite Funny Commentary on the Summary Experiences f
5 0.68612254 1379 high scalability-2012-12-31-Designing for Resiliency will be so 2013
Introduction: A big part of engineering for a quality experience is bringing in the long tail . An improbable severe failure can ruin your experience of a site, even if your average experience is quite good. That's where building for resilience comes in. Resiliency used to be outside the realm of possibility for the common system. It was simply too complex and too expensive. An evolution has been underway, making 2013 possibly the first time resiliency is truly on the table as a standard part of system architectures. We are getting the clouds, we are getting the tools, and prices are almost low enough. Even Netflix, real leaders in the resiliency architecture game, took some heat for relying completely on Amazon's ELB and not having a backup load balancing system, leading to a prolonged Christmas Eve failure . Adrian Cockcroft, Cloud Architect at Netflix, said they've investigated creating their own load balancing service, but that "we try not to invest in undifferentiated heavy lifting.
6 0.68300796 103 high scalability-2007-09-28-Kosmos File System (KFS) is a New High End Google File System Option
7 0.66920197 1415 high scalability-2013-03-04-7 Life Saving Scalability Defenses Against Load Monster Attacks
8 0.65138185 311 high scalability-2008-04-29-Strategy: Sample to Reduce Data Set
9 0.64215761 1133 high scalability-2011-10-27-Strategy: Survive a Comet Strike in the East With Reserved Instances in the West
10 0.64195096 965 high scalability-2010-12-29-Pinboard.in Architecture - Pay to Play to Keep a System Small
11 0.62933666 56 high scalability-2007-08-03-Running Hadoop MapReduce on Amazon EC2 and Amazon S3
12 0.62933666 565 high scalability-2009-04-13-Benchmark for keeping data in browser in AJAX projects
13 0.62902331 436 high scalability-2008-11-02-Strategy: How to Manage Sessions Using Memcached
14 0.62862283 223 high scalability-2008-01-25-Google: Introduction to Distributed System Design
15 0.62651479 836 high scalability-2010-06-04-Strategy: Cache Larger Chunks - Cache Hit Rate is a Bad Indicator
16 0.62637454 878 high scalability-2010-08-12-Strategy: Terminate SSL Connections in Hardware and Reduce Server Count by 40%
17 0.6257717 911 high scalability-2010-09-30-More Troubles with Caching
18 0.62151313 594 high scalability-2009-05-08-Eight Best Practices for Building Scalable Systems
19 0.62092429 455 high scalability-2008-12-01-MySQL Database Scale-out and Replication for High Growth Businesses
20 0.61551911 205 high scalability-2008-01-10-Letting Clients Know What's Changed: Push Me or Pull Me?