Loader

Spirula Systems took part in Mushtarak’s opening in Dokki, Cairo. Mushtarak is Egypt’s first tech hub; a space for techies and geeks from different backgrounds, and with different interests, to network and collaborate, in order to come up with innovative ways to use technology to...

Today, Spirula Systems is 5 years old! Five years ago, Spirula Systems started with a vision of supporting and encouraging business decision makers in adopting Free and Open Source Software (FOSS), by offering high quality, reliable, and affordable services. The journey wasn’t easy, but we made it! We’re...

Gunicorn is a simple yet powerful python WSGI HTTP server, it supports some python frameworks natively. It has many features like server hooks, SSL support, multiple worker types, and integeration with Django and Paster. Gunicorn is a pre-fork model server, which means that a master process...

Passenger is one of the most popular application servers. It is not just limited to Ruby applications, but it also supports Python WSGI so it can run for example Flask and Bottle applications. Passenger I/O Model Passenger 4 uses the evented I/O model, just like Nginx. While...

We are glad to announce that Spirula Systems joined The Egyptian Information Telecommunications, Electronics & Software Alliance (EITESAL), which has over 300 companies in Egypt working in the areas of: Electronics, Telecommunications, Software, Training, System Integration, Content, Consultancy, Outsourcing and Call Center Services. We have...

InnoDB Buffer Pool InnoDB buffer pool is one of the most important options for improving InnoDB performance. InnoDB buffer pool is a space reserved in memory which is used to save data and indexes that are frequently accessed. When MySQL server receives a query, if the...

Database Backups can take several formats. Backup size, backup time, and restore time will vary for each of these formats. In this post, we will use a 13 GB database with a total of 66 million rows to compare and evaluate the backup and restore time...

Elastic Load Balancer is a service provided by Amazon Web Services. ELB handles all incoming traffic, distributes all requests across multiple EC2 instances that actually fulfill the requests, fetches the responses, and sends it back to the client. There are many load balancing algorithms supported by...