Browse free open source C++ Load Balancers and projects below. Use the toggles on the left to filter open source C++ Load Balancers by OS, license, language, programming language, and project status.

  • Free CRM Software With Something for Everyone Icon
    Free CRM Software With Something for Everyone

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    Think CRM software is just about contact management? Think again. HubSpot CRM has free tools for everyone on your team, and it’s 100% free. Here’s how our free CRM solution makes your job easier.
    Get free CRM
  • Payroll Services for Small Businesses | QuickBooks Icon
    Payroll Services for Small Businesses | QuickBooks

    Save 50% off for 3 months with QuickBooks Payroll when you Buy Now

    Easily pay your team and access powerful tools, employee benefits, and supportive experts with the #1 online payroll service provider. Manage payroll and access HR and employee services in one place. Pay your team automatically once your payroll setup is complete. We'll calculate, file, and pay your payroll taxes automatically.
    Learn More
  • 1
    SKUDONET

    SKUDONET

    SKUDONET Open Source Load Balancer and Web Application Firewall

    SKUDONET is an Open Source Load Balancer and Open Source Web Application Firewall that ensures high performance and security of IT service on a massive scale, with a cost-effective platform that focus on simplicity and flexibility. SKUDONET project is a continuity of the previous project ZEVENET, focusing on making the application delivery control and cybersecurity easy. Administration guide, technical documents and API docs : https://www.skudonet.com/knowledge-base/ SKUDONET is a reliable Open Source Load balancer and Web Application Firewall ready for high performance able to move more than 250000 TCP requests per second in layer 4 by CPU and more than 70000 HTTPS requests per second in layer 7. SKUDONET includes a full HTTP REST JSON API ready to be integrated into the environment, hybrid cloud or on-premise with thousands of deployments around the world.
    Leader badge
    Downloads: 96 This Week
    Last Update:
    See Project
  • 2
    Verigio - DNS Proxywall / DNS Firewall

    Verigio - DNS Proxywall / DNS Firewall

    One of the most advanced DNS Proxy and DNS Firewall in one product.

    It is a versatile DNS Proxy server with DNS firewall which filters DNS traffic between local computer and DNS servers with flexible rules, supports blocking by IP geography, caching, import/export rules into XML. With a click of a button acts as a DNS proxy (or DNS server), supports multiple client authentication methods, calculates statistics for DNS servers and proxy clients, supports load balancing between multiple upstream DNS servers.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3

    FastoCloud PRO

    IPTV/NVR/CCTV/Video cloud https://fastocloud.com

    IPTV/Video cloud Features: Cross-platform (Linux, MacOSX, FreeBSD, Raspbian/Armbian) GPU/CPU Encode/Decode/Post Processing Stream statistics CCTV Adaptive hls streams Load balancing Temporary urls HLS push EPG scanning Subtitles to text conversions AD insertion Logo overlay Video effects Relays Timeshifts Catchups Playlists Restream/Transcode from online streaming services like Youtube, Twitch Mozaic Many Outputs Physical Inputs Streaming Protocols File Formats Presets Vods/Series server-side support Pay per view channels Channels on demand HTTP Live Streaming (HLS) server-side support Public API, client server communication via JSON RPC Protocol gzip compression Deep learning video analysis Supported deep learning frameworks: Tensorflow NCSDK Caffe ML Hardware:
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    Meraculous-2D

    Meraculous-2D

    Eukaryotic Genome Assembler

    ---------------------------------------- IMPORTANT: Meraculous-2D has been superseded by the HipMer assembler, available here: https://sourceforge.net/projects/hipmer/ ----------------------------------------- Meraculous-2D is a whole genome assembler for NGS reads (Illumina) that is capable of assembling large, diploid genomes with modest computational requirements. Features include: - Efficient k-mer counting and deBruijn graph traversal - Two modes of handling of diploid allelic variation - Improved scaffolding that produces more complete assemblies without compromising scaffolding accuracy. The assembly is driven by a perl pipeline which performs data fragmentation and load balancing, as well as submission and monitoring of multiple task arrays on a GE/SLURM-type cluster or a standalone multi-core server. Manuscripts in submission: https://arxiv.org/abs/1703.09852 https://arxiv.org/abs/1608
    Downloads: 1 This Week
    Last Update:
    See Project
  • Secure remote access solution to your private network, in the cloud or on-prem. Icon
    Secure remote access solution to your private network, in the cloud or on-prem.

    Deliver secure remote access with OpenVPN.

    OpenVPN is here to bring simple, flexible, and cost-effective secure remote access to companies of all sizes, regardless of where their resources are located.
    Get started — no credit card required.
  • 5
    Request-routing, load-balancing reverse proxy service for low-latency Ajax/XMLHttpRequest client-server communication.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Bat2015

    Bat2015

    Bachelor of Science (Informatik)

    The toolkit glpk supports methods for mixed integer linear programming (MILP). These methods solve Capital Budgeting Problems (CBP). Unfortunately, glpk does not support any multithreading and there is no feature to distribute problems via network connections. Today, this is a pitiable sight, because modern computer systems are coupled by networks and support multi threading. We create a distributed system with Apache thrift and the C-API of glpk. Now, it is possible to use as many cores in a network as you want. With a focus on the MILP methods we implement a load balancing and speed up the solving process in a multiplicative way. Sometimes we have super-linear speedup with a small set of hardware. With a splitting of problems, parallel computing and distributing the actual best solution to all running processes we solve CBP much faster than a sequential processing can do.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    CDNSimulator provides several libraries for ns2 simulator to extend it with content delivery networks (CDN).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    CUBRID Cluster
    See http://www.cubrid.org/cluster. CUBRID Cluster is an open source clustered DBMS for high scalability including global schema, distributed partition and load balancing features. It is a spin-off project from CUBRID project and supported by NHN.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Load balancing multithreaded PostgreSQL connection pool. Also has a replication mode to keep in sync the load balanced backend servers. Needs the ACE framework libraries.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Bright Data - All in One Platform for Proxies and Web Scraping Icon
    Bright Data - All in One Platform for Proxies and Web Scraping

    Say goodbye to blocks, restrictions, and CAPTCHAs

    Bright Data offers the highest quality proxies with automated session management, IP rotation, and advanced web unlocking technology. Enjoy reliable, fast performance with easy integration, a user-friendly dashboard, and enterprise-grade scaling. Powered by ethically-sourced residential IPs for seamless web scraping.
    Get Started
  • 10

    Distributed Multithread Apriori (DMTA)

    A parallel implementation using MPI and OpenMP to Apriori algorithm

    DMTA (Distributed Multithreaded Apriori) is a parallel implementation of Apriori algorithm, which exploits the parallelism at the level of threads and processes, seeking to perform load balancing among the cores. Was implemented in C++ language, using the parallelization libraries OpenMP and MPI. The algorithm was generated as a result of a project developed by André Camilo Bolina, under the guidance of teachers Marluce Rodrigues Pereira, Ahmed Ali Abdalla Esmin and Denilson Alves Pereira, in Department of Computer Science at Federal University of Lavras. The results of this project were published in the Revista de Sistemas de Informação da FSMA and is available in http://www.fsma.edu.br/si/edicao11/FSMA_SI_2013_1_Principal_1.html
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    DCCRG is an easy to use grid for FVM simulations. It handles load balancing (using Zoltan library) and neighbour cell data updates between processes automatically. MPI is used for parallelization.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Envoy

    Envoy

    Cloud-native high-performance edge/middle/service proxy

    Envoy is an open source, high-performance edge/middle/service proxy designed for cloud-native applications. It was built by Lyft to solve the common problem of networking and observability when moving to a distributed architecture. Envoy is a proxy designed for single services and applications. Aside from that it is also a communication bus and “universal data plane” designed for large microservice “service mesh” architectures. It runs right along with every application, and abstracts the network by providing common features in a platform-agnostic manner. With Envoy, visualizing problem areas becomes a lot easier thanks to consistent observability. It also helps with overall performance tuning, and easily adding substrate features in one place.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Iris

    Iris

    Network traffic generator in C++/Qt

    Iris is a network traffic generator which floods a network with traffic of a supported protocol in an effort to assist with any network diagnostics e.g. the testing of load balancing. Iris is software I have written for my university honours year project; it is written in C++ relying heavily on the Qt libraries. It is thus cross platform and will run on any platform supported by Qt.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    MCU Media Server

    MCU Media Server

    SIP Video Multiconference Media Server with WebRTC support.

    REPOSITORY MOVED TO GITHUB!! https://github.com/medooze/media-server Video Multiconference Media Server with WebRTC support. Provide Multiconference and video broadcasting services to any SIP service. Supports VP8, H264, MP4V-ES, H263 and H263P, continuous presence, RTMP flash broadcasting, adhoc conferences, load balancing and administrative WEB interface. JSR309 driver implementation under development. .
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    MOSIXVIEW (GUI for MOSIX-Cluster) is a frontend for the most common used mosctl commands. The Load-Balancing of a MOSIX-clustercan be influenced by "speed-sliders" and even remote processes are manageable. A mosixview-client installed on every cluster-n
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    NLog is a logging platform for .NET with rich log routing and management capabilities. It uses familar logger pattern known from log4xxx. Advanced routing options include buffering, asynchronous logging, load balancing, failover, and more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Network Manager

    Network Manager

    Windows tool for monitoring and configuring your network adapters

    Network Manager is a free and open source Windows tool that will aid you in monitoring and configuring your network adapters.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Open Streaming Server is an digital media delivery. Main characteristics are: - Streaming of mp4, 3gp, WMF, QT files - Dynamic Bandwidth adaptation - Load balancing - Content distribution Technology: C++, Java and CORBA.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    project shifted to https://code.google.com/p/orzoj/ [because connection to SF is quite slow here... :( ]
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    REX: Remote EXecution Distributed Computing Services for Linux and Solaris, providing C and C++ APIs, librex library and "rexd" daemon software to implement Load Balancing Process Migration : Dump + Restore, Remote File and Resource Management.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    Shepherd

    Enterprise class Processing Farm Management

    The Shepherd project is an effort to create an open-source enterprise class software platform for managing a "farm" of processing resources (servers with pre-installed software). Within the Shepherd architecture, pre-configured processes can be executed on a farm of "worker" nodes by calling them via their "resource ID". The Shepherd architecture includes the following primary software modules... - farmRcMgr: a process that manages load-balancing of "resource" processes across "worker" nodes, and requests that a "resource" process be executed on a selected "worker" node - nodeRcMgr: a process that runs on a "worker" node, and manages execution of "resource" processes on that node - farmStatus: a process accumulates log messages from other processes - webUI: a web server process that provides the UI for Shepherd
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    W.H.C
    Workflow of Heterogeneous Computing. Our aim is to offer a software layer that would leverage the full potential of a network (heterogeneous cpu/gpu/hybrid) by attempting to allocate resources according to application (OpenCL) needs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    This project aims at producing an efficient P2P client for the sharing of contents in anonymous / secure manner, using the latest techniques in peer protocols such as anonymisation, load balancing, gridstorage.(See news below for current project status)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    manticoresearch

    manticoresearch

    Easy to use open source fast database for search

    Manticore Search is an easy to use open source fast database for search. Modern MPP architecture and smart query parallelization capabilities allow to fully utilize all your CPU cores to lower response time as much as possible, when needed. Powerful and fast full-text searching which works fine for small and big datasets. Columnar storage support via the Manticore Columnar Library for bigger datasets (much bigger than can fit in RAM). SQL-first: Manticore's native syntax is SQL. It speaks SQL over HTTP and uses the MySQL protocol (you can use your preferred MySQL client). JSON over HTTP: to provide a more programmatic way to manage your data and schemas, Manticore provides a HTTP JSON protocol. Written fully in C++: starts fast, doesn't take much RAM, and low-level optimizations provide good performance. Can sync from MySQL/PostgreSQL/ODBC/xml/csv out of the box. Not fully ACID-compliant, but supports transactions and binlog for safe writes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    QED is a batch manager in the likes of NQS and GNU-queue with some fancy features like network support, simple load balancing, and job resource usage control.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next