Remove Open Source Remove Operating System Remove Scalability Remove Webinar
article thumbnail

Kubernetes vs Docker: What’s the difference?

Dynatrace

Think of containers as the packaging for microservices that separate the content from its environment – the underlying operating system and infrastructure. This opens the door to auto-scalable applications, which effortlessly matches the demands of rapidly growing and varying user traffic. Watch webinar now!

article thumbnail

What is a message queue? How an observability platform eases message queue monitoring

Dynatrace

A message queue is a form of middleware used in software development to enable communications between services, programs, and dissimilar components, such as operating systems and communication protocols. A message queue enables the smooth flow of information to make complex systems work. Watch webinar now!

Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

What is a message queue? How an observability platform eases message queue monitoring

Dynatrace

A message queue is a form of middleware used in software development to enable communications between services, programs, and dissimilar components, such as operating systems and communication protocols. A message queue enables the smooth flow of information to make complex systems work. What is a message queue?

article thumbnail

Weighing a microservices approach means covering all architecture bases

Dynatrace

The demand for adaptable, highly scalable, and modular application designs has led many developers to move from SOA to a microservices approach. VMs require their own operating system and take up additional resources. Systems monitoring and alerting. Each individual service could use a VM to host a specific feature.

article thumbnail

Is It a Read Intensive or a Write Intensive Workload?

Percona

Because recognizing if the workload is read intensive or write intensive will impact your hardware choices, database configuration as well as what techniques you can apply for performance optimization and scalability. You can also choose to look at event counts or at the time it takes to do operations. Not all writes are equal either.

article thumbnail

PostgreSQL Performance Tuning: Optimizing Database Parameters for Maximum Efficiency

Percona

Scalability: As an application expands and needs to handle more data and user loads, the database must scale accordingly. The PostgreSQL buffer is called shared_buffer, which is the most effective tunable parameter for most operating systems. This parameter sets how much dedicated memory will be used by PostgreSQL for the cache.

Tuning 52