Remove Download Remove Network Remove Servers
article thumbnail

Exploring MySQL Binlog Server – Ripple

Scalegrid

MySQL does not limit the number of slaves that you can connect to the master server in a replication topology. If the data churn on the master is high, the serving of binary logs alone could saturate the network interface of the master. Ripple is an open source binlog server developed by Pavel Ivanov.

Servers 262
article thumbnail

The Three Cs: Concatenate, Compress, Cache

CSS Wizardry

Concatenating our files on the server: Are we going to send many smaller files, or are we going to send one monolithic file? Compressing them over the network: Which compression algorithm, if any, will we use? 4,362ms of cumulative latency; 240ms of cumulative download. main.af8a22.css

Cache 338
Insiders

Sign Up for our Newsletter

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

article thumbnail

Monitor web applications from within your corporate network

Dynatrace

ActiveGate OS: Ubuntu Server 16.04 LTS, RHEL server 7, CentOS server 7. Your browser monitor can: Download all the web page resources and objects. A: We currently support Ubuntu Server 16.04 Q: Do I need a special network configuration, opening non-standard ports and/or whitelisting some addresses?

Network 166
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. If your application connects to the production database over a public network, do reach out to support@scalegrid.io For example: <path-to-downloaded-CA-Cert.cer> = C:UsersUserFoldercaCert.cer. <host1>

C++ 244
article thumbnail

PyMongo Tutorial: Testing MongoDB Failover in Your Python App

Scalegrid

If you are a ScaleGrid customer, you can download the CA certificate file for your MongoDB clusters from the ScaleGrid console as shown here: So, a connection snippet would look like: >>> import pymongo >>> MONGO_URI = 'mongodb://rwuser:@SG-example-0.servers.mongodirector.com:27017,SG-example-1.servers.mongodirector.com:27017,SG-example-2.servers.mongodirector.com:27017/admin?

Testing 55
article thumbnail

Netflix Android and iOS Studio Apps?—?now powered by Kotlin Multiplatform

The Netflix TechBlog

The high likelihood of unreliable network connectivity led us to lean into mobile solutions for robust client side persistence and offline support. Poor network connectivity coupled with frequently changing configuration values in response to user activity means that on-device rule evaluation is preferable to server-side evaluation.

Mobile 280
article thumbnail

What is Greenplum Database? Intro to the Big Data Database

Scalegrid

It can scale towards a multi-petabyte level data workload without a single issue, and it allows access to a cluster of powerful servers that will work together within a single SQL interface where you can view all of the data. Greenplum Database is a massively parallel processing (MPP) SQL database that is built and based on PostgreSQL.

Big Data 321