@Cisco. Welcome! By Rennie Allen, Cisco FAE. Welcome to the Machine By Rennie Allen, Cisco FAE. Q Volume 1 Issue 1

Size: px
Start display at page:

Download "@Cisco. Welcome! By Rennie Allen, Cisco FAE. Welcome to the Machine By Rennie Allen, Cisco FAE. Q Volume 1 Issue 1"

Transcription

1 @Cisco QNX Software Systems, 900 East Hamilton Ave., Campbell CA, Q Volume 1 Issue 1 Welcome! I N S I D E T H I S I S S U E 1 Welcome 1 Welcome to the Machine 2 The QNX/Cisco Partnership 3 QNX::Lexicon 4 QNX::Schedule 4 QNX::Solve 5 QNX::Commerce QNX and Cisco have had a productive relationship for over 10 years Welcome to the premier edition of newsletter. QNX and Cisco have had a productive relationship for over 10 years; and while the launch of this newsletter may have been a long-time coming, we hope you ll find this quarterly communication a useful aid in getting full value from the worlds most advanced operating system. While many folks reading this are already familiar with QNX, some may be some of you may be saying to yourself Q what? Couldn t they afford to buy a vowel?. For those of you in this category, I will offer a brief technical introduction to QNX in the article Welcome to the Machine, and Kat Hsu (Cisco Account Manager) will provide an overview of our long-term partnership in the article The QNX/Cisco Partnership. Our regular feature QNX::Lexicon will keep track of the latest Cisco lingo for QNX based products, while the other regular features QNX::Schedule, QNX::Solve and QNX::Commerce will offer insights into the various undertakings and procedures that are designed help you deliver your QNX based projects on-time, under-budget and with full support. Please see Welcome! on page 2 Welcome to the Machine We all know what an Operating System (O/S) is, in fact, you are using one to read the newsletter; but did you know that most desktop operating systems are based on architectures that date back to the 1960 s? We all know that the music in the 60 s was great, but unfortunately software architectures don t necessarily age as well as the products of the British invasion. The QNX operating system was born about 10 years after tie dye became unfashionable (1982). QNX (pronounced Kew Nicks) was designed around an architecture that was (at that time) considered the epitome of O/S architecture: the microkernel. The microkernel architecture is the result of applying the computer science principles of data abstraction and encapsulation to the Please see It s the architecture! on page 3

2 Page The Cisco/QNX partnership By Kat Hsu, Cisco Account Manager You are reading our first QNX newsletter for Cisco! We intend to use this medium to keep our existing and potential users abreast of product news, design tips and interesting QNX applications. Please send any feedback and requests to Kat Hsu (khsu@qnx.com) or Rennie Allen (rallen@qnx.com). The goal of our bold move is to accelerate development, and build up a community of QNX experts and applications... Business Highlights In September 2007, we announced that we made the strategic decision to open our source code and development process: QNX Publishes Neutrino Source Code and Opens Development Process (See The goal of our bold move is to accelerate development and build up a community of QNX experts and applications. Ultimately our customers will benefit from leveraging the huge pool of open source applications either ported over or developed natively on QNX, while enjoying the unparalleled QNX RTOS has to offer. I d like to give you an update on what's been happening since then. In particular, we have released more source packages that might be of interest to you. See If you have any questions, please contact me. Welcome! continued from page 1 These regular features are intended to provide information on upcoming events, tips and tricks for solving technical problems, and roadmaps for insuring smooth QNX based product introductions. Of course, there is much more capacity available, than can be contained in a newsletter, so this publication should be considered a starting point, if you are interested in learning more about how to obtain or employ QNX technology. If there are issues that demand personal attention, do not hesitate to contact either Kat or myself (Rennie) either via or telephone (our contact information is always available on the last page of this newsletter). So that basically sums it up. Kat and I hope you find this document useful, and welcome any feedback you may have. We look forward to meeting with you in person.

3 @Cisco Page 3 QNX::Lexicon IOS-XR/IOX: Fully modular IOS operating system built on QNX kernel IOS Classic: Original run-to-completion, single address space executive ION/Modular IOS: Partially modular IOS operating system built on QNX kernel Momentics : Integrated Development Environment based on Eclipse System Profiler: Software logic analyzer, part of the Momentics IDE Critical Process Monitor: High availability toolkit for QNX Adaptive Partitioning : Scheduling domain partitioning for QNX operating system Transparent Distributed Processing: Technology that allows the QNX kernel to span loosely coupled processors To see an example of how Adaptive Partitioning is used, download the whitepaper from: It s the architecture! continued from page 1 architecture of the operating system (rather than only the applications). Since there was hardware available that could actually enforce the concept of encapsulation, the leading thinkers on O/S design immediately realized that this hardware protection mechanism could be taken to it s ultimate utility by paring the O/S kernel down to the minimum number of functions necessary, and then encapsulating all other functions in their own individual protection domain (i.e. virtual machine). This brings us to the two founders of QNX Software Systems, Dan Dodge, and Gordon Bell. Dan and Gord identified two key technologies which they felt their new O/S must embrace. The first, of course, is the microkernel architecture, and the second the IBM PC. Unfortunately, the PC was not quite up to the task of fulfilling the ultimate goal of the microkernel (process isolation); however, Dan and Gord, visionaries that they are, decided to implement QNX using the PC s segment registers to implement a poor man s protection system. They (rightly) assumed that it was only a matter of time until the PC had the necessary hardware protection mechanisms. Thus, in 1982 the world s first commercial microkernel operating system was born. In the intervening 28 years QNX has perfected the microkernel architecture, achieving performance comparable to a monolithic kernel without compromising the architectural integrity of the pure microkernel design; thus preserving the inherent reliability and security of this architecture. While QNX Software Systems has produced many other innovations over the last 28 years, the pure microkernel design has been the foundation for nearly all of them. QNX Software Systems has perfected the microkernel architecture, achieving performance comparable to a monolithic kernel without compromising the architectural integrity

4 Page QNX::Schedule (upcoming events) Upcoming Presentations Toolapalooza April 17, 4pm in SJC9-1F-Cakebreak Using QNX Momentics IDE to debug and optimize your system, and real life Cisco examples Upcoming Tradeshows Toolapalooza, April 16 and 17 in SJC9 Embedded Systems Conference, April at San Jose Convention Center Available Presentation Topics These are some of the presentations and demo s we have done in the past. If anyone is of interest, please contact Kat to schedule one for your team. Using Momentics to debug your multicore system How to use the NetBSD framework pkgsrc to port open source apps onto Momentics Using CPU and memory partitioning techniques to build a secure and highly reliable system QNX::Solve So, there s this thing called gdb... you may have heard of it? We all know how useful a source level debugger is, and it is a basic tool that all software engineers expect to have at their disposal but source level debuggers have been around for 30 years, and tools builders didn t pack up and head for the retirement village once they created the source level debugger. There are many tools designed to make the engineers life easier when it comes to tracking down those elusive bugs, a couple of examples are: - Software logic analyzers o These tools allow you to see a history of all the events that led up to some point (usually the point at which some problem is noticed) - Non-intrusive, interactive system observation tools (e.g. dtrace) QNX supplies a software logic analyzer called System Profiler, as well as other tools like code coverage analysis and code profiling. You can download an evaluation of Momentics from: We are also working to have a community project bring dtrace to QNX. Details on what we have so far are here: 11/08/i-trace-you-trace-what-about-dtrace We also have formal training available for Momentics, but if you have some basic questions, you can me at rallen@qnx.com. QNX Momentics Integrated Development Environment.

5 @Cisco Page 5 QNX::Commerce By Kat Hsu, Cisco Account Manager We have a new project and want to evaluate QNX. How do we go about doing it? Please contact Kat ASAP! We d like to understand your requirements and set up a meeting for a product presentation and demo. You can also obtain evaluation licenses of our tools and RTOS. Based on your needs, we will provide or help you with benchmarks. That s it. Simple, straight-forward, no fine print How much does it cost? There are two main cost items: tools and royalties. You need to have the QNX Momentics tools for development (unless you will be using IOS-XR or ION where you have to use the Cisco proprietary toolchain). When your product is close to FCS, we will work with Cisco Global Supplier Management (GSM) Group and your project manager to set a royalty schedule based on your product s volume forecast and QNX components that are used. That s it. Simple, straight-forward, no fine print. You can ask our GSM contact Wayne Augustine. Note that our business model is very customer-centric since we make most of our money only when you ship products. We care. How do I get support? We provide the options of Standard or Priority Support Plan when you purchase our tools. See These plans would let you obtain bug fixes, and get help. 900 East Hamilton Ave. Suite 100 Campbell, CA Phone: Rennie: Kat: Fax: khsu@qnx.com rallen@qnx.com Office: Mobile: Office: Mobile: If it s a quick question, Rennie can usually help. But beware he gets dozens of fan mail each day. How do I get training? Contact Kat! No, I don t do training but I have connections. We provide on-site training for Cisco and once we get about 8+ students we can set one up. Over the past two years, we have trained over a hundred of you guys and gals and the feedback has been very good. See this link to get an idea of the training modules:

JBuilder 2007 Product Tour November 2006

JBuilder 2007 Product Tour November 2006 JBuilder 2007 Product Tour November 2006 Introduction... 3 Eclipse Overview... 4 JBuilder 2007 Overview... 4 ProjectAssist. 5 Graphical EJB Workbench... 6 TeamInsight..7 Conclusion... 10 2 Introduction

More information

Migrating Linux Device Drivers to a Microkernel POSIX RTOS: A Case Study. David Donohoe Senior Software Developer QNX Software Systems

Migrating Linux Device Drivers to a Microkernel POSIX RTOS: A Case Study. David Donohoe Senior Software Developer QNX Software Systems to a Microkernel POSIX RTOS: A Case Study David Donohoe Senior Software Developer Introduction Porting Linux applications to a commercial OS can be surprisingly straightforward, provided the OS is based

More information

Accelerating Delivery of Quality Systems with Eclipse-based Tools. Sebastien Marineau-Mes QNX Software Systems

Accelerating Delivery of Quality Systems with Eclipse-based Tools. Sebastien Marineau-Mes QNX Software Systems Accelerating Delivery of Quality Systems with Eclipse-based Tools Sebastien Marineau-Mes QNX Software Systems QNX at Cisco Highlights è QNX/(KUE-nix): provider of realtime operating system (RTOS) software,

More information

Cameron Stewart Technical Publications Product Manager, xmatters. MadCap Flare native XML singlesource content authoring software

Cameron Stewart Technical Publications Product Manager, xmatters. MadCap Flare native XML singlesource content authoring software San Ramon, CA INDUSTRY Communications Software When we experimented with the features in our trial version of MadCap Flare, it became strikingly obvious that it was the product we needed. You could really

More information

VMware vsphere 4 and Cisco Nexus 1000V Series: Accelerate Data Center Virtualization

VMware vsphere 4 and Cisco Nexus 1000V Series: Accelerate Data Center Virtualization VMware vsphere 4 and Cisco Nexus 1000V Series: Accelerate Data Center Virtualization Executive Summary VMware for the past decade has been the thought leader in driving virtualization of the data center

More information

Sun Solaris support now available from IBM for select IBM System x and BladeCenter servers

Sun Solaris support now available from IBM for select IBM System x and BladeCenter servers IBM United States Announcement 208-031, dated February 19, 2008 Sun Solaris support now available from IBM for select IBM System x and BladeCenter servers Description...3 Reference information... 3 Offering

More information

Marketing Lens Marketing Lens Fast Track Implementation Plan Marketing

Marketing Lens Marketing Lens Fast Track Implementation Plan  Marketing Fast Track Implementation Plan Email Marketing Grow a community of qualified prospects through effective and targeted email campaigns POWERED BY www.tooliers.com -1- Copyright 2015 Bridge Europe Consulting.

More information

μc/probe on the element14 BeagleBone Black

μc/probe on the element14 BeagleBone Black Micriμm μc/probe on the element14 BeagleBone Black 1. Introduction Whether you are doing kernel, driver or application development in a Linux environment, it's likely that at some point, you will need

More information

Welcome to this IBM podcast, Realizing More. Value from Your IMS Compiler Upgrade. I'm Kimberly Gist

Welcome to this IBM podcast, Realizing More. Value from Your IMS Compiler Upgrade. I'm Kimberly Gist IBM Podcast [ MUSIC ] Welcome to this IBM podcast, Realizing More Value from Your IMS Compiler Upgrade. I'm Kimberly Gist with IBM. System z compilers continue to deliver the latest programming interfaces

More information

Supporting the Cloud Transformation of Agencies across the Public Sector

Supporting the Cloud Transformation of Agencies across the Public Sector SOLUTION SERVICES Supporting the Cloud Transformation of Agencies across the Public Sector BRIEF Digital transformation, aging IT infrastructure, the Modernizing Government Technology (MGT) Act, the Datacenter

More information

Design Better. Reduce Risks. Ease Upgrades. Protect Your Software Investment

Design Better. Reduce Risks. Ease Upgrades. Protect Your Software Investment Protect Your Software Investment Design Better. Reduce Risks. Ease Upgrades. Protect Your Software Investment The Difficulty with Embedded Software Development Developing embedded software is complicated.

More information

In-Field Debugging: Diagnosing Software Problems While Maintaining System Availability

In-Field Debugging: Diagnosing Software Problems While Maintaining System Availability In-Field Debugging: Diagnosing Software Problems While Maintaining System Availability Paul Leroux, Technology Analyst, QNX Software Systems paull@qnx.com Abstract Software bugs that make it to market

More information

Media-Ready Network Transcript

Media-Ready Network Transcript Media-Ready Network Transcript Hello and welcome to this Cisco on Cisco Seminar. I m Bob Scarbrough, Cisco IT manager on the Cisco on Cisco team. With me today are Sheila Jordan, Vice President of the

More information

Welcome to this IBM Rational podcast, enhanced. development and delivery efficiency by improving initial

Welcome to this IBM Rational podcast, enhanced. development and delivery efficiency by improving initial IBM Podcast [ MUSIC ] GIST: Welcome to this IBM Rational podcast, enhanced development and delivery efficiency by improving initial core quality. I'm Kimberly Gist with IBM. Catching defects earlier in

More information

2008 WebSphere System z Podcasts Did you say Mainframe? TITLE: Announcing WebSphere Business Monitor for Linux on System z

2008 WebSphere System z Podcasts Did you say Mainframe? TITLE: Announcing WebSphere Business Monitor for Linux on System z TITLE: Announcing WebSphere Business Monitor for Linux on System z HOST: Hi, and welcome to the Did you say Mainframe? podcast series. This is where we regularly interview IBM technical experts who can

More information

HP BladeSystem Matrix

HP BladeSystem Matrix HP BladeSystem Matrix Industry s first Converged Infrastructure platform that delivers IT services in minutes Solution brief Get the benefits of shared services today A better approach for productivity

More information

Customize. Building a Customer Portal Using Business Portal. Microsoft Dynamics GP. White Paper

Customize. Building a Customer Portal Using Business Portal. Microsoft Dynamics GP. White Paper Customize Microsoft Dynamics GP Building a Customer Portal Using Business Portal White Paper Helps you implement a customer portal and create web pages and web parts specifically designed for your customers.

More information

TEST STUDIO FEATURES FOR SUCCESSFUL TEST AUTOMATION

TEST STUDIO FEATURES FOR SUCCESSFUL TEST AUTOMATION TEST STUDIO FEATURES FOR SUCCESSFUL TEST AUTOMATION CROSS-BROWSER TEST RECORD AND PLAYBACK: BETTER, QUICKER AND MORE ACCURATE 1 Unlike most test automation solutions out there, Test Studio lets testers

More information

Lecture 24 Wrap Up. Final Logistics CSE 331. Today. CSE 331 Software Design and Implementation. Wednesday, 8:30-10:20 AM

Lecture 24 Wrap Up. Final Logistics CSE 331. Today. CSE 331 Software Design and Implementation. Wednesday, 8:30-10:20 AM CSE 331 Software Design and Implementation Final Logistics Wednesday, 8:30-10:20 AM Lecture 24 Wrap Up Comprehensive, weighted towards 2 nd half Old exams on the web; some questions won t apply if we didn

More information

Promoting Component Architectures in a Dysfunctional Organization

Promoting Component Architectures in a Dysfunctional Organization Promoting Component Architectures in a Dysfunctional Organization by Raj Kesarapalli Product Manager Rational Software When I first began my career as a software developer, I didn't quite understand what

More information

Introduction. A Brief Description of Our Journey

Introduction. A Brief Description of Our Journey Introduction If you still write RPG code as you did 20 years ago, or if you have ILE RPG on your resume but don t actually use or understand it, this book is for you. It will help you transition from the

More information

CSE 331 Software Design and Implementation. Lecture 24 Wrap Up

CSE 331 Software Design and Implementation. Lecture 24 Wrap Up CSE 331 Software Design and Implementation Lecture 24 Wrap Up Zach Tatlock / Spring 2018 Final Logistics Wednesday, 8:30-10:20 AM Comprehensive, weighted towards 2 nd half Old exams on the web; some questions

More information

Cypress Adopts Questa Formal Apps to Create Pristine IP

Cypress Adopts Questa Formal Apps to Create Pristine IP Cypress Adopts Questa Formal Apps to Create Pristine IP DAVID CRUTCHFIELD, SENIOR PRINCIPLE CAD ENGINEER, CYPRESS SEMICONDUCTOR Because it is time consuming and difficult to exhaustively verify our IP

More information

Crash Course in Modernization. A whitepaper from mrc

Crash Course in Modernization. A whitepaper from mrc Crash Course in Modernization A whitepaper from mrc Introduction Modernization is a confusing subject for one main reason: It isn t the same across the board. Different vendors sell different forms of

More information

Value of Windows Telesales Script

Value of Windows Telesales Script This telesales guide provides the information you need to explain the value of Windows to your system builder partners. Overview: The incredibly positive Windows response from users, analysts, and press

More information

Design Better. Reduce Risks. Ease Upgrades. Protect Your Software Investment

Design Better. Reduce Risks. Ease Upgrades. Protect Your Software Investment Protect Your Software Investment Design Better. Reduce Risks. Ease Upgrades. Protect Your Software Investment The Difficulty with Embedded Software Development Developing embedded software is complicated.

More information

H&H Purchasing Services WebForms Reference Guide. Volume 1 FULFILLMENT

H&H Purchasing Services WebForms Reference Guide. Volume 1 FULFILLMENT H&H Purchasing Services WebForms Reference Guide Volume 1 FULFILLMENT April 2016 TABLE OF CONTENTS Introduction What is EDI? 3 4 WebForms Navigation Inbox/Sent/Drafts Purchase Order Acknowledgement Advance

More information

SOAP: Cross Platform Web Services Development Using XML PDF

SOAP: Cross Platform Web Services Development Using XML PDF SOAP: Cross Platform Web Services Development Using XML PDF Discover how to use SOAP to integrate virtually any distributed system, in Windows, Linux, and UNIX environments - with any of five leading programming

More information

Exam Questions. Give an example network topology where GPSR cannot find a way from a source to a sink. Explain your answer.

Exam Questions. Give an example network topology where GPSR cannot find a way from a source to a sink. Explain your answer. Exam Questions Type 1 Consider a 1000m2 area with a uniform distribution of 1000 sensor nodes, each equipped with a temperature sensor. You want to constitute a temperature map of the area at various resolutions.

More information

Standards for Test Automation

Standards for Test Automation Standards for Test Automation Brian Tervo Windows XP Automation Applications Compatibility Test Lead Microsoft Corporation Overview Over the last five years, I ve had the opportunity to work in a group

More information

CASE STUDY. Make It Easy for Partners & Business Increases. Avid Case Study

CASE STUDY. Make It Easy for Partners & Business Increases. Avid Case Study CASE STUDY Make It Easy for Partners & Business Increases Avid Case Study #ChannelManagement Avid Case Study 2 About Avid Avid is the world's leading provider of audio and video technology for media organizations

More information

Hello everyone, how are you enjoying the conference so far? Excellent!

Hello everyone, how are you enjoying the conference so far? Excellent! 1 Hello everyone, how are you enjoying the conference so far? Excellent! I m Andy Sutton, the e-builder User Experience Lead, and I m here to talk to you about User Experience. In this session, we re going

More information

10 Steps to Virtualization

10 Steps to Virtualization AN INTEL COMPANY 10 Steps to Virtualization WHEN IT MATTERS, IT RUNS ON WIND RIVER EXECUTIVE SUMMARY Virtualization the creation of multiple virtual machines (VMs) on a single piece of hardware, where

More information

Contractors Guide to Search Engine Optimization

Contractors Guide to Search Engine Optimization Contractors Guide to Search Engine Optimization CONTENTS What is Search Engine Optimization (SEO)? Why Do Businesses Need SEO (If They Want To Generate Business Online)? Which Search Engines Should You

More information

LabVIEW Developer Days

LabVIEW Developer Days LabVIEW Developer Days 2013 Sydney Melbourne Auckland May 2013 Register today for this free event at australia.ni.com/devdays and nz.ni.com/devdays LabVIEW Developer Days LabVIEW Developer Days from National

More information

Simply XML December 2015 Newsletter

Simply XML December 2015 Newsletter Simply XML Newsletter: Lightweight DITA Holiday Wish List XML Tips and Tricks! Peace be with You December 2015 Simply XML December 2015 Newsletter Holiday Content Stress by Doug Gorman Take Some Lightweight

More information

GET CLOUD EMPOWERED. SEE HOW THE CLOUD CAN TRANSFORM YOUR BUSINESS.

GET CLOUD EMPOWERED. SEE HOW THE CLOUD CAN TRANSFORM YOUR BUSINESS. GET CLOUD EMPOWERED. SEE HOW THE CLOUD CAN TRANSFORM YOUR BUSINESS. Cloud computing is as much a paradigm shift in data center and IT management as it is a culmination of IT s capacity to drive business

More information

Release Notes: Blue Jeans 2.9.5

Release Notes: Blue Jeans 2.9.5 Release Notes: Blue Jeans 2.9.5 Release 2.9.5 of the Blue Jeans service, scheduled for implementation on March 28, 2015, enhances performance, adds features, improves the user experience, and supports

More information

Step Through Your CFML Code With FusionDebug. Charlie Arehart

Step Through Your CFML Code With FusionDebug. Charlie Arehart Step Through Your CFML Code With FusionDebug Charlie Arehart charlie@carehart.org Topics Introduction to Step Debugging FusionDebug Features FusionDebug Demo Other Features, Learning More, Gotchas, Pricing,

More information

DESIGNING RESPONSIVE DASHBOARDS. Best Practices for Building Responsive Analytic Applications

DESIGNING RESPONSIVE DASHBOARDS. Best Practices for Building Responsive Analytic Applications DESIGNING RESPONSIVE DASHBOARDS Best Practices for Building Responsive Analytic Applications CONTENTS Responsive Design and Embedded Analytics...1 6 Principles and Best Practices... 2 Tools of the Trade...

More information

Lesson 2. Introducing Apps. In this lesson, you ll unlock the true power of your computer by learning to use apps!

Lesson 2. Introducing Apps. In this lesson, you ll unlock the true power of your computer by learning to use apps! Lesson 2 Introducing Apps In this lesson, you ll unlock the true power of your computer by learning to use apps! So What Is an App?...258 Did Someone Say Free?... 259 The Microsoft Solitaire Collection

More information

POC Evaluation Guide May 09, 2017

POC Evaluation Guide May 09, 2017 POC Evaluation Guide May 09, 2017 This page intentionally left blank P r o p r i e t a r y a n d C o n f i d e n t i a l. 2 0 1 7 R F P M o n k e y. c o m L L C Page 2 CONTENTS Read Me First... 4 About

More information

MARKETING VOL. 3

MARKETING VOL. 3 TITLE: Proven Tips For Being Successful With Network Marketing Author: Iris Carter-Collins Table Of Contents Proven Tips For Being Successful With Network Marketing 1 Are You Here To Learn About E-mail

More information

Migration to Service Oriented Architecture Using Web Services Whitepaper

Migration to Service Oriented Architecture Using Web Services Whitepaper WHITE PAPER Migration to Service Oriented Architecture Using Web Services Whitepaper Copyright 2004-2006, HCL Technologies Limited All Rights Reserved. cross platform GUI for web services Table of Contents

More information

Welcome to another episode of Getting the Most. Out of IBM U2. I'm Kenny Brunel, and I'm your host for

Welcome to another episode of Getting the Most. Out of IBM U2. I'm Kenny Brunel, and I'm your host for Welcome to another episode of Getting the Most Out of IBM U2. I'm Kenny Brunel, and I'm your host for today's episode, and today we're going to talk about IBM U2's latest technology, U2.NET. First of all,

More information

S1000D: Essential for Aerospace and Defence sector companies

S1000D: Essential for Aerospace and Defence sector companies FrameMaker S1000D Whitepaper S1000D: Essential for Aerospace and Defence sector companies Introduction S1000D is the efficient, modern way to create, manage, and publish technical documentation for aerospace

More information

Next-generation IT Platforms Delivering New Value through Accumulation and Utilization of Big Data

Next-generation IT Platforms Delivering New Value through Accumulation and Utilization of Big Data Next-generation IT Platforms Delivering New Value through Accumulation and Utilization of Big Data 46 Next-generation IT Platforms Delivering New Value through Accumulation and Utilization of Big Data

More information

Sonatype CLM - Release Notes. Sonatype CLM - Release Notes

Sonatype CLM - Release Notes. Sonatype CLM - Release Notes Sonatype CLM - Release Notes i Sonatype CLM - Release Notes Sonatype CLM - Release Notes ii Contents 1 Introduction 1 2 Upgrade instructions 2 3 Sonatype CLM for Bamboo 3 4 Sonatype CLM 1.13 4 5 Sonatype

More information

DIGITALGLOBE ENHANCES PRODUCTIVITY

DIGITALGLOBE ENHANCES PRODUCTIVITY DIGITALGLOBE ENHANCES PRODUCTIVITY WITH NVIDIA GRID High-performance virtualized desktops transform daily tasks and drastically improve staff efficiency. ABOUT DIGITALGLOBE FIVE REASONS FOR NVIDIA GRID

More information

PTC Technical Specialists E-Newsletter Date: March 1, 2007

PTC Technical Specialists E-Newsletter Date: March 1, 2007 PTC Technical Specialists E-Newsletter Date: March 1, 2007 PTC Product Focus: A) Using Pro/ENGINEER and Mathcad to Work Smarter Tips of the Month: B) PTC's Portfolio Management Solution A) Bringing Your

More information

MICRO DIGITAL: TECHNICAL CRITERIA FOR MAKING THE RTOS CHOICE

MICRO DIGITAL: TECHNICAL CRITERIA FOR MAKING THE RTOS CHOICE MICRO DIGITAL: TECHNICAL CRITERIA FOR MAKING THE RTOS CHOICE 15 December 2008: Technical Criteria for Making the RTOS Choice INTERVIEWEE. RALPH MOORE PRESIDENT TEL. 714 427 7333 EMAIL. RALPHM@SMXRTOS.COM

More information

A CUSTOMER GUIDE TO THE SDL SUPPORT PORTAL SDL SUPPORT INCIDENT MANAGEMENT. Copyright Notice

A CUSTOMER GUIDE TO THE SDL SUPPORT PORTAL SDL SUPPORT INCIDENT MANAGEMENT. Copyright Notice SDL SUPPORT INCIDENT MANAGEMENT A CUSTOMER GUIDE TO THE SDL SUPPORT PORTAL Copyright Notice This document contains proprietary information, which is protected by copyright. All rights are reserved. No

More information

Free Ebooks A Python Primer For ArcGISÂ

Free Ebooks A Python Primer For ArcGISÂ Free Ebooks A Python Primer For ArcGISÂ The automation of geoprocessing tasks is becoming a common practice among GIS professionals. Python is the standard programming language for ArcGIS and other fields

More information

Enterprise Chat and Supervisor s Guide, Release 11.5(1)

Enterprise Chat and  Supervisor s Guide, Release 11.5(1) Enterprise Chat and Email Supervisor s Guide, Release 11.5(1) For Unified Contact Center Enterprise August 2016 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA

More information

BGM-WebEx Information

BGM-WebEx Information BGM-WebEx Information 2002 Bill Good Marketing, Inc. All rights reserved. Reproduction, adaptation or translation without prior written permission is prohibited, except as allowed under copyright law.

More information

Java SE 11 Certification Questions Answered

Java SE 11 Certification Questions Answered Java SE 11 Certification Questions Answered 1 Why should I get Java Certified? 08 Can I take the 816 exam before the 815? 2 What has Oracle done for Java? 3 Why do I have to take two exams to earn Java

More information

MARKETING VOL. 1

MARKETING VOL. 1 EMAIL MARKETING VOL. 1 TITLE: Email Promoting: What You Need To Do Author: Iris Carter-Collins Table Of Contents 1 Email Promoting: What You Need To Do 4 Building Your Business Through Successful Marketing

More information

Logicalis What we do

Logicalis What we do Logicalis What we do Logicalis What we do Logicalis is an international IT solutions and managed services provider with a breadth of knowledge and expertise in Communications and Collaboration, Business

More information

REPORT MICROSOFT PATTERNS AND PRACTICES

REPORT MICROSOFT PATTERNS AND PRACTICES REPORT MICROSOFT PATTERNS AND PRACTICES Corporate Headquarters Nucleus Research Inc. 100 State Street Boston, MA 02109 Phone: +1 617.720.2000 Nucleus Research Inc. TOPICS Application Development & Integration

More information

DevOps: APIs and Microservices Program Guide Accelerate digital innovation and business agility

DevOps: APIs and Microservices Program Guide Accelerate digital innovation and business agility DevOps: Program Guide Accelerate digital innovation and business agility API management has grown to embrace both APIs and microservices the building blocks of today s modern application architectures.

More information

Profiling and Debugging OpenCL Applications with ARM Development Tools. October 2014

Profiling and Debugging OpenCL Applications with ARM Development Tools. October 2014 Profiling and Debugging OpenCL Applications with ARM Development Tools October 2014 1 Agenda 1. Introduction to GPU Compute 2. ARM Development Solutions 3. Mali GPU Architecture 4. Using ARM DS-5 Streamline

More information

MARKETING VOL. 4. TITLE: Tips For Designing A Perfect Marketing Message. Author: Iris Carter-Collins

MARKETING VOL. 4. TITLE: Tips For Designing A Perfect  Marketing Message. Author: Iris Carter-Collins TITLE: Tips For Designing A Perfect E-mail Marketing Message Author: Iris Carter-Collins Table Of Contents 1 Tips For Designing A Perfect E-mail Marketing Message 4 Are You Here To Learn About E-mail Marketing?

More information

The OS Wars. Success

The OS Wars. Success The OS Wars Selecting the Right Operating System for your CE Device Gopal Miglani - SoftProse, Inc. www.softproseinc.com It works! On time Under budget Success June 21 1999 The OS Wars - Gopal Miglani

More information

How to set up your Charity Choice Fundraising page

How to set up your Charity Choice Fundraising page How to set up your Charity Choice Fundraising page To collect your sponsorship online, please follow the steps below. These will enable you to set up a sponsorship page and link it to RHL. If you have

More information

YOUR FORTÉ IS INSTALLING AUDIO SYSTEMS.

YOUR FORTÉ IS INSTALLING AUDIO SYSTEMS. FORTÉ [ 01 YOUR FORTÉ IS INSTALLING AUDIO SYSTEMS. OURS IS MAKING YOUR AUDIO SOUND GREAT. NO MATTER WHAT. When we created Tesira, it was always part of our plan to complement our enterprise-level platform

More information

Demo Lab Guide vworkspace

Demo Lab Guide vworkspace Demo Lab Guide vworkspace Product Domain: Cloud Client Computing Author: Dan Coleman Version: 1.01 Table of Contents 1 Product Overview... 4 1.1 Lab Preparation Considerations and Caveats... 4 2 Introduction...

More information

MSI Sakib - Blogger, SEO Researcher and Internet Marketer

MSI Sakib - Blogger, SEO Researcher and Internet Marketer About Author: MSI Sakib - Blogger, SEO Researcher and Internet Marketer Hi there, I am the Founder of Techmasi.com blog and CEO of Droid Digger (droiddigger.com) android app development team. I love to

More information

Best practices to achieve optimal memory allocation and remote desktop user experience

Best practices to achieve optimal memory allocation and remote desktop user experience E-Guide Best practices to achieve optimal memory allocation and remote desktop user experience Many virtual machines don t fully utilize their available RAM, just like they don t fully utilize their available

More information

Advanced Debugging with the System Profiler. Rennie Allen Cisco Field Application Engineer

Advanced Debugging with the System Profiler. Rennie Allen Cisco Field Application Engineer Advanced Debugging with the System Profiler Rennie Allen Cisco Field Application Engineer What is the System Profiler? The System Profiler is a logic analyser for your software system The kernel records

More information

Give us a chance to change your world

Give us a chance to change your world Give us a chance to change your world You have decided to become a CLEC You have decided to go head to head against some of the most entrenched monopolies in the world. These entrenched monopolies have

More information

ITIL FOUNDATION EXAM DUMPS

ITIL FOUNDATION EXAM DUMPS page 1 / 7 page 2 / 7 itil foundation exam dumps pdf ITIL Foundation Certification Study Materials. ITIL Certification v3 foundation exam certification study guides & latest exam dumps in pdf ITIL Certification

More information

E-COMMERCE HOMEPAGE UX DESIGN TIPS THESE TIPS WILL HELP YOU CREATE A USABLE E-COMMERCE WEBSITE AND TURN YOUR HOMEPAGE INTO A CONVERSION MAGNET

E-COMMERCE HOMEPAGE UX DESIGN TIPS THESE TIPS WILL HELP YOU CREATE A USABLE E-COMMERCE WEBSITE AND TURN YOUR HOMEPAGE INTO A CONVERSION MAGNET E-COMMERCE HOMEPAGE UX DESIGN TIPS THESE TIPS WILL HELP YOU CREATE A USABLE E-COMMERCE WEBSITE AND TURN YOUR HOMEPAGE INTO A CONVERSION MAGNET Just imagine... You ve finished your work day and just completed

More information

And FlexCel is much more than just an API to read or write xls files. On a high level view, FlexCel contains:

And FlexCel is much more than just an API to read or write xls files. On a high level view, FlexCel contains: INTRODUCTION If you develop applications for the.net Framework, be it Winforms, ASP.NET or WPF, you are likely to need to interface with Excel sooner or later. You might need to create Excel files that

More information

Implementing Your BYOD Mobility Strategy An IT Checklist and Guide

Implementing Your BYOD Mobility Strategy An IT Checklist and Guide Implementing Your BYOD Mobility Strategy An IT Checklist and Guide 2012 Enterproid IBYOD: 120221 Content 1. Overview... 1 2. The BYOD Checklist... 1 2.1 Application Choice... 1 2.2 Installation and Configuration...

More information

Go Cloud. VMware vcloud Datacenter Services by BIOS

Go Cloud. VMware vcloud Datacenter Services by BIOS Go Cloud VMware vcloud Datacenter Services by BIOS Is your IT infrastructure always in tune with your business? If a market opportunity suddenly arises, can your business respond in time? Or is the opportunity

More information

QNX MOMENTICS ACCELERATE YOUR DEVELOPMENT WITH QNX MOMENTICS KNOCK WEEKS, EVEN MONTHS, OFF YOUR DEVELOPMENT SCHEDULE WITH THE

QNX MOMENTICS ACCELERATE YOUR DEVELOPMENT WITH QNX MOMENTICS KNOCK WEEKS, EVEN MONTHS, OFF YOUR DEVELOPMENT SCHEDULE WITH THE ACCELERATE YOUR DEVELOPMENT WITH QNX MOMENTICS QNX MOMENTICS f KNOCK WEEKS, EVEN MONTHS, OFF YOUR DEVELOPMENT SCHEDULE WITH THE QNX MOMENTICS DEVELOPMENT SUITE. COMPREHENSIVE, YET SIMPLE TO USE, QNX MOMENTICS

More information

Consolidating servers, storage, and incorporating virtualization allowed this publisher to expand with confidence in a challenging industry climate.

Consolidating servers, storage, and incorporating virtualization allowed this publisher to expand with confidence in a challenging industry climate. ENGINEERED SOLUTIONS A PUBLISHING SUCCESS STORY DOING MORE WITH LESS Consolidating servers, storage, and incorporating virtualization allowed this publisher to expand with confidence in a challenging industry

More information

Intel Parallel Studio 2011

Intel Parallel Studio 2011 THE ULTIMATE ALL-IN-ONE PERFORMANCE TOOLKIT Studio 2011 Product Brief Studio 2011 Accelerate Development of Reliable, High-Performance Serial and Threaded Applications for Multicore Studio 2011 is a comprehensive

More information

Volume Licensing Program Now Available. Announcing the Release of OnePager Pro and Express 3.2. Welcome! Inside this issue: (See Volume on page 3)

Volume Licensing Program Now Available. Announcing the Release of OnePager Pro and Express 3.2. Welcome! Inside this issue: (See Volume on page 3) Volume 1, Issue 1 April 30, 2010 Announcing the Release of OnePager Pro and Express 3.2 Chronicle Graphics OnePager Pro now features multi-level time axes, fillable milestone symbols, and an interactive

More information

BRDS ( , WS 2017) Ulrich Schmid

BRDS ( , WS 2017) Ulrich Schmid BRDS (182.704, WS 2017) Ulrich Schmid s@ecs.tuwien.ac.at http://ti.tuwien.ac.at/ecs/teaching/courses/brds File System Protocol Stack Audio Driver Graphics Driver Microkernel Application Message Bus Microkernel

More information

The Hardware Abstraction Layer: Enabling FTOS to Span the Switching and Routing Infrastructure with a Consistent Feature Set and Unified Management

The Hardware Abstraction Layer: Enabling FTOS to Span the Switching and Routing Infrastructure with a Consistent Feature Set and Unified Management White PAPER The Hardware Abstraction Layer: Enabling FTOS to Span the Switching and Routing Infrastructure with a Consistent Feature Set and Unified Management Introduction A generally acknowledged "best

More information

Integrated Access Management Solutions. Access Televentures

Integrated Access Management Solutions. Access Televentures Integrated Access Management Solutions Access Televentures Table of Contents OVERCOMING THE AUTHENTICATION CHALLENGE... 2 1 EXECUTIVE SUMMARY... 2 2 Challenges to Providing Users Secure Access... 2 2.1

More information

Terms you ll need to understand:

Terms you ll need to understand: 7 Network Operations Terms you ll need to understand: Network operating system (NOS) Preemptive multitasking Cooperative multitasking Time slicing Client software Redirector Designator UNC naming Server

More information

The SD-WAN implementation handbook

The SD-WAN implementation handbook The SD-WAN implementation handbook Your practical guide to a pain-free deployment This is the future of your business Moving to SD-WAN makes plenty of sense, solving a lot of technical headaches and enabling

More information

UC San Diego Mobile App: The Next Generation

UC San Diego Mobile App: The Next Generation UC San Diego Mobile App: The Next Generation Submitter: Alex Wu, UC San Diego, Information Technology Services, Web Technology Services Manager, a6wu@ucsd.edu Team Members: Brett Pollak, UC San Diego,

More information

User Research & Stakeholder Requests Kraft Procurement Portal

User Research & Stakeholder Requests Kraft Procurement Portal User Research & Stakeholder Requests Kraft Portal Who Recommendation Comment Solution Usability Analysis by Blackwell Stu Young Reviewed entire site and will be providing recommendations thru Create Created

More information

CSE 498 CSE Courses and Skills Inventory Fall Name:

CSE 498 CSE Courses and Skills Inventory Fall Name: Name: CSE Courses Inventory For each course, check whether you have completed the course or you are currently enrolled in it. Course Completed Enrolled CSE 335 Software Design CSE 410 Operating Systems

More information

Top 4 considerations for choosing a converged infrastructure for private clouds

Top 4 considerations for choosing a converged infrastructure for private clouds Top 4 considerations for choosing a converged infrastructure for private clouds Organizations are increasingly turning to private clouds to improve efficiencies, lower costs, enhance agility and address

More information

KIRKPATRICK FOUR LEVELS EVALUATION CERTIFICATION PROGRAM - SILVER LEVEL

KIRKPATRICK FOUR LEVELS EVALUATION CERTIFICATION PROGRAM - SILVER LEVEL KIRKPATRICK FOUR LEVELS EVALUATION CERTIFICATION PROGRAM - SILVER LEVEL Live Online Version PROGRAM DESCRIPTION Kirkpatrick silver level certification provides the structure and support you need to successfully

More information

Independent Solution Review AppEnsure for Citrix Monitoring

Independent Solution Review AppEnsure for Citrix Monitoring Independent Solution Review AppEnsure for Citrix Monitoring Pawel Serwan, organizer of Polish Citrix Users Group Monitoring is always one of the most important topics that you have to define during implementation

More information

The Mac 512 User Group Newsletter

The Mac 512 User Group Newsletter April 1999 - Volume 1, Number 1 Premiere Issue The Mac 512 User Group Newsletter Inspired by the Original Macintosh, for all Macintosh lovers. Rebuilding the Desktop - Macintosh SE The Macintosh was a

More information

1 of 8 1/4/12 2:38 PM

1 of 8 1/4/12 2:38 PM Brought to you by: CASE STUDIES TACTICAL ADVICE RESOURCES Classroom Infrastructure Optimization Security Storage Networking Mobile Hardware & Software Management CURRENT ISSUE Subscribe SIGN UP FOR EdTECH

More information

Think Small: API Architecture For The Enterprise

Think Small: API Architecture For The Enterprise Think Small: API Architecture For The Enterprise Ed Julson - TIBCO Product Marketing Raji Narayanan - TIBCO Product Management October 25, 2017 DISCLAIMER During the course of this presentation, TIBCO

More information

OPERATIONAL ANALYTICS AND ACQUISITION FOCUS DAY MONDAY, APRIL 30

OPERATIONAL ANALYTICS AND ACQUISITION FOCUS DAY MONDAY, APRIL 30 OPERATIONAL ANALYTICS AND ACQUISITION FOCUS DAY MONDAY, APRIL 30 Operational Analytics is an interactive day dedicated to delivering overmatch capabilities and actionable intelligence to decision makers.

More information

Parallels Virtuozzo Containers 4.6 for Windows

Parallels Virtuozzo Containers 4.6 for Windows Parallels Parallels Virtuozzo Containers 4.6 for Windows Templates Management Guide Copyright 1999-2010 Parallels Holdings, Ltd. and its affiliates. All rights reserved. Parallels Holdings, Ltd. c/o Parallels

More information

Introduction. Overview of the Book

Introduction. Overview of the Book Introduction This book is for developers. It will get you up and running with your first bada app, quickly. Looking beyond your first app, we hope this book will find a permanent place on your desk as

More information

Product Overview. Get more customers, reviews, and referrals with smart local marketing.

Product Overview. Get more customers, reviews, and referrals with smart local marketing. Product Overview Get more customers, reviews, and referrals with smart local marketing. What We Do Signpost is the most effective marketing solution for local businesses Automated Marketing We are the

More information

Debugging on Intel Platforms

Debugging on Intel Platforms White Paper Robert Mueller-Albrecht Developer Products Division Intel Corporation Debugging on Intel Platforms Introduction...3 Overview...3 Servers and Workstations...4 Support for Linux*, Mac OS X*,

More information

Mike Kaselnak Founder of 5Q Group

Mike Kaselnak Founder of 5Q Group Mike Kaselnak Founder of 5Q Group 2 Table of Contents Physician - Professional Marketing Program... 4 The System... 4 Step 1 - Find a Friend... 4 Step 2 - Find a List of the Niche Market You re Aiming

More information

Developing Filter Manager Minifilters for Windows

Developing Filter Manager Minifilters for Windows Developing Filter Manager Minifilters for Windows Overview File systems on Windows are deeply integrated with the operating system. This integration is: filled with legacy edge cases, constantly evolving

More information