Confidential	- ©	All	rights	reserved.	Zend	Technologies,	Inc.1
Confidential	- ©	All	rights	reserved.	Zend	Technologies,	Inc.
PHP Challenges on PaaS
Boaz Ziniman
Sr. Director of Technology and Cloud Infrastructure
Zend Technologies
Confidential	- ©	All	rights	reserved.	Zend	Technologies,	Inc.2
About me
• Working @Zend for the last 8 years
• Managing Zend’s Cloud initiatives (andfew other roles...)
• Years of web applications development and operations
Find me @:
boaz.z@zend.com
@ziniman
http://ziniman.com
Confidential	- ©	All	rights	reserved.	Zend	Technologies,	Inc.3
Bluemix and PaaS 101
Confidential	- ©	All	rights	reserved.	Zend	Technologies,	Inc.4
Bluemix and PaaS 101
• App is Runtime + PHP Code. Will be distributed across DEAs
• Droplet -App blueprint stored in CF
• Cloud Controller in charge of Starting/Stopping/ScalingApps (with Health Manager)
• New droplet is createdon every Push
Confidential	- ©	All	rights	reserved.	Zend	Technologies,	Inc.5
Why PaaS is different
• You only care about the Application
– No SSH! No SSH! No SSH! …. …. No SSH!
– No need to deal with OS, Webserver, file system, etc.
– No networking (that you can control)
• Ephemeral file system
• Monitoring to ensure application uptime
• Fast and transparent scale up and down
• Restart / Redeployment can (and will) happen anytime
Confidential	- ©	All	rights	reserved.	Zend	Technologies,	Inc.6
PHP Challenges on PaaS – File System
• Ephemeral filesystem
– Local storage will be gone on every push/restart
– You should not store locally
• User generatedcontent
• Configuration
– No Sync/Sharing between instances in cluster mode
• Solutions
– Make everything part of your app (including configuration)
– Use DB to store shared data/configurations
– Use Environment Variables to store data
– Use storage as a service - For example AWS S3
Confidential	- ©	All	rights	reserved.	Zend	Technologies,	Inc.7
PHP Challenges on PaaS – Services
• Services are your best friends
• Everything is a service from MySQL to SMTP
• “Outsourcing” approach
• DB as a service - ClearDB, RDS … for MySQL
• Memcached as a service - Caching and Sessions store
• Key/Value store as a service – Redis, Cloudant …
• Logs as a service – Splunk Storm/Cloud, Loggly …
• ConsumeAPIs and Services as data sources
– Let others provide the service you need
Confidential	- ©	All	rights	reserved.	Zend	Technologies,	Inc.8
PHP Challenges on PaaS – Tips
• Take network latency into account
– Cache as much as possible
– Reduce calls to DB
• Use manifests to define your application
• Store data in PaaS (not PHP) Environment Variables
– Easy to access in code
– Survives restarts
Confidential	- ©	All	rights	reserved.	Zend	Technologies,	Inc.9
http://12factor.net/
1. Codebase
One codebase tracked in revision control, many
deploys
2. Dependencies
Explicitly declare and isolate dependencies
3. Config
Store config in the environment
4. Backing Services
Treat backing services as attached resources
5. Build, release, run
Strictly separate build and run stages
6. Processes
Execute the app as one or more stateless
processes
7. Port binding
Export services via port binding
8. Concurrency
Scale out via the process model
9. Disposability
Maximize robustness with fast startup and
graceful shutdown.
10. Dev/prod parity
Keep development, staging, and production as
similar as possible
11. Logs
Treat logs as event streams
12. Admin processes
Run admin/management tasks as one-off
processes
Confidential	- ©	All	rights	reserved.	Zend	Technologies,	Inc.10
Thank	You!
boaz.z@zend.com

More Related Content

PDF
GWAVACon 2015: GWAVA - Three dimensional security for Novell GroupWise
PDF
GWAVACon 2015: GWAVA - Backup, manage & monitor your GroupWise server
PDF
Gwava con retain introduction
PPTX
Protect Your Assets with Single IP DDoS Protection
DOCX
Linuxserverconfiguration.net
PDF
Kubernetes, The Day After
PPTX
Leveraging the Cloud for Continuous Delivery while Protecting your IP
PDF
More than hosting
GWAVACon 2015: GWAVA - Three dimensional security for Novell GroupWise
GWAVACon 2015: GWAVA - Backup, manage & monitor your GroupWise server
Gwava con retain introduction
Protect Your Assets with Single IP DDoS Protection
Linuxserverconfiguration.net
Kubernetes, The Day After
Leveraging the Cloud for Continuous Delivery while Protecting your IP
More than hosting

What's hot (7)

PPTX
Manage your compactions before they manage you!
PDF
Cloud the path forward
PPTX
Troubleshooting Zenoss: A Support Perspective
PDF
Reliable dedicated server hosting provider
PDF
Cassandra summit 2015 - Simplifying Streaming Analytics
PPTX
The Future of Hbase
DOCX
Manage your compactions before they manage you!
Cloud the path forward
Troubleshooting Zenoss: A Support Perspective
Reliable dedicated server hosting provider
Cassandra summit 2015 - Simplifying Streaming Analytics
The Future of Hbase
Ad

Viewers also liked (14)

PPTX
Здесь ВСЁ Понятно!
PDF
Journée de rencontre 2016 - Léthicia Rancurel
PPTX
Песнь льда и пламени
PPTX
CSUProject
DOC
Sistemas de polizas
PDF
Directv_Vaibhav_Letter of _Recommendation
PPTX
Varying WordPress Development Environment WordCamp Cincinnati 2016
PPT
Oracle SOA Suite for High availability Enterprises
PDF
How to Secure Genomic Data in the Cloud
PPTX
ADL/U-SQL Introduction (SQLBits 2016)
PPTX
U-SQL Query Execution and Performance Tuning
PDF
Winning the game with WordPress hosting solutions powered by Plesk Onyx
PPTX
Build Secure Cloud Solution using F5 BIG-IP on AWS
PDF
Autoscaling Docker Containers by Konstantinos Faliagkas, Docker Birthday #3 A...
Здесь ВСЁ Понятно!
Journée de rencontre 2016 - Léthicia Rancurel
Песнь льда и пламени
CSUProject
Sistemas de polizas
Directv_Vaibhav_Letter of _Recommendation
Varying WordPress Development Environment WordCamp Cincinnati 2016
Oracle SOA Suite for High availability Enterprises
How to Secure Genomic Data in the Cloud
ADL/U-SQL Introduction (SQLBits 2016)
U-SQL Query Execution and Performance Tuning
Winning the game with WordPress hosting solutions powered by Plesk Onyx
Build Secure Cloud Solution using F5 BIG-IP on AWS
Autoscaling Docker Containers by Konstantinos Faliagkas, Docker Birthday #3 A...
Ad

Similar to PHP challenge on PaaS (20)

PPTX
North east user group tour
PDF
Midwest php 2013 deploying php on paas- why & how
PDF
Deploying PHP on PaaS: Why and How?
PPTX
Achieving Massive Scalability and High Availability for PHP Applications in t...
PPTX
Highlights from ZendCon 2013
PDF
How to scale PHP applications
PPTX
Zend Server - OSI Days
PPTX
Slides from LAX & DEN usergroup meetings
PDF
Zend In The Cloud
ODP
Automating MySQL operations with Puppet
PPT
Top 30 Scalability Mistakes
PPTX
Moving to the Cloud: AWS, Zend, RightScale
PDF
Best Practices in PHP Application Deployment
ODP
Scaling PHP Applications with Zend Platform
PPTX
High performance PHP: Scaling and getting the most out of your infrastructure
PDF
Scalable High-Availability Session Storage with ZSCM
PDF
Hopping in clouds - phpuk 17
PDF
Dev & Prod - PHP Applications in the Cloud
PDF
PHP and the Cloud: The view from the bazaar
PDF
PHP At 5000 Requests Per Second: Hootsuite’s Scaling Story
North east user group tour
Midwest php 2013 deploying php on paas- why & how
Deploying PHP on PaaS: Why and How?
Achieving Massive Scalability and High Availability for PHP Applications in t...
Highlights from ZendCon 2013
How to scale PHP applications
Zend Server - OSI Days
Slides from LAX & DEN usergroup meetings
Zend In The Cloud
Automating MySQL operations with Puppet
Top 30 Scalability Mistakes
Moving to the Cloud: AWS, Zend, RightScale
Best Practices in PHP Application Deployment
Scaling PHP Applications with Zend Platform
High performance PHP: Scaling and getting the most out of your infrastructure
Scalable High-Availability Session Storage with ZSCM
Hopping in clouds - phpuk 17
Dev & Prod - PHP Applications in the Cloud
PHP and the Cloud: The view from the bazaar
PHP At 5000 Requests Per Second: Hootsuite’s Scaling Story

More from Boaz Ziniman (20)

PDF
AWS Cost Optimization - JLM
PDF
What can you do with Serverless in 2020
PDF
Six ways to reduce your AWS bill
PDF
From Cloud to Edge & back again
PDF
Modern Applications Development on AWS
PDF
Enriching your app with Image recognition and AWS AI services Hebrew Webinar
PDF
AI Services and Serverless Workshop
PDF
Drive Down the Cost of your Data Lake by Using the Right Data Tiering
PDF
Breaking Voice and Language Barriers with AI - Chatbot Summit Tel Aviv
PDF
Serverless Beyond Functions - CTO Club Made in JLM
PDF
Websites Go Serverless - ServerlessDays TLV 2019
PDF
SKL208 - Turbocharge your Business with AI and Machine Learning - Tel Aviv Su...
PDF
AIM301 - Breaking Language Barriers With AI - Tel Aviv Summit 2019
PDF
Breaking Language Barriers with AI - AWS Summit
PDF
Websites go Serverless - AWS Summit Berlin
PDF
AWS Lambda updates from re:Invent
PDF
Artificial Intelligence for Developers - OOP Munich
PDF
Introduction to Serverless Computing - OOP Munich
PDF
IoT from Cloud to Edge & Back Again - WebSummit 2018
PDF
Breaking Language Barriers with AI - Web Summit 2018
AWS Cost Optimization - JLM
What can you do with Serverless in 2020
Six ways to reduce your AWS bill
From Cloud to Edge & back again
Modern Applications Development on AWS
Enriching your app with Image recognition and AWS AI services Hebrew Webinar
AI Services and Serverless Workshop
Drive Down the Cost of your Data Lake by Using the Right Data Tiering
Breaking Voice and Language Barriers with AI - Chatbot Summit Tel Aviv
Serverless Beyond Functions - CTO Club Made in JLM
Websites Go Serverless - ServerlessDays TLV 2019
SKL208 - Turbocharge your Business with AI and Machine Learning - Tel Aviv Su...
AIM301 - Breaking Language Barriers With AI - Tel Aviv Summit 2019
Breaking Language Barriers with AI - AWS Summit
Websites go Serverless - AWS Summit Berlin
AWS Lambda updates from re:Invent
Artificial Intelligence for Developers - OOP Munich
Introduction to Serverless Computing - OOP Munich
IoT from Cloud to Edge & Back Again - WebSummit 2018
Breaking Language Barriers with AI - Web Summit 2018

Recently uploaded (20)

PDF
AI-Powered Threat Modeling: The Future of Cybersecurity by Arun Kumar Elengov...
PDF
AI/ML Infra Meetup | LLM Agents and Implementation Challenges
PPTX
Monitoring Stack: Grafana, Loki & Promtail
PPTX
Trending Python Topics for Data Visualization in 2025
PPTX
"Secure File Sharing Solutions on AWS".pptx
PPTX
Tech Workshop Escape Room Tech Workshop
PDF
The Dynamic Duo Transforming Financial Accounting Systems Through Modern Expe...
PPTX
Computer Software and OS of computer science of grade 11.pptx
PDF
Topaz Photo AI Crack New Download (Latest 2025)
PDF
CCleaner 6.39.11548 Crack 2025 License Key
PDF
Designing Intelligence for the Shop Floor.pdf
PPTX
Patient Appointment Booking in Odoo with online payment
PDF
How AI/LLM recommend to you ? GDG meetup 16 Aug by Fariman Guliev
PDF
How Tridens DevSecOps Ensures Compliance, Security, and Agility
PPTX
assetexplorer- product-overview - presentation
PDF
AI/ML Infra Meetup | Beyond S3's Basics: Architecting for AI-Native Data Access
PDF
Visual explanation of Dijkstra's Algorithm using Python
PPTX
AMADEUS TRAVEL AGENT SOFTWARE | AMADEUS TICKETING SYSTEM
PPTX
Computer Software - Technology and Livelihood Education
PPTX
Log360_SIEM_Solutions Overview PPT_Feb 2020.pptx
AI-Powered Threat Modeling: The Future of Cybersecurity by Arun Kumar Elengov...
AI/ML Infra Meetup | LLM Agents and Implementation Challenges
Monitoring Stack: Grafana, Loki & Promtail
Trending Python Topics for Data Visualization in 2025
"Secure File Sharing Solutions on AWS".pptx
Tech Workshop Escape Room Tech Workshop
The Dynamic Duo Transforming Financial Accounting Systems Through Modern Expe...
Computer Software and OS of computer science of grade 11.pptx
Topaz Photo AI Crack New Download (Latest 2025)
CCleaner 6.39.11548 Crack 2025 License Key
Designing Intelligence for the Shop Floor.pdf
Patient Appointment Booking in Odoo with online payment
How AI/LLM recommend to you ? GDG meetup 16 Aug by Fariman Guliev
How Tridens DevSecOps Ensures Compliance, Security, and Agility
assetexplorer- product-overview - presentation
AI/ML Infra Meetup | Beyond S3's Basics: Architecting for AI-Native Data Access
Visual explanation of Dijkstra's Algorithm using Python
AMADEUS TRAVEL AGENT SOFTWARE | AMADEUS TICKETING SYSTEM
Computer Software - Technology and Livelihood Education
Log360_SIEM_Solutions Overview PPT_Feb 2020.pptx

PHP challenge on PaaS