April 2015 Summaries
3 posts from DigitalOcean
Filter
Month:
Year:
Post Summaries
Back to Blog
Scaling a PHP application to handle increased traffic and maintain user experience is crucial for businesses. The two main methods of scaling are vertical scaling, which involves increasing system resources, and horizontal scaling, which involves adding more servers to an existing cluster. Horizontal scaling is generally considered the most reliable and efficient method, but it requires careful planning to keep all nodes in the cluster updated and synchronized. This includes implementing sticky sessions, using a load balancer to distribute traffic, and setting up a replica of the application on multiple nodes. Additionally, it's essential to decouple the application from the database server, handle user session consistency, and implement a solution for sharing files uploaded by users. Tools like Memcached and Redis can be used to handle user sessions, while GlusterFS or object storage services like AWS S3 and Google Cloud Storage can be used to share files. With proper planning and implementation, horizontal scaling can help PHP applications maintain performance and scalability even in high-traffic environments.
Apr 21, 2015
1,547 words in the original blog post.
We are excited to announce the opening of our new German region, FRA1, located in Frankfurt am Main, Germany. This new facility provides unparalleled opportunities for serving the growing German startup community and developers worldwide. The region features our latest cloud spec, including 40GbE networking on each hypervisor and enhanced storage with fastest-yet SSDs. It is strategically placed on the DE-CIX, the largest Internet exchange point worldwide by peak traffic, offering fast-growing industries in Germany and neighboring countries unparalleled connectivity and speeds. This new region meets Safe Harbor regulations for storing data, and we hope to support innovation in Germany through our launch.
Apr 14, 2015
225 words in the original blog post.
DigitalOcean's new API version 2 has been released after nine months in beta, with the goal of introducing new features while maintaining simplicity. The company collaborated with its community through a public GitHub repository to ensure the API remained awesome and to identify areas for improvement. The new features include filtering and response time optimization for the images endpoint, as well as improved consistency across region objects in JSON responses. Additionally, DigitalOcean launched its new developer portal to provide clear documentation, tutorials, and a centralized repository of API libraries. The company thanks the community for their feedback and contributions during the beta period.
Apr 01, 2015
383 words in the original blog post.