Showing 26 open source projects for "epoll"

View related business solutions
  • Contractor Foreman is the most affordable all-in-one construction management software for contractors and is trusted by contractors in more than 75 countries. Icon
    Starting at $49/m for the WHOLE company, Contractor Foreman is the most affordable all-in-one construction management system for contractors. Our customers in 75+ countries and industry awards back it up. And it's all backed by a 100 day guarantee.
  • Cloud-Based Software Licensing - Zentitle by Nalpeiron Icon
    Cloud-Based Software Licensing - Zentitle by Nalpeiron

    The #1 Software Licensing Solution. Release new Software License Models fast with no engineering. Increase software sales and drive up revenues.

    1000’s software companies have used Zentitle to launch new software products fast and control their entitlements easily - many going from startup to IPO on our platform. Our software monetization infrastructure allows you to easily build or
  • 1
    HP Socket

    HP Socket

    High Performance TCP/UDP/HTTP communication component

    Server Based on IOCP/EPOLL communication model, combined with technology of memory pool, private heap etc., efficient memory management is implemented to support large scale and high concurrent communication scenarios. Agent The Agent component is essentially a Multi-Client component that uses the same technical architecture as the Server component. An Agent component object can create and efficiently handle large-scale Socket connections at the same time. Client Based on Event-Select/POLL...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 2
    Drogon

    Drogon

    Drogon: A C++14/17/20 based HTTP web application framework

    Drogon is a C++14/17-based HTTP application framework. Drogon can be used to easily build various types of web application server programs using C++. Drogon is the name of a dragon in the American TV series "Game of Thrones" that I really like. Drogon is a cross-platform framework, It supports Linux, macOS, FreeBSD, OpenBSD, HaikuOS, and Windows. Use a non-blocking I/O network lib based on epoll (kqueue under macOS/FreeBSD) to provide high-concurrency, high-performance network IO, please visit...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    Swoole

    Swoole

    Coroutine-based concurrency library for PHP

    ... or create thousands of light weight fibers within one Linux process. Swoole PHP network framework enhances the efficiency of development team. The network layer in Swoole is event-based and takes full advantage of the underlying epoll/kqueue implementation, making it really easy to serve millions of requests. Swoole 4.x uses a brand new engine kernel and now it has a full-time developer team, so we are entering an unprecedented period in PHP history which offers a unique possibility for rapid evolution.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    Twisted

    Twisted

    Event-driven networking engine written in Python

    Twisted is an event-based framework for internet applications, supporting Python 3.6+. It includes modules for many different purposes. Twisted supports all major system event loops, select (all platforms), poll (most POSIX platforms), epoll (Linux), kqueue (FreeBSD, macOS), IOCP (Windows), and various GUI event loops (GTK+2/3, Qt, wxWidgets). Third-party reactors can plug into Twisted, and provide support for additional event loops.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Sell your products and services as gift cards, vouchers and tickets with powerful automation Icon
    Vouchers, gift cards and tickets are the most profitable items your business can sell today. On average, only 85% of business vouchers are redeemed. Since VoucherCart delivers payment in full and in advance, your business can sell confidently, safely, and without hassle.
  • 5
    Lettuce

    Lettuce

    Advanced Java Redis client for thread-safe sync, async, etc.

    Build elastic data access. Lettuce is a scalable Redis client for building non-blocking Reactive applications. Lettuce is a fully non-blocking Redis client built with netty providing Reactive, Asynchronous and Synchronous Data Access. Lettuce provides asynchronous API with RedisFuture (CompletionStage) and Reactive types Flux [N] and Mono [0|1]. Low-latency communication, backpressure-enabled network engine for NIO TCP, epoll TCP and Unix Domain Sockets. Reactive Streaming is fully supported...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    gev

    gev

    Gev is a lightweight, fast non-blocking TCP network library

    Gev is a lightweight, fast non-blocking TCP network library / websocket server based on Reactor mode. Support custom protocols to quickly and easily build high-performance servers. Support custom protocols to quickly and easily build high-performance servers. High-performance event loop based on epoll and kqueue. Support multi-core and multi-threading. Dynamic expansion of read and write buffers implemented by Ring Buffer. Asynchronous read and write. SO_REUSEPORT port reuse support...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Workerman

    Workerman

    An asynchronous event driven PHP socket framework

    ... components such as asynchronous Mysql, asynchronous Redis, asynchronous Http, MQTT Internet of Things client, and asynchronous message queue. Based on the high-performance Epoll event network library, a single machine can support millions of concurrent connections, with a long connection throughput of up to 36W/S. Objects such as PHP database can be resident in memory, reducing analysis and compilation and network overhead.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    ESQ

    Event Session Queue

    A bicycle for nghttp2 or some other server program. Create N worker threads, N = CPU core count. And one master thread. A worker thread works for event waiting and handling. The master thread works for epoll/keuque (Due to bugs that not solved, developing on BSD is stopped) watching and event dispatching. An event has an associated session, a session can only be handled by one worker thread one time. This match the programming module of nghttp2 library. You need to install my Monkeycall...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    dispy

    Distributed and Parallel Computing with/for Python.

    dispy is a generic and comprehensive, yet easy to use framework for creating and using compute clusters to execute computations in parallel across multiple processors in a single machine (SMP), among many machines in a cluster, grid or cloud. dispy is well suited for data parallel (SIMD) paradigm where a computation (Python function or standalone program) is evaluated with different (large) datasets independently. dispy supports public / private / hybrid cloud computing, fog / edge computing.
    Leader badge
    Downloads: 2 This Week
    Last Update:
    See Project
  • Unlock owed cash reserves with cutting-edge AR technology. Icon
    Unlock owed cash reserves with cutting-edge AR technology.

    For businesses looking for an efficient cash collection system

    The choice of thousands of next-level finance leaders achieving cash collection excellence.
  • 10
    kangle is a light, high-performance web server.support fastcgi/isapi/ajp/uwsgi/scgi/hmux protocol.include a http manage console. Full support access control. memory/disk cache. virtual host can run in seperate process and user. and more
    Downloads: 6 This Week
    Last Update:
    See Project
  • 11
    Advanced C/C++ library(ACL) for UNIX-like OS and WIN32 OS, including sync/async/ssl iostream for net/file, thread pool, process pool, db pool, server framework, event, memory, string, array/hash/ring/list, xml and json parser, http/smtp/icmp protocol, SSL/TLS, C unit test, etc
    Downloads: 5 This Week
    Last Update:
    See Project
  • 12
    Pulsar framework

    Pulsar framework

    Event driven concurrent framework for Python

    Event-driven concurrent framework for Python. Pulsar's goal is to provide an easy way to build scalable network programs. In the Hello world! webserver example above, many client connections can be handled concurrently. Pulsar tells the operating system (through epoll or select) that it should be notified when a new connection is made, and then it goes to sleep. Pulsar uses the asyncio module from the standard python library and it can be configured to run in multi-processing mode. The http...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    asyncoro

    Python framework for asynchronous, concurrent, distributed programming

    asyncoro is a Python framework for developing concurrent, distributed, network programs with asynchronous completions and coroutines. Asynchronous completions implemented in asyncoro are sockets (non-blocking sockets), database cursors, sleep timers and locking primitives. Programs developed with asyncoro have same logic and structure as Python programs with threads, except for a few syntactic changes. asyncoro supports socket I/O notification mechanisms epoll, kqueue, /dev/poll (and poll...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    surealived
    Surealived is a effective LVS service tester. It is based on epoll and allows you to detect your hosts state using HTTP, TCP, DNS, exec and a universal LUA embedded tester. SSL is also supported. Testers are easily extendable dynamic modules.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    TCPLoadEchoServer

    IPv4/IPv6 TCP Echo Server scaling to 100.000+ concurrent sessions

    The TCPLoadEchoServer is a IPv4/IPv6 TCP Echo Server that is optimized for use with 100.000+ concurrent TCP sessions. It achieves this by using the Linux Kernel Epoll functionality (+- like BSD's kqueue) Combined with the TCPLoadEchoClient, this tool can also be used to stress test NAT stacks, firewalls, ..
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    TCPLoadEchoClient

    Linux TCP Server Connections Stress Test Tool

    TCPLoadEchoClient is a tool that can easily start 100.000+ concurrent TCP connections to a server, and periodically send data over it. It achieves this by using the Linux Kernel Epoll functionality (+- like BSD's kqueue) Combined with the TCPLoadEchoServer, this tool can be used to stress test NAT stacks, firewalls, ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    CPoll based C++ server pages

    Server side scripting language similar to ASP and PHP, but using C++.

    ... management, and container classes. CPPSP project home page: http://xa.us.to/cppsp/index.cppsp Main development happens on github at: https://github.com/xaxaxa/workspace/ Documentation is currently being worked on, but there is a doxygen reference at: http://xa.us.to/cppsp/doxygen/html/classcppsp_1_1_page.html GCC 4.7 or above is required even for the binary release because .cppsp pages need to be compiled at runtime. CPPSP currently only supports linux (due to the use of epoll).
    Leader badge
    Downloads: 15 This Week
    Last Update:
    See Project
  • 18

    AP's Toolkit

    TCP/UDP Connections Pool manager with additional utility functions

    Connections pool / Connections array / Connections list / Connections set library. The library incorporates control mechanisms for managing multiple simultaneous TCP and UDP connections at the client or server side. Some additional utility functions available. The code is written in plain C to maximize compatibility and consists mainly of epoll-driven connections pool module. The intended usage is to periodically call state checking function(s) on pool(s) that will emit call-back events...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    大型即时通讯软件 采用技术: 负载均衡, C语言, C++, MySQL 5.1, EPOLL, Glib2.0, STL
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    A C library with support for logging, configuration, networking, message specification, semaphores, message queues, SSL, timing, epoll and email functionality.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    iothread using epoll
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Tfriends-server is the server side of a chat channel project based on linux system, using the multiplexing techniques of (epoll/select/poll), and using one thread per client technique.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    HPServer is a free, open-source light-weighted framework for concurrent networking software. Some traits of HPServer: object-oriented cross-platform (support windows & linux) event-driven support I/O events, timer, and signals. support multi-thread.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    cpoll is a cross-platform library implementation of the epoll family of functions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    EP-FTP is based Linux , EPOLL and Multi Thread other many FTP-SERVER based Multi Process(FORK) result consumes a lot of resources. this is not Multi Process . based multiplexing and multi thread result Less consumption of resources.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next