Thinking in a Highly Concurrent, Mostly-functional Language

Size: px
Start display at page:

Download "Thinking in a Highly Concurrent, Mostly-functional Language"

Transcription

1 Thinking in a Highly Concurrent, Mostly-functional Language Build Stuff Vilnius, November 19th 2014 Francesco Cesarini Founder & Technical francesco@erlang-solutions.com

2 Thinking in a Highly Concurrent, Mostly-functional Language Erlang Training and Consulting Ltd QCON London, March 12 th, 2009 Francesco Cesarini francesco@erlang-consulting.com

3 counter_loop(count) -> receive increment -> counter_loop(count + 1); {count, To} -> To! {count, Count}, counter_loop(count) end. Erlang

4 Tim Bray, Director of Web Technologies Sun Microsystems

5 Tim Bray, Director of Web Technologies Sun Microsystems

6 Syntax

7 Concurrency

8 Erlang Highlights: Concurrency Creating a new process using spawn -module(ex3). -export([activity/3]). activity(name,pos,size) -> activity(joe,75,1024) Pid = spawn(ex3,activity,[joe,75,1024])

9 Erlang Highlights: Concurrency Processes communicate by asynchronous message passing Pid! {data,12,13} receive {start} -> {stop} -> {data,x,y} -> end

10 Products: AXD301 Switch A Telephony-Class, scalable ( GBps) ATM switch Designed from scratch in less than 3 years AXD 301 Success factors:! Competent organisation and people! Efficient process! Excellent technology (e.g. Erlang/OTP)

11 Products: AXD301 Switch Erlang: ca 1.5 million lines of code! Nearly all the complex control logic! Operation & Maintenance! Web server and runtime HTML/ JavaScript generation C/C++: ca 500k lines of code! Third party software! Low-level protocol drivers! Device drivers Java: ca 13k lines of code! Operator GUI applets

12 Concurrency Modeling Model for the natural concurrency in your problem In the old days, processes were a critical resource! Rationing processes led to complex and unmanageable code Nowadays, processes are very cheap: if you need a process create one! Example: AXD301 process model 1 st prototype: 6 processes/call 2 processes/call 1 process/all calls 2 processes/ call transaction 4-5 processes/ call transaction

13 1+1 Redundancy Good ol Telecoms ~ calls per processor pair Stable-state replication No ongoing sessions lost at failover Active Standby Control plane User plane Control signalling Device board Data path

14 First IM Proxy Prototype sockets multiplexing de-multiplexing state/error handling de-multiplexing sockets multiplexing listener users

15 First IM Proxy Prototype sockets supervisor multiplexing state/error handling simple 1-1 de-multiplexing sockets multiplexing listener users

16 Products: EjabberD IM Server A distributed XMPP server Started as an Open Source Project by Alexey Shchepin Commercially Supported by Process-One (Paris)! 40% of the XMPP IM market! Used as a transport layer! Managed 30,000 users / node

17 Products: EjabberD IM Server A distributed XMPP server Started as an Open Source project by Alexey Shchepin Commercially Supported by Process-One (Paris)! 40% of the XMPP IM market! Used as a transport layer! 2008, Managed 30,000 users / node MongooseIM is a fork and rewrite! Open Source, supported by Erlang Solutions! Used for Messaging and Device Management! 2014, managed 1 million users / node

18 Fully Replicated Cluster Ejabberd 2002 Client must re-connect if one of its session handlers dies s2s muc Load balancer s2s c2s muc sm c2s sm s2s c2s muc sm Fully replicated Mnesia database

19 Share-nothing Architecture Messaging Gateway

20 Share-nothing Architecture Messaging Gateway Router/FE Router/FE Router/FE Router/FE POP SMTP IMAP... tunnel POP SMTP IMAP... tunnel POP SMTP IMAP... HTTP HTTP DBMS

21 Erlang Concurrency Under Stress Pre-SMP 100% CPU Throughput / Second Line 1 Balanced Erlang System Line 2 Erlang System with bottle necks Simultaneous Requests

22 Erlang Concurrency Under Stress Pre-SMP YAWS Throughput (KBytes/second) Simultaneous Requests

23 Erlang Concurrency Under Stress Post-SMP

24 Stress Tests With SMP I/O Starvation TCP/IP Congestion Memory Spikes Timeout Fine-tuning OS Limitations ERTS Configuration Flags Shut down Audit Logs

25 SMP bottlenecks pre 2008

26 SMP bottlenecks post 2008 Erlang VM Scheduler #1 run queue Scheduler #2 run queue migration logic Scheduler #N run queue

27 Big Bang Benchmark post 2008 "

28 Mandelbrot "

29 Now for the Bottlenecks "

30 Now for the Bottlenecks "

31 Now for the Bottlenecks

32 Now for the Bottlenecks

33 Now for the Bottlenecks

34 Riak and other scalable architectures

35 N/R/W Values Erlang Erlang Solutions Ltd Solutions Ltd

36 N/R/W Values Erlang Erlang Solutions Ltd Solutions Ltd

37 Clusters and SD Erlang

38 Release Statement of Aims To scale the radical concurrency-oriented programming paradigm to build reliable general-purpose software, such as serverbased systems, on massively parallel machines (10^5 cores).!!!!!!"

39 Release Limitations exist on all levels. You would not want an Erlang VM to run with 10^5 schedulers.!!!!!!"

40 Release Push the responsibility for scalability from the programmer to the VM Analyze performance and scalability Identify bottlenecks and prioritize changes and extensions Tackle well-known scalability issues Ets tables (shared global data structure) Message passing, copying and frequently communicating processes

41

42 Discount Code: authd 50% off the Early Release 40% off the printed copy

2015 Erlang Solutions Ltd

2015 Erlang Solutions Ltd Thinking in a Highly Concurrent, Mostly-functional Language GOTO Berlin Berlin, December 4 th 2015 Francesco Cesarini Founder & Technical Director @francescoc francesco@erlang-solutions.com Thinking in

More information

Styling your Architecture in an Evolving Concurrent World

Styling your Architecture in an Evolving Concurrent World Styling your Architecture in an Evolving Concurrent World Erlang Training and Consulting Ltd JAOO Aarhus, October 5 th, 2009 Francesco Cesarini francesco@erlang-consulting.com @FrancescoC Erlang Forces

More information

FRANCESCO CESARINI. presents ERLANG/OTP. Francesco Cesarini Erlang

FRANCESCO CESARINI. presents ERLANG/OTP. Francesco Cesarini Erlang FRANCESCO CESARINI presents Francesco Cesarini Erlang Solutions ERLANG/OTP @FrancescoC francesco@erlang-solutions.com www.erlang-solutions.com WHAT IS SCALABILITY? WHAT IS (MASSIVE) CONCURRENCY? WHAT

More information

An Introduction to Erlang

An Introduction to Erlang Erlang Solutions Ltd An Introduction to Erlang From behind the trenches GOTO Amsterdam Amsterdam, May 25 th 2012 Francesco Cesarini Founder, Technical Director @FrancescoC francesco@erlang-solutions.com

More information

An Introduction to Erlang

An Introduction to Erlang Erlang Solutions Ltd An Introduction to Erlang From behind the trenches GOTO Copenhagen May 13 th, 2011 Francesco Cesarini Founder, Technical Director @FrancescoC francesco@erlang-solutions.com So Here

More information

An Introduction to Erlang

An Introduction to Erlang Erlang Solutions Ltd An Introduction to Erlang From behind the trenches Erlang Factory Lite Zurich, April 23 rd 2012 Francesco Cesarini Founder, Technical Director @FrancescoC francesco@erlang-solutions.com

More information

Francesco Cesarini. Concurrency + Distribution = Availability + Scalability.

Francesco Cesarini. Concurrency + Distribution = Availability + Scalability. Concurrency + Distribution = Availability + Scalability Francesco Cesarini francesco@erlang-solutions.com www.erlang-solutions.com @francescoc Chapter 13 Ch 13: Node Architecture Chapter 13 Ch 13: Distributed

More information

Scalable ejabberd. Konstantin Tcepliaev. Moscow Erlang Factory Lite June 2012

Scalable ejabberd. Konstantin Tcepliaev. Moscow Erlang Factory Lite June 2012 Scalable ejabberd Konstantin Tcepliaev Moscow Erlang Factory Lite June 2012 ejabberd XMPP (previously known as Jabber) IM server Erlang/OTP Mnesia for temporary data (sessions, routes, etc.) Mnesia or

More information

Erlang. Joe Armstrong.

Erlang. Joe Armstrong. Erlang Joe Armstrong joe.armstrong@ericsson.com 1 Who is Joe? Inventor of Erlang, UBF, Open Floppy Grid Chief designer of OTP Founder of the company Bluetail Currently Software Architect Ericsson Current

More information

ERLANG EVOLVES FOR MULTI-CORE AND CLOUD ENVIRONMENTS

ERLANG EVOLVES FOR MULTI-CORE AND CLOUD ENVIRONMENTS ERLANG EVOLVES FOR MULTI-CORE AND CLOUD ENVIRONMENTS Torben Hoffmann Erlang Solutions Ltd. @LeHoff http://musings-of-an-erlang-priest.blogspot.dk/ 1 Agenda Erlang fundamentals Challenges 2 2 Warning 1:

More information

Jargons, Concepts, Scope and Systems. Key Value Stores, Document Stores, Extensible Record Stores. Overview of different scalable relational systems

Jargons, Concepts, Scope and Systems. Key Value Stores, Document Stores, Extensible Record Stores. Overview of different scalable relational systems Jargons, Concepts, Scope and Systems Key Value Stores, Document Stores, Extensible Record Stores Overview of different scalable relational systems Examples of different Data stores Predictions, Comparisons

More information

Massive IM Scalability using WebSockets Michał Ślaski

Massive IM Scalability using WebSockets Michał Ślaski Erlang Solutions Ltd. Massive IM Scalability using WebSockets Michał Ślaski What am I chatting about? 1999-2011 Erlang Solutions Ltd. 2 What am I chatting about? Chat features 1999-2011 Erlang Solutions

More information

Integrating XMPP based communicator with large scale portal

Integrating XMPP based communicator with large scale portal Why ejabberd? Changes to ejabberd Problems we encountered Integrating XMPP based communicator with large scale portal Erlang Factory Lite Kraków 2010 2nd of December 2010 Why ejabberd? Changes to ejabberd

More information

SEDA: An Architecture for Well-Conditioned, Scalable Internet Services

SEDA: An Architecture for Well-Conditioned, Scalable Internet Services SEDA: An Architecture for Well-Conditioned, Scalable Internet Services Matt Welsh, David Culler, and Eric Brewer Computer Science Division University of California, Berkeley Operating Systems Principles

More information

20 Years of Commercial Functional Programming

20 Years of Commercial Functional Programming 20 Years of Commercial Functional Programming Ulf Wiger Senior Software Architect Ericsson AB 2004-07-01 1 History of Erlang How to design SW for future telecoms systems? 1995: Several new projects 1998:

More information

Erlang and Concurrency. André Pang Rising Sun Research

Erlang and Concurrency. André Pang Rising Sun Research Erlang and Concurrency André Pang Rising Sun Research Games. Unreal 3 engine. Amazing graphics. (Unreal 3 video demo.) 2004/2005? Still state-of-the-art. What does that game have to do with this talk?

More information

Designing for Scalability. Patrick Linskey EJB Team Lead BEA Systems

Designing for Scalability. Patrick Linskey EJB Team Lead BEA Systems Designing for Scalability Patrick Linskey EJB Team Lead BEA Systems plinskey@bea.com 1 Patrick Linskey EJB Team Lead at BEA OpenJPA Committer JPA 1, 2 EG Member 2 Agenda Define and discuss scalability

More information

MongooseIM - Messaging that Scales

MongooseIM - Messaging that Scales MongooseIM - Messaging that Scales Michał Ślaski What is MongooseIM? 2 What is MongooseIM? Instant messaging for Social Media, Gaming and Telecommunications 2 What is MongooseIM? Instant messaging for

More information

CS533 Concepts of Operating Systems. Jonathan Walpole

CS533 Concepts of Operating Systems. Jonathan Walpole CS533 Concepts of Operating Systems Jonathan Walpole SEDA: An Architecture for Well- Conditioned Scalable Internet Services Overview What does well-conditioned mean? Internet service architectures - thread

More information

STATEFUL TCP/UDP traffic generation and analysis

STATEFUL TCP/UDP traffic generation and analysis XENATM STATEFUL TCP/UDP traffic generation and analysis Ideal for validating firewalls, switches, routers, NAT routers, proxies, load-balancers, bandwidth shapers and more. VULCAN LAYER 4-7 GIGABIT ETHERNET

More information

Adobe ColdFusion (2016 release)

Adobe ColdFusion (2016 release) Adobe (2016 release) Feature improvement history Features included in each edition of Adobe API Manager API monitoring API version and lifecycle management API access control API rate limiting and throttling

More information

All you need is fun. Cons T Åhs Keeper of The Code

All you need is fun. Cons T Åhs Keeper of The Code All you need is fun Cons T Åhs Keeper of The Code cons@klarna.com Cons T Åhs Keeper of The Code at klarna Architecture - The Big Picture Development - getting ideas to work Code Quality - care about the

More information

Programming Language Impact on the Development of Distributed Systems

Programming Language Impact on the Development of Distributed Systems Programming Language Impact on the Development of Distributed Systems Steve Vinoski Architect, Basho Technologies Cambridge, MA USA vinoski@ieee.org @stevevinoski http://steve.vinoski.net/ Co-Authors Debasish

More information

Oracle 10g and IPv6 IPv6 Summit 11 December 2003

Oracle 10g and IPv6 IPv6 Summit 11 December 2003 Oracle 10g and IPv6 IPv6 Summit 11 December 2003 Marshal Presser Principal Enterprise Architect Oracle Corporation Agenda Oracle Distributed Computing Role of Networking IPv6 Support Plans Early IPv6 Implementations

More information

The Lion of storage systems

The Lion of storage systems The Lion of storage systems Rakuten. Inc, Yosuke Hara Mar 21, 2013 1 The Lion of storage systems http://www.leofs.org LeoFS v0.14.0 was released! 2 Table of Contents 1. Motivation 2. Overview & Inside

More information

Carrier grade VoIP systems with Kamailio

Carrier grade VoIP systems with Kamailio Carrier grade VoIP systems with Kamailio Welcome! Kamailio project 1&1 Internet AG Linuxtag 2009, 24.06.2009 Outline 1. 1&1 VoIP backend purpose and usage architecture 2. Kamailio SIP server 3. High-availability

More information

CMPE 150/L : Introduction to Computer Networks. Chen Qian Computer Engineering UCSC Baskin Engineering Lecture 4

CMPE 150/L : Introduction to Computer Networks. Chen Qian Computer Engineering UCSC Baskin Engineering Lecture 4 CMPE 150/L : Introduction to Computer Networks Chen Qian Computer Engineering UCSC Baskin Engineering Lecture 4 1 Lab schedule confirmation Mondays, 12:00-2:00pm Tuesdays, 11:00am-1:00pm Wednesdays, 4:00-6:00pm

More information

Erlang-DTrace. Garry Bulmer. Team DTrace: Tim Becker

Erlang-DTrace. Garry Bulmer. Team DTrace: Tim Becker Erlang-DTrace Garry Bulmer Team DTrace: Tim Becker What I'm going to talk about Introduction to DTrace & DTrace Architecture Demo of DTrace with one liners Erlang-Dtrace Vision & Fit Erlang VM Architecture

More information

Diffusion TM 5.0 Performance Benchmarks

Diffusion TM 5.0 Performance Benchmarks Diffusion TM 5.0 Performance Benchmarks Contents Introduction 3 Benchmark Overview 3 Methodology 4 Results 5 Conclusion 7 Appendix A Environment 8 Diffusion TM 5.0 Performance Benchmarks 2 1 Introduction

More information

Lecture 7: February 10

Lecture 7: February 10 CMPSCI 677 Operating Systems Spring 2016 Lecture 7: February 10 Lecturer: Prashant Shenoy Scribe: Tao Sun 7.1 Server Design Issues 7.1.1 Server Design There are two types of server design choices: Iterative

More information

GnuGk The GNU Gatekeeper

GnuGk The GNU Gatekeeper GnuGk The GNU Gatekeeper OpenSource Telephony Summit 2006 Jan Willamowius Project Overview (1) started in 1999, GPL licence all regular H.323 gatekeeper features address translation (alias to IP) access

More information

WHITE PAPER NGINX An Open Source Platform of Choice for Enterprise Website Architectures

WHITE PAPER NGINX An Open Source Platform of Choice for Enterprise Website Architectures ASHNIK PTE LTD. White Paper WHITE PAPER NGINX An Open Source Platform of Choice for Enterprise Website Architectures Date: 10/12/2014 Company Name: Ashnik Pte Ltd. Singapore By: Sandeep Khuperkar, Director

More information

Redundancy. Cisco Unified Communications Manager Redundancy Groups

Redundancy. Cisco Unified Communications Manager Redundancy Groups This chapter provides information about redundancy in Cisco Unified Communications Manager which provides several forms of redundancy: Call-processing redundancy - Using Cisco Unified Communications Manager

More information

TCP Nice: A Mechanism for Background Transfers

TCP Nice: A Mechanism for Background Transfers Improving Internet Availability and Reliability TCP : A Mechanism for Background Transfers Z. Morley Mao Lecture 7 Feb 2, 2004 Arun Venkataramani, Ravi Kokku, Mike Dahlin Laboratory of Advanced Systems

More information

Adobe ColdFusion 11 Enterprise Edition

Adobe ColdFusion 11 Enterprise Edition Adobe ColdFusion 11 Enterprise Edition Version Comparison Adobe ColdFusion 11 Enterprise Edition Adobe ColdFusion 11 Enterprise Edition is an all-in-one application server that offers you a single platform

More information

Raghav Karol Motorola Solutions. Torben Hoffmann Motorola Solutions

Raghav Karol Motorola Solutions. Torben Hoffmann Motorola Solutions Raghav Karol Motorola Solutions Torben Hoffmann Motorola Solutions Setting the stage Pop Quiz Which of the items returned to Gordon Gecko represent QuickCheck? Silk handkerchief Gold watch Ring Gold money

More information

Distributed systems' architecture. Typical application model. Example ( classic app.) A.Lioy - Politecnico di Torino (2009) A-1

Distributed systems' architecture. Typical application model. Example ( classic app.) A.Lioy - Politecnico di Torino (2009) A-1 Distributed systems' architecture Antonio Lioy < lioy@polito.it it > english version created and modified by Marco D. Aime < m.aime@polito.it > Politecnico di Torino Dip. Automatica e Informatica Typical

More information

Distributed systems' architecture

Distributed systems' architecture Distributed systems' architecture Antonio Lioy < lioy@polito.it > english version created and modified by Marco D. Aime < m.aime@polito.it > Politecnico di Torino Dip. Automatica e Informatica Typical

More information

CS/IT321. Hall Ticket Number: April, 2017 Sixth Semester Time: Three Hours Answer Question No.1 compulsorily. Answer ONE question from each unit.

CS/IT321. Hall Ticket Number: April, 2017 Sixth Semester Time: Three Hours Answer Question No.1 compulsorily. Answer ONE question from each unit. CS/IT321 Computer Networks 1. Answer all questions (1X12=12 Marks) a. Differentiate WAN & MAN. b. What is meant by Packet Switching? c. How multicasting is different from Broadcasting? d. Define a subnet.

More information

Hochperformante Softwarearchitekturen Planung, Zufall oder Erfahrung? Unser Geheimrezept!

Hochperformante Softwarearchitekturen Planung, Zufall oder Erfahrung? Unser Geheimrezept! Hochperformante Softwarearchitekturen Planung, Zufall oder Erfahrung? Unser Geheimrezept! Alexander Buchmann, Wolfgang Strunk Siemens Enterprise Communications SeaCon 2011 Hamburg, June 28th Page 1 Welcome

More information

Application Layer Introduction; HTTP; FTP

Application Layer Introduction; HTTP; FTP Application Layer Introduction; HTTP; FTP Tom Kelliher, CS 325 Feb. 4, 2011 1 Administrivia Announcements Assignment Read 2.4 2.6. From Last Time Packet-switched network characteristics; protocol layers

More information

Stream Control Transmission Protocol - Wikipedia, the free encyclopedia

Stream Control Transmission Protocol - Wikipedia, the free encyclopedia Page 1 of 9 Stream Control Transmission Protocol From Wikipedia, the free encyclopedia In the field of The five-layer TCP/IP model 5. Application layer DHCP DNS FTP Gopher HTTP IMAP4 IRC NNTP XMPP MIME

More information

Infiniband Fast Interconnect

Infiniband Fast Interconnect Infiniband Fast Interconnect Yuan Liu Institute of Information and Mathematical Sciences Massey University May 2009 Abstract Infiniband is the new generation fast interconnect provides bandwidths both

More information

Scaling Internet TV Content Delivery ALEX GUTARIN DIRECTOR OF ENGINEERING, NETFLIX

Scaling Internet TV Content Delivery ALEX GUTARIN DIRECTOR OF ENGINEERING, NETFLIX Scaling Internet TV Content Delivery ALEX GUTARIN DIRECTOR OF ENGINEERING, NETFLIX Inventing Internet TV Available in more than 190 countries 104+ million subscribers Lots of Streaming == Lots of Traffic

More information

TRANSMISSION CONTROL PROTOCOL. ETI 2506 TELECOMMUNICATION SYSTEMS Monday, 7 November 2016

TRANSMISSION CONTROL PROTOCOL. ETI 2506 TELECOMMUNICATION SYSTEMS Monday, 7 November 2016 TRANSMISSION CONTROL PROTOCOL ETI 2506 TELECOMMUNICATION SYSTEMS Monday, 7 November 2016 ETI 2506 - TELECOMMUNICATION SYLLABUS Principles of Telecom (IP Telephony and IP TV) - Key Issues to remember 1.

More information

Active Server Pages Architecture

Active Server Pages Architecture Active Server Pages Architecture Li Yi South Bank University Contents 1. Introduction... 2 1.1 Host-based databases... 2 1.2 Client/server databases... 2 1.3 Web databases... 3 2. Active Server Pages...

More information

Memory-Mapped Files. generic interface: vaddr mmap(file descriptor,fileoffset,length) munmap(vaddr,length)

Memory-Mapped Files. generic interface: vaddr mmap(file descriptor,fileoffset,length) munmap(vaddr,length) File Systems 38 Memory-Mapped Files generic interface: vaddr mmap(file descriptor,fileoffset,length) munmap(vaddr,length) mmap call returns the virtual address to which the file is mapped munmap call unmaps

More information

Cloud Programming James Larus Microsoft Research. July 13, 2010

Cloud Programming James Larus Microsoft Research. July 13, 2010 Cloud Programming James Larus Microsoft Research July 13, 2010 New Programming Model, New Problems (and some old, unsolved ones) Concurrency Parallelism Message passing Distribution High availability Performance

More information

Dimensioning Company Intranets for IT Bandwidth CASE Study for Central Europe Telecom

Dimensioning Company Intranets for IT Bandwidth CASE Study for Central Europe Telecom Dimensioning Company Intranets for IT Bandwidth CASE Study for Central Europe Telecom Sandor Vincze Neumann Institute Email: vincze.sandor@iij.hu Abstract: Contemporary renaissance distributed computing

More information

CS 4300 Computer Graphics

CS 4300 Computer Graphics CS 4300 Computer Graphics Prof. Harriet Fell Fall 2011 Lecture 8 September 22, 2011 GUIs GUIs in modern operating systems cross-platform GUI frameworks common GUI widgets event-driven programming Model-View-Controller

More information

OceanStor 9000 InfiniBand Technical White Paper. Issue V1.01 Date HUAWEI TECHNOLOGIES CO., LTD.

OceanStor 9000 InfiniBand Technical White Paper. Issue V1.01 Date HUAWEI TECHNOLOGIES CO., LTD. OceanStor 9000 Issue V1.01 Date 2014-03-29 HUAWEI TECHNOLOGIES CO., LTD. Copyright Huawei Technologies Co., Ltd. 2014. All rights reserved. No part of this document may be reproduced or transmitted in

More information

ONE TEAM, FOUR LOCATIONS, THREE TIME ZONES. ONE GOAL.

ONE TEAM, FOUR LOCATIONS, THREE TIME ZONES. ONE GOAL. ONE TEAM, FOUR LOCATIONS, THREE TIME ZONES. ONE GOAL. TEAMS OVERVIEW Sqor Sports - San Francisco, United States Inaka - Buenos Aires, Argentina Erlang Solutions - Stockholm, Sweden Erlang Solutions - Budapest,

More information

Interprocess Communication Mechanisms

Interprocess Communication Mechanisms Interprocess Communication 1 Interprocess Communication Mechanisms shared storage These mechanisms have already been covered. examples: shared virtual memory shared files processes must agree on a name

More information

shared storage These mechanisms have already been covered. examples: shared virtual memory message based signals

shared storage These mechanisms have already been covered. examples: shared virtual memory message based signals Interprocess Communication 1 Interprocess Communication Mechanisms shared storage These mechanisms have already been covered. examples: shared virtual memory shared files processes must agree on a name

More information

Introduction. version 5.0

Introduction. version 5.0 Introduction version 5.0 Typeset in L A TEX from SGML source using the DOCBUILDER 3.0 Document System. Contents 1 Introduction 1 1.1 Introduction.......................................... 2 Erlang and

More information

Adapted from: TRENDS AND ATTRIBUTES OF HORIZONTAL AND VERTICAL COMPUTING ARCHITECTURES

Adapted from: TRENDS AND ATTRIBUTES OF HORIZONTAL AND VERTICAL COMPUTING ARCHITECTURES Adapted from: TRENDS AND ATTRIBUTES OF HORIZONTAL AND VERTICAL COMPUTING ARCHITECTURES Tom Atwood Business Development Manager Sun Microsystems, Inc. Takeaways Understand the technical differences between

More information

Ultra high-speed transmission technology for wide area data movement

Ultra high-speed transmission technology for wide area data movement Ultra high-speed transmission technology for wide area data movement Michelle Munson, president & co-founder Aspera Outline Business motivation Moving ever larger file sets over commodity IP networks (public,

More information

IBM FileNet Content Manager 5.2. Asynchronous Event Processing Performance Tuning

IBM FileNet Content Manager 5.2. Asynchronous Event Processing Performance Tuning IBM FileNet Content Manager 5.2 April 2013 IBM SWG Industry Solutions/ECM IBM FileNet Content Manager 5.2 Asynchronous Event Processing Performance Tuning Copyright IBM Corporation 2013 Enterprise Content

More information

Performance Testing: Respect the Difference

Performance Testing: Respect the Difference Performance Testing: Respect the Difference Software Quality Days 2014 January 16, 2014 Alexander Podelko apodelko@yahoo.com http://alexanderpodelko.com/blog @apodelko About Me Have specialized in performance

More information

How we scaled push messaging for millions of Netflix devices. Susheel Aroskar Cloud Gateway

How we scaled push messaging for millions of Netflix devices. Susheel Aroskar Cloud Gateway How we scaled push messaging for millions of Netflix devices Susheel Aroskar Cloud Gateway Why do we need push? How I spend my time in Netflix application... What is push? What is push? How you can build

More information

Configuring the Oracle Network Environment. Copyright 2009, Oracle. All rights reserved.

Configuring the Oracle Network Environment. Copyright 2009, Oracle. All rights reserved. Configuring the Oracle Network Environment Objectives After completing this lesson, you should be able to: Use Enterprise Manager to: Create additional listeners Create Oracle Net Service aliases Configure

More information

RabbitMQ Overview. Tony Garnock-Jones

RabbitMQ Overview. Tony Garnock-Jones RabbitMQ Overview Tony Garnock-Jones Agenda AMQP in 3 minutes RabbitMQ architecture Availability, Clustering, Federation Durability, Persistence, Memory usage Security Operational Tools

More information

OO Based Development of a Multi Media Application Server Prototype

OO Based Development of a Multi Media Application Server Prototype OO Based Development of a Multi Media Application Prototype E. GUL, G. WILLEKENS(team leader), F.HOSTE, T. BATSELE, R. SELDERSLAGHS, N. QUARTIER Alcatel Bell (A7) Francis Wellesplein 1 2018 Antwerpen,

More information

Chapter 3 outline. 3.5 Connection-oriented transport: TCP. 3.6 Principles of congestion control 3.7 TCP congestion control

Chapter 3 outline. 3.5 Connection-oriented transport: TCP. 3.6 Principles of congestion control 3.7 TCP congestion control Chapter 3 outline 3.1 Transport-layer services 3.2 Multiplexing and demultiplexing 3.3 Connectionless transport: UDP 3.4 Principles of reliable data transfer 3.5 Connection-oriented transport: TCP segment

More information

BUILDING A SCALABLE MOBILE GAME BACKEND IN ELIXIR. Petri Kero CTO / Ministry of Games

BUILDING A SCALABLE MOBILE GAME BACKEND IN ELIXIR. Petri Kero CTO / Ministry of Games BUILDING A SCALABLE MOBILE GAME BACKEND IN ELIXIR Petri Kero CTO / Ministry of Games MOBILE GAME BACKEND CHALLENGES Lots of concurrent users Complex interactions between players Persistent world with frequent

More information

Architecture of a Real-Time Operational DBMS

Architecture of a Real-Time Operational DBMS Architecture of a Real-Time Operational DBMS Srini V. Srinivasan Founder, Chief Development Officer Aerospike CMG India Keynote Thane December 3, 2016 [ CMGI Keynote, Thane, India. 2016 Aerospike Inc.

More information

Global Servers. The new masters

Global Servers. The new masters Global Servers The new masters Course so far General OS principles processes, threads, memory management OS support for networking Protocol stacks TCP/IP, Novell Netware Socket programming RPC - (NFS),

More information

A10 SSL INSIGHT & SONICWALL NEXT-GEN FIREWALLS

A10 SSL INSIGHT & SONICWALL NEXT-GEN FIREWALLS DEPLOYMENT GUIDE A10 SSL INSIGHT & SONICWALL NEXT-GEN FIREWALLS A10 NETWORKS SSL INSIGHT & FIREWALL LOAD BALANCING SOLUTION FOR SONICWALL SUPERMASSIVE NEXT GENERATION FIREWALLS OVERVIEW This document describes

More information

Lightstreamer. The Streaming-Ajax Revolution. Product Insight

Lightstreamer. The Streaming-Ajax Revolution. Product Insight Lightstreamer The Streaming-Ajax Revolution Product Insight 1 Agenda Paradigms for the Real-Time Web (four models explained) Requirements for a Good Comet Solution Introduction to Lightstreamer Lightstreamer

More information

WHITE PAPER AGILOFT SCALABILITY AND REDUNDANCY

WHITE PAPER AGILOFT SCALABILITY AND REDUNDANCY WHITE PAPER AGILOFT SCALABILITY AND REDUNDANCY Table of Contents Introduction 3 Performance on Hosted Server 3 Figure 1: Real World Performance 3 Benchmarks 3 System configuration used for benchmarks 3

More information

Copyright 2013

Copyright 2013 This video will look at 9 of the biggest new features in Windows Server 2012. Understanding what is available will help decide if Windows Server 2012 is the right choice for you. New Features This video

More information

Performance Testing of a Road Tolling System

Performance Testing of a Road Tolling System Performance Testing of a Road Tolling System Oliver Baendl Siegfried Goeschl Gauteng Open Road Tolling South Africa 42 Tolling Points 1.500.000 registered road-user 11 Satellite Centers 41 E-Toll Shops

More information

Understanding Upgrades and Migrations

Understanding Upgrades and Migrations Upgrade and Migration Overview, on page 1 Upgrade Methods, on page 1 Upgrade and Migration Tools, on page 3 Export Restricted and Export Unrestricted Software, on page 3 Upgrade and Migration Overview

More information

Evaluating Auto Scalable Application on Cloud

Evaluating Auto Scalable Application on Cloud Evaluating Auto Scalable Application on Cloud Takashi Okamoto Abstract Cloud computing enables dynamic scaling out of system resources, depending on workloads and data volume. In addition to the conventional

More information

webmethods Task Engine 9.9 on Red Hat Operating System

webmethods Task Engine 9.9 on Red Hat Operating System webmethods Task Engine 9.9 on Red Hat Operating System Performance Technical Report 1 2015 Software AG. All rights reserved. Table of Contents INTRODUCTION 3 1.0 Benchmark Goals 4 2.0 Hardware and Software

More information

BEAWebLogic Server. Introduction to BEA WebLogic Server and BEA WebLogic Express

BEAWebLogic Server. Introduction to BEA WebLogic Server and BEA WebLogic Express BEAWebLogic Server Introduction to BEA WebLogic Server and BEA WebLogic Express Version 10.0 Revised: March, 2007 Contents 1. Introduction to BEA WebLogic Server and BEA WebLogic Express The WebLogic

More information

SPDY - A Web Protocol. Mike Belshe Velocity, Dec 2009

SPDY - A Web Protocol. Mike Belshe Velocity, Dec 2009 SPDY - A Web Protocol Mike Belshe Velocity, Dec 2009 What is SPDY? Concept SPDY is an application layer protocol for transporting content over the web with reduced latency. Basic Features 1. Multiplexed

More information

Distributed Systems Principles and Paradigms

Distributed Systems Principles and Paradigms Distributed Systems Principles and Paradigms Chapter 03 (version February 11, 2008) Maarten van Steen Vrije Universiteit Amsterdam, Faculty of Science Dept. Mathematics and Computer Science Room R4.20.

More information

Copyright Push Technology Ltd December Diffusion TM 4.4 Performance Benchmarks

Copyright Push Technology Ltd December Diffusion TM 4.4 Performance Benchmarks Diffusion TM 4.4 Performance Benchmarks November 2012 Contents 1 Executive Summary...3 2 Introduction...3 3 Environment...4 4 Methodology...5 4.1 Throughput... 5 4.2 Latency... 6 5 Results Summary...7

More information

Performance Evaluation of NoSQL Databases

Performance Evaluation of NoSQL Databases Performance Evaluation of NoSQL Databases A Case Study - John Klein, Ian Gorton, Neil Ernst, Patrick Donohoe, Kim Pham, Chrisjan Matser February 2015 PABS '15: Proceedings of the 1st Workshop on Performance

More information

An Oracle White Paper May Oracle VM 3: Overview of Disaster Recovery Solutions

An Oracle White Paper May Oracle VM 3: Overview of Disaster Recovery Solutions An Oracle White Paper May 2014 Oracle VM 3: Overview of Disaster Recovery Solutions Contents Introduction... 1 Overview of DR Solutions with Oracle VM... 2 Choose your DR solution path... 2 Continuous

More information

Samsung SDS Enterprise Cloud

Samsung SDS Enterprise Cloud Samsung SDS Enterprise Cloud Middleware JBoss EAP/WS WildFly Apache Tomcat JEUS WebLogic Enterprise Cloud Middleware JBoss EAP/WS Open source-based, enterprise-class Java web application server JBoss EAP

More information

CPSC 441 COMPUTER COMMUNICATIONS MIDTERM EXAM SOLUTION

CPSC 441 COMPUTER COMMUNICATIONS MIDTERM EXAM SOLUTION CPSC 441 COMPUTER COMMUNICATIONS MIDTERM EXAM SOLUTION Department of Computer Science University of Calgary Professor: Carey Williamson March 2, 2012 This is a CLOSED BOOK exam. Textbooks, notes, laptops,

More information

RADU POPESCU IMPROVING THE WRITE SCALABILITY OF THE CERNVM FILE SYSTEM WITH ERLANG/OTP

RADU POPESCU IMPROVING THE WRITE SCALABILITY OF THE CERNVM FILE SYSTEM WITH ERLANG/OTP RADU POPESCU IMPROVING THE WRITE SCALABILITY OF THE CERNVM FILE SYSTEM WITH ERLANG/OTP THE EUROPEAN ORGANISATION FOR PARTICLE PHYSICS RESEARCH (CERN) 2 THE LARGE HADRON COLLIDER THE LARGE HADRON COLLIDER

More information

Application Layer: OSI and TCP/IP Models

Application Layer: OSI and TCP/IP Models Application Layer Application Layer: OSI and TCP/IP Models The communication process between two communicating nodes is actually a communication process between two applications on these devices. Service

More information

Building a Dynamic and Flexible Exchange Architecture. B S Nagarajan Senior Technology Consultant 6 th November, 2008

Building a Dynamic and Flexible Exchange Architecture. B S Nagarajan Senior Technology Consultant 6 th November, 2008 Building a Dynamic and Flexible Exchange Architecture B S Nagarajan Senior Technology Consultant 6 th November, 2008 Agenda What is new in Exchange 2007? Why Virtualize Exchange? Sizing guidelines Eat

More information

Eventually Consistent HTTP with Statebox and Riak

Eventually Consistent HTTP with Statebox and Riak Eventually Consistent HTTP with Statebox and Riak Author: Bob Ippolito (@etrepum) Date: November 2011 Venue: QCon San Francisco 2011 1/62 Introduction This talk isn't really about web. It's about how we

More information

Cliff Moon. Bottleneck Whack-A-Mole. Thursday, March 21, 13

Cliff Moon. Bottleneck Whack-A-Mole. Thursday, March 21, 13 Cliff Moon Bottleneck Whack-A-Mole Whack-A-Mole Production Experience Your Mileage May Vary. This is all folklore. Unless otherwise specified - R14B04. Down in the weeds. Collectors Terminates SSL and

More information

Oracle Database 11g Direct NFS Client Oracle Open World - November 2007

Oracle Database 11g Direct NFS Client Oracle Open World - November 2007 Oracle Database 11g Client Oracle Open World - November 2007 Bill Hodak Sr. Product Manager Oracle Corporation Kevin Closson Performance Architect Oracle Corporation Introduction

More information

CSC 4900 Computer Networks: End-to-End Design

CSC 4900 Computer Networks: End-to-End Design CSC 4900 Computer Networks: End-to-End Design Professor Henry Carter Fall 2017 Villanova University Department of Computing Sciences Review In the last two lectures, we discussed the fundamentals of networking

More information

QLogic TrueScale InfiniBand and Teraflop Simulations

QLogic TrueScale InfiniBand and Teraflop Simulations WHITE Paper QLogic TrueScale InfiniBand and Teraflop Simulations For ANSYS Mechanical v12 High Performance Interconnect for ANSYS Computer Aided Engineering Solutions Executive Summary Today s challenging

More information

Lecture 11. Transport Layer (cont d) Transport Layer 1

Lecture 11. Transport Layer (cont d) Transport Layer 1 Lecture 11 Transport Layer (cont d) Transport Layer 1 Agenda The Transport Layer (continue) Connection-oriented Transport (TCP) Flow Control Connection Management Congestion Control Introduction to the

More information

Advances of parallel computing. Kirill Bogachev May 2016

Advances of parallel computing. Kirill Bogachev May 2016 Advances of parallel computing Kirill Bogachev May 2016 Demands in Simulations Field development relies more and more on static and dynamic modeling of the reservoirs that has come a long way from being

More information

Database Server. 2. Allow client request to the database server (using SQL requests) over the network.

Database Server. 2. Allow client request to the database server (using SQL requests) over the network. Database Server Introduction: Client/Server Systems is networked computing model Processes distributed between clients and servers. Client Workstation (usually a PC) that requests and uses a service Server

More information

Data Communication & Computer Networks MCQ S

Data Communication & Computer Networks MCQ S Data Communication & Computer Networks MCQ S 1. The translates internet domain and host names to IP address. a) domain name system b) routing information protocol c) network time protocol d) internet relay

More information

WebRTC: Possible? Don McGregor Research Associate MOVES Institute.

WebRTC: Possible? Don McGregor Research Associate MOVES Institute. WebRTC: Possible? Don McGregor Research Associate MOVES Institute mcgredo@nps.edu The World Classic simulation applications: can we do them in the web browser? Pretty much. I think. 2 1990s Start: Classic

More information

Experiments in OTP-Compliant Dataflow Programming

Experiments in OTP-Compliant Dataflow Programming Experiments in OTP-Compliant Dataflow Programming Introducing Erlang Services Platform (Erlang/SP) San Francisco Erlang Factory, March 21, 2013 Jay Nelson Twitter: @duomark Email: Jay@duomark.com Manycore

More information

Prepared by JMeter Group, Summer Interns

Prepared by JMeter Group, Summer Interns Software Requirements Specification For Enhancements to JMeter Requirements for JMeter version 2.9 and above Prepared by JMeter Group, Summer Interns IIT Bombay 18/06/2013 Page 3 Table of Contents Contents

More information

Minutes of Meeting of the Designated Technical Bid Evaluation Committee in regard to e-tender for Procurement of UTM at STPI Noida.

Minutes of Meeting of the Designated Technical Bid Evaluation Committee in regard to e-tender for Procurement of UTM at STPI Noida. SOFTWARE TECHNOLOGY PARKS OF INDIA NOIDA 29 th Sept 2015 Minutes of Meeting of the Designated Technical Bid Evaluation Committee in regard to e-tender for Procurement of UTM at STPI Noida. File Ref No:

More information

1 Adda247 No. 1 APP for Banking & SSC Preparation Website:store.adda247.com

1 Adda247 No. 1 APP for Banking & SSC Preparation Website:store.adda247.com 1 Adda247 No. 1 APP for Banking & SSC Preparation Q1. When you visit certain website, spyware may be automatically downloaded. This is called: (a) Logic bomb (b) Drive-by download (c) Virus (d) Drive-in

More information