Remove Code Remove Programming Remove Servers
article thumbnail

Important Health Checks for your MySQL Master-Slave Servers

Scalegrid

In a MySQL master-slave high availability (HA) setup, it is important to continuously monitor the health of the master and slave servers so you can detect potential issues and take corrective actions. MySQL Master Server Health Checks. We recommended that your MySQL master monitoring program or scripts runs at frequent intervals.

Servers 273
article thumbnail

A Gentle Intro to eBPF

DZone

In this short article, we’ll explore eBPF (Extended Berkeley Packet Filter), an exciting new technology that makes programming the kernel flexible, safe, and accessible to developers. TLDR eBPF is a mechanism that makes the kernel dynamically programmable without modifying the source code.

Internet 201
Insiders

Sign Up for our Newsletter

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

article thumbnail

Scalar UDF Inlining in SQL Server 2019

SQL Shack

In this article, we will explore a new SQL Server 2019 feature which is Scalar UDF (scalar user-defined) inlining. Scalar UDF inlining is a member of the intelligent query processing family and helps to improve the performance of the scalar-valued user-defined functions without any code changing.

Servers 107
article thumbnail

Six causes of major software outages–And how to avoid them

Dynatrace

Software bugs Software bugs and bad code releases are common culprits behind tech outages. These issues can arise from errors in the code, insufficient testing, or unforeseen interactions among software components. Comprehensive training programs and strict change management protocols can help reduce human errors.

Software 271
article thumbnail

Simplify complexity with full code-level visibility into your PHP CLI application (Early Adopter)

Dynatrace

PHP is currently one of the most popular programming languages, thanks to the richness of its functions, ease of use, and simplicity. Besides being the most popular web server back end, PHP is also commonly used for developing microservices, shell applications, high-scale back ends, and for scheduling automated tasks. to PHP 7.3.

Code 135
article thumbnail

MongoDB SSL with self-signed certificates in C#

Scalegrid

One option is purchasing your own CA-signed SSL certificates and configuring them on the MongoDB server. In this blog post, we show you two methods to securely connect to a MongoDB server configured with self-signed certificates for SSL, using the official C# MongoDB driver. Else the code samples will not work.

C++ 244
article thumbnail

5 Types of Tests To Perform On Your APIs

DZone

Every app you build nowadays completely relies on Application Programming Interfaces. Application Programming Interface acts as the center level between the database and presentation layer in the software development procedure. The approach to the Application Programming Interface test principally depends on the form of API.

Testing 210