SlideShare a Scribd company logo
Oracle Solaris  Build and Run Applications Better on 11.3
Copyright	©	2015, Oracle	and/or	its	affiliates.	All	rights	reserved.		|
Build	and	Run	Applications	Better	on	
Oracle	Solaris	11.3
Tech	Day,	NYC
Liane Praza,	Senior	Principal	Software	Engineer
Ikroop	Dhillon,	Principal	Product	Manager
June,	2016
Copyright	©	2015, Oracle	and/or	its	affiliates.	All	rights	reserved.		|
Safe	Harbor	Statement
The	following	is	intended	to	outline	our	general	product	direction.	It	is	intended	for	
information	purposes	only,	and	may	not	be	incorporated	into	any	contract.	It	is	not	a	
commitment	to	deliver	any	material,	code,	or	functionality,	and	should	not	be	relied	upon	
in	making	purchasing	decisions.	The	development,	release,	and	timing	of	any	features	or	
functionality	described	for	Oracle’s	products	remains	at	the	sole	discretion	of	Oracle.
Copyright	©	2015, Oracle	and/or	its	affiliates.	All	rights	reserved.		|
Driving	Application	Innovations	into	the	Platform
• Software	in	Silicon
• Basic	OS	improvements
• New	OS	libraries
• Deployment/config automation
• Application	isolation
• Debugging	tools
• Compilers/IDEs
4
Copyright	©	2015, Oracle	and/or	its	affiliates.	All	rights	reserved.		|
DevOps for	the	Enterprise	
5
Continuous	DeploymentContinuous	Integration
• Correlation	of	app	and	HW	
interactions,	DTrace
• Memory	protection	in	HW
• Optimized,	remote	IDE	
Agile	Development
• Rich	performance	monitoring	 tool
• Scalable
• Secure
• Multi-level	fault-tolerant
YOUR	
APP
YOUR	
APP
Copyright	©	2015, Oracle	and/or	its	affiliates.	All	rights	reserved.		|
Programmatic	Automation	with	RAD
• Multiple	language	bindings,	administrative	API
– Manage:	Zones,	SMF,	IPS,	ZFS,	Datalinks,	Flows,	Users,	AI	Server
– C,	Python,	Java,	REST
– Precise	error	semantics
• Create	your	own	modules
6
F
Remote	Access	Daemon	(RAD)	interface:	C,	Python,	Java,	REST
Solaris	System	Libraries,	e.g.	libevs
OpenStack
Horizon
evsadm(1m)
OpenStack
Neutron
Custom	
CLI	tools
OEM/OC
Custom	
BUI	tools
Copyright	©	2015, Oracle	and/or	its	affiliates.	All	rights	reserved.		|
Actively	Participating	in	Open	Source	Communities	and	Projects
Updated	OSS	APIs	and	Tools	
– OpenStack,	Murano,	Trove,	
Cinder,	Swift,	Docker,	
Open	Daylight,	Puppet,	
Clang,	LLVM,	Kerberos,	
OpenBSD PF,	OpenSSL,		
OVAL	Community,	
OpenSCAP,	
Hadoop,	…
– Over	500	supported	with	Solaris
– New	11.3	evaluation	packages
available	soon	in
http://pkg.oracle.com/solaris/release
Dozens	of	communities	and	>500	projects Free	and	Open	Source	Packages
Copyright	©	2015, Oracle	and/or	its	affiliates.	All	rights	reserved.		|
Great	Language	Support
• Extensive	Python	integration
– We	use	it	ourselves:	IPS,	Deployment,	OpenStack,	new	development
• Java
• Perl,	Ruby,	Erlang …
• Obviously,	C	and	C++
• All	64-bit	where	appropriate.		2038	is	closer	than	we	think.
8
Copyright	©	2015, Oracle	and/or	its	affiliates.	All	rights	reserved.		|
Oracle	Solaris	Studio
Write	Better	Code,	In	Less	Time
9
• Productivity	
– Maximize	developer	productivity	
• Security
– Increase	application	security
• Performance
– Generate	the	fastest	SPARC	and	x86	code
• Integration	
– Leverage	highly	integrated	engineering
Performance
Security
Integration
Productivity
Copyright	©	2015, Oracle	and/or	its	affiliates.	All	rights	reserved.		|
Develop	Faster	Applications	Faster
• Up	to	4.5x	faster	code
• Up	to	50%	higher	developer	efficiency
• Powerful	Java,	C,	C++	profiling	tools
– HW	counter	overflow	and	clock-based	
profiling
– Rich	set	of	performance	data
– Low	overhead,	accurate
• Remote	development	and	analysis	
from	your	laptop
10
With	Oracle	Solaris	Studio
1.42
4.57
1 1
0
1
2
3
4
5
6
7
Integer Floating	Point
Speed	Performance
Oracle	SPARC	M7
Solaris	Studio	12.4	4/15	PSE GCC	4.8.2
1.42
1.26
1 1
0
1
2
Integer Floating	Point
Throughput	Performance
Oracle	SPARC	M7
Solaris	Studio	12.4,	4/15	PSE GCC	4.8.2
* Estimated	results	from	SPEC	CPU2006	benchmarks	on	Oracle	SPARC	M7,	see	disclosure	statement
Copyright	©	2015, Oracle	and/or	its	affiliates.	All	rights	reserved.		|
Multinational	Financial	Services	Company
• Optimize	low	latency	algorithmic	
trading	and	risk	and	pricing	apps	
• Key	Benefits
– 20%	performance	boost
– Correlates	Java	performance	and	
bottlenecks	to	HW	“like	nothing	else	in	
the	market”
– Remote profiling	
– Mixed-language analysis
– Low	cost	support	and	licensing	model
11
Standardized	on	Performance	Analyzer	for	Java
Timeline	of	events
Call	stack	for	
selected	event
Performance	data	
organized	by	views
Copyright	©	2015, Oracle	and/or	its	affiliates.	All	rights	reserved.		|
Oracle	Solaris	Studio	IDE
12
• Optimized	for	C,	C++	and	Java/C++
• Remote	development
• Custom	development	extensions
• NetBeans	Plug-ins
• Tuned	for	large	enterprise	apps
Maximize	Productivity
600
3000
100
400
0 1000 2000 3000 4000
Firefox	Source
Boost	Source
Seconds
Solaris	Studio	IDE	- Parse	Time
Solaris	Studio
Eclipse
7.5x	Faster
6x	Faster
Copyright	©	2015, Oracle	and/or	its	affiliates.	All	rights	reserved.		|
Best	OS	debugging/observability tools
• Powerful,	integrated	observability
– DTrace,	kstat,	proc tools,	*stat	tools
• 11.3	adds
– Named	threads:	pthread_attr_setname_np(3C)
– Deferred	dump
– IOMMU	statistics
13
Copyright	©	2015, Oracle	and/or	its	affiliates.	All	rights	reserved.		|
Basic	OS	improvments,	Big	Application	Value
• Event	ports	(port_create())
– Aggregate	multiple	event	types	without	poll().	Files,	and	now	signals	in	11.3
• gethrtime()/gettimeofday()
– Massive	improvements	for	real	world	apps
• posix_spawn()
– Avoid	full	address	space	copy
– Improves	java	performance
• Scalable	read/write	locks
• OSM
14
Copyright	©	2015, Oracle	and/or	its	affiliates.	All	rights	reserved.		|
Previously	Unimaginable	Results	for	Apps	&	Cloud,	Attainable	Now
Breakthrough	Hardware	And	Software	Co-Engineering
Mid-1990’s
Larger	Memory
Support,
Greater	Accuracy
Mid-2000’s
Multi-core,
Multi-threaded
Computing Today:
32-Core	Revolution
Software	in	Silicon:
Software	Functions	on	Chip
Open	Systems Virtualization	&	Cloud
Copyright	©	2015, Oracle	and/or	its	affiliates.	All	rights	reserved.		|
Memory	intrusion	
protection
First hardware	based	
memory	protection
Always-on	memory	
protection
Improved	developer	
efficiency,	security,	and	
reliability
Security	In	Silicon: Silicon	Secured	Memory
Improved	Security	&	Reliability	in	Hardware
Copyright	©	2015, Oracle	and/or	its	affiliates.	All	rights	reserved.		|
Security	In	Silicon:	Silicon	Secured	Memory
Applications Memory
Pointer	“Y”
Pointer	“R”
GO
Pointer	“B”
GO
• Protects	data	in	memory
• Hidden	“color”	bits	added	to	
pointers (key),	and	content	(lock)
• Pointer	color	(key)	must	match	
content	color	or	program	is	aborted
• Set	on	memory	allocation,	changed	on	
memory	free
• Protects	against	access	off	end	of	
structure,	stale	pointer access	and		
malicious	attacks
M7	Processor
Copyright	©	2015, Oracle	and/or	its	affiliates.	All	rights	reserved.		| 18
Real-time	Memory	Access	Checking
• Code	Analyzer	faster	than	popular	memory	access	checking	tools
• Code	Analyzer	+	M7	Silicon	Secured	Memory	=	 near	real-time	checking
70x
30x
1.01x
Valgrind/Linux Studio	Discover,	
software-only
Studio	Discover	with	
M7	SSM
Base	line	performance
Overhead	with	Memory	
checking	enabled
Copyright	©	2015, Oracle	and/or	its	affiliates.	All	rights	reserved.		|
We	Find	Bugs	For You	
• Large	enterprise	app	with	heavy	use	of	
memory	intensive	processing
• Time	to	value	for	SPARC	M7
– 4	cross	platform	bugs	tagged	in	2	days
– 180x	faster	bug	identification
• Other	memory	validation	tool:	3	hours
• Silicon	Secured	Memory	and	Discover:	1	minute
19
Secure	Software	Made	Simple	– A	Case	Study	
Silicon	Secured	
Memory
Integrated.	Simple.	Fast.
Oracle	Solaris	
Studio
+
Copyright	©	2015, Oracle	and/or	its	affiliates.	All	rights	reserved.		|
Cool,	how	do	I	use	it?
20
Use	in	development to	find	and	fix
application	memory	access	errors
Use	in	production	to	limit	memory
access	errors	and	attacks	in	real-time
Discover	-i a.out
or
libdiscoverADI.so
LD_PRELOAD_64=/lib/sparcv9/libadimalloc.so;	a.out
Near-zero	overhead
Silicon	Secured	Memory
Copyright	©	2015, Oracle	and/or	its	affiliates.	All	rights	reserved.		|
“The	revolutionary	Security	in	Silicon	capabilities	
of	SPARC	M7	enable	us	to	catch	difficult	
software	issues	early	in	the	development	cycle,	
helping	us	save	development	time,	improve	
customer	satisfaction,	and	significantly	reduce	
costs.”
– Juan	Loaiza,	Senior	Vice	President,	Oracle	Database
21
Oracle	Database	code	tested	on	Oracle	Solaris	and	SPARC	M7
Copyright	©	2015, Oracle	and/or	its	affiliates.	All	rights	reserved.		|
Oracle	Software	In	Silicon	Developer	Cloud
Available	now	at	http://SWiSdev.Oracle.com
Opening	up	to	broader
set	of	developers
• Online	Click	through	agreement	
• Free	for	OPN	partners
• SPARC	Enterprise	Developers
• University	Researchers
Copyright	©	2015, Oracle	and/or	its	affiliates.	All	rights	reserved.		|
23
• Learn	about	the	benefit	and	value	
of	our	tools	and	technologies	for	
your	applications	
• Direct	from	the	Engineering	team
• Contact	me	to	sign	up!
– ikroop.dhillon@oracle.com
23
Developer	Workshops	For	Your	Development	Teams
Copyright	©	2016, Oracle	and/or	its	affiliates.	All	rights	reserved.		| 24
Oracle Solaris  Build and Run Applications Better on 11.3

More Related Content

PPTX
Expand a Data warehouse with Hadoop and Big Data
PPTX
Hortonworks Oracle Big Data Integration
PDF
Big Data: Introducing BigInsights, IBM's Hadoop- and Spark-based analytical p...
PDF
OpenPOWER Update
PPTX
Extending Hortonworks with Oracle's Big Data Platform
PDF
Oracle Solaris Simple, Flexible, Fast: Virtualization in 11.3
PDF
Data Integration for Big Data (OOW 2016, Co-Presented With Oracle)
PDF
Oracle analytics cloud overview feb 2017
Expand a Data warehouse with Hadoop and Big Data
Hortonworks Oracle Big Data Integration
Big Data: Introducing BigInsights, IBM's Hadoop- and Spark-based analytical p...
OpenPOWER Update
Extending Hortonworks with Oracle's Big Data Platform
Oracle Solaris Simple, Flexible, Fast: Virtualization in 11.3
Data Integration for Big Data (OOW 2016, Co-Presented With Oracle)
Oracle analytics cloud overview feb 2017

What's hot (20)

PDF
Oracle Cloud : Big Data Use Cases and Architecture
PDF
Oracle Data Integration - Overview
PPT
Eric Baldeschwieler Keynote from Storage Developers Conference
PDF
3 CTOs Discuss the Shift to Next-Gen Analytic Ecosystems
PDF
Tapping into the Big Data Reservoir (CON7934)
PDF
K2 keynote 2_oracle_saa_s_strategy
PDF
Yapp methodology anjo-kolk
PDF
Meetup Oracle Database MAD_BCN: 1.2 Oracle Database 18c (autonomous database)
PPTX
Pivotal HAWQ and Hortonworks Data Platform: Modern Data Architecture for IT T...
PDF
A Comprehensive Approach to Building your Big Data - with Cisco, Hortonworks ...
PPTX
Modernize Your Existing EDW with IBM Big SQL & Hortonworks Data Platform
PPTX
Sesion covergentes 2016
PDF
C4 optimizing your_application_infrastructure
PPTX
Oracle's BigData solutions
PDF
2009.10.22 S308460 Cloud Data Services
PDF
Oracle Solaris Secure Cloud Infrastructure
PDF
2015 02 12 talend hortonworks webinar challenges to hadoop adoption
PDF
Pivotal Big Data Suite: A Technical Overview
PPTX
Tame Big Data with Oracle Data Integration
Oracle Cloud : Big Data Use Cases and Architecture
Oracle Data Integration - Overview
Eric Baldeschwieler Keynote from Storage Developers Conference
3 CTOs Discuss the Shift to Next-Gen Analytic Ecosystems
Tapping into the Big Data Reservoir (CON7934)
K2 keynote 2_oracle_saa_s_strategy
Yapp methodology anjo-kolk
Meetup Oracle Database MAD_BCN: 1.2 Oracle Database 18c (autonomous database)
Pivotal HAWQ and Hortonworks Data Platform: Modern Data Architecture for IT T...
A Comprehensive Approach to Building your Big Data - with Cisco, Hortonworks ...
Modernize Your Existing EDW with IBM Big SQL & Hortonworks Data Platform
Sesion covergentes 2016
C4 optimizing your_application_infrastructure
Oracle's BigData solutions
2009.10.22 S308460 Cloud Data Services
Oracle Solaris Secure Cloud Infrastructure
2015 02 12 talend hortonworks webinar challenges to hadoop adoption
Pivotal Big Data Suite: A Technical Overview
Tame Big Data with Oracle Data Integration
Ad

Viewers also liked (18)

PDF
Oracle Solaris Overview
PDF
Oracle Solaris Software Integration
PDF
Oracle Solaris Cloud Management and Deployment with OpenStack
PPTX
Accelerating Business Intelligence Solutions with Microsoft Azure pass
PPTX
Georgia Azure Event - Scalable cloud games using Microsoft Azure
PDF
OpenPOWER Roadmap Toward CORAL
PDF
The State of Linux Containers
PDF
IBM POWER8 as an HPC platform
PDF
Presentacin webinar move_up_to_power8_with_scale_out_servers_final
PPTX
Bitcoin explained
PPTX
Blockchain
PDF
Open Innovation with Power Systems
PDF
IBM Power8 announce
PPTX
Expert summit SQL Server 2016
PPTX
Puppet + Windows Nano Server
PDF
IlOUG Tech Days 2016 - Big Data for Oracle Developers - Towards Spark, Real-T...
PDF
The Quantum Effect: HPC without FLOPS
PDF
IlOUG Tech Days 2016 - Unlock the Value in your Data Reservoir using Oracle B...
Oracle Solaris Overview
Oracle Solaris Software Integration
Oracle Solaris Cloud Management and Deployment with OpenStack
Accelerating Business Intelligence Solutions with Microsoft Azure pass
Georgia Azure Event - Scalable cloud games using Microsoft Azure
OpenPOWER Roadmap Toward CORAL
The State of Linux Containers
IBM POWER8 as an HPC platform
Presentacin webinar move_up_to_power8_with_scale_out_servers_final
Bitcoin explained
Blockchain
Open Innovation with Power Systems
IBM Power8 announce
Expert summit SQL Server 2016
Puppet + Windows Nano Server
IlOUG Tech Days 2016 - Big Data for Oracle Developers - Towards Spark, Real-T...
The Quantum Effect: HPC without FLOPS
IlOUG Tech Days 2016 - Unlock the Value in your Data Reservoir using Oracle B...
Ad

Similar to Oracle Solaris Build and Run Applications Better on 11.3 (20)

PDF
Extensibility in the cloud – power to the business user
PPTX
Agile Development and DevOps in the Oracle Cloud
PDF
Why cloud?
PPTX
DevOps - Developer Cloud Service Demo
PPTX
Mastering DevOps with Oracle
PDF
[2015 Oracle Cloud Summit] 2. Innovate with Oracle Platform as a Service
PDF
Application Development with Oracle Database
PPTX
Mastering DevOps With Oracle
PDF
Cloud 2014: Top Five Best Practices for Your Application PaaS Audience
PPTX
Data archival tool
PPTX
Migrating Oracle Forms Using Oracle Application Express
PDF
Primavera Mobile Applications - Now and Beyond
PPTX
Oracle Mobility Apps
PDF
Successful SaaS implementation journey, Sarkis Kerkezian, Oracle @ SaaS Day, ...
PDF
OOW15 - Building, Deploying, and Managing Smartphone Apps for Oracle E-Busine...
PDF
Coding from Application Container Cloud to Oracle JET
PDF
OOW16 - Testing Oracle E-Business Suite Best Practices [CON6713]
PDF
Modern App Development with Oracle Cloud
PDF
Polyglot! A Lightweight Cloud Platform for Java SE, Node, and More
PDF
Slidedeck MCS Demo eines Anwendungsfalles - DOAG2015
Extensibility in the cloud – power to the business user
Agile Development and DevOps in the Oracle Cloud
Why cloud?
DevOps - Developer Cloud Service Demo
Mastering DevOps with Oracle
[2015 Oracle Cloud Summit] 2. Innovate with Oracle Platform as a Service
Application Development with Oracle Database
Mastering DevOps With Oracle
Cloud 2014: Top Five Best Practices for Your Application PaaS Audience
Data archival tool
Migrating Oracle Forms Using Oracle Application Express
Primavera Mobile Applications - Now and Beyond
Oracle Mobility Apps
Successful SaaS implementation journey, Sarkis Kerkezian, Oracle @ SaaS Day, ...
OOW15 - Building, Deploying, and Managing Smartphone Apps for Oracle E-Busine...
Coding from Application Container Cloud to Oracle JET
OOW16 - Testing Oracle E-Business Suite Best Practices [CON6713]
Modern App Development with Oracle Cloud
Polyglot! A Lightweight Cloud Platform for Java SE, Node, and More
Slidedeck MCS Demo eines Anwendungsfalles - DOAG2015

More from OTN Systems Hub (10)

PDF
Oracle super cluster m7
PDF
Oracle super cluster for oracle e business suite
PDF
Oracle engineered systems executive presentation
PDF
Using oracle vm virtual box as your development platform
PDF
Rapid private cloud with oracle vm and oracle openstack for oracle linux
PDF
Oracle vm engineered for open cloud
PDF
Oracle making openstack an enterprise grade solution
PDF
Oracle develop in virtual box deploy to the cloud
PDF
Oracle business continuity for virtualization and cloud infrastructure
PDF
Oracle Solaris Application-Centric Lifecycle and DevOps
Oracle super cluster m7
Oracle super cluster for oracle e business suite
Oracle engineered systems executive presentation
Using oracle vm virtual box as your development platform
Rapid private cloud with oracle vm and oracle openstack for oracle linux
Oracle vm engineered for open cloud
Oracle making openstack an enterprise grade solution
Oracle develop in virtual box deploy to the cloud
Oracle business continuity for virtualization and cloud infrastructure
Oracle Solaris Application-Centric Lifecycle and DevOps

Recently uploaded (20)

PDF
T3DD25 TYPO3 Content Blocks - Deep Dive by André Kraus
PDF
Design an Analysis of Algorithms II-SECS-1021-03
PDF
Cost to Outsource Software Development in 2025
PPTX
Why Generative AI is the Future of Content, Code & Creativity?
PDF
Internet Downloader Manager (IDM) Crack 6.42 Build 41
PPTX
Log360_SIEM_Solutions Overview PPT_Feb 2020.pptx
PDF
Navsoft: AI-Powered Business Solutions & Custom Software Development
PDF
Wondershare Filmora 15 Crack With Activation Key [2025
PDF
Which alternative to Crystal Reports is best for small or large businesses.pdf
PPTX
CHAPTER 2 - PM Management and IT Context
PPTX
L1 - Introduction to python Backend.pptx
PPTX
Computer Software and OS of computer science of grade 11.pptx
PPTX
Agentic AI : A Practical Guide. Undersating, Implementing and Scaling Autono...
PDF
top salesforce developer skills in 2025.pdf
PPTX
Operating system designcfffgfgggggggvggggggggg
PDF
Addressing The Cult of Project Management Tools-Why Disconnected Work is Hold...
PDF
Nekopoi APK 2025 free lastest update
PPTX
Lecture 3: Operating Systems Introduction to Computer Hardware Systems
PDF
Understanding Forklifts - TECH EHS Solution
PPTX
history of c programming in notes for students .pptx
T3DD25 TYPO3 Content Blocks - Deep Dive by André Kraus
Design an Analysis of Algorithms II-SECS-1021-03
Cost to Outsource Software Development in 2025
Why Generative AI is the Future of Content, Code & Creativity?
Internet Downloader Manager (IDM) Crack 6.42 Build 41
Log360_SIEM_Solutions Overview PPT_Feb 2020.pptx
Navsoft: AI-Powered Business Solutions & Custom Software Development
Wondershare Filmora 15 Crack With Activation Key [2025
Which alternative to Crystal Reports is best for small or large businesses.pdf
CHAPTER 2 - PM Management and IT Context
L1 - Introduction to python Backend.pptx
Computer Software and OS of computer science of grade 11.pptx
Agentic AI : A Practical Guide. Undersating, Implementing and Scaling Autono...
top salesforce developer skills in 2025.pdf
Operating system designcfffgfgggggggvggggggggg
Addressing The Cult of Project Management Tools-Why Disconnected Work is Hold...
Nekopoi APK 2025 free lastest update
Lecture 3: Operating Systems Introduction to Computer Hardware Systems
Understanding Forklifts - TECH EHS Solution
history of c programming in notes for students .pptx

Oracle Solaris Build and Run Applications Better on 11.3