Search Results for "linux socket thread" - Page 36

Showing 968 open source projects for "linux socket thread"

View related business solutions
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build, govern, and optimize agents and models with Gemini Enterprise Agent Platform.
    Start Free
  • Streamline Azure Security with Palo Alto Networks VM-Series Icon
    Streamline Azure Security with Palo Alto Networks VM-Series

    Centrally manage physical and virtualized firewalls with Panorama

    Improve your security posture and reduce incident response time. Use the VM-Series to natively analyze Azure traffic and dynamically drive policy updates based on workload changes.
    Learn more
  • 1
    A cross platform, socket-based messaging protocol to store Data, implement Commands, and fire Event through a DCERouter. Many DCE devices exist for Pluto’s smart home solution: media players, lighting+climate system, security, phone, video conf, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    a portable base library for C. It supplies file,threading, mutexes, socket, and other needed functions. Primary targets are Win32/MinGW, Linux and BSD systems.if you interest the project,you can modify it and release it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    XML Socket Server written in C and running on Win32 platforms; it extends in file operations domain, applications that can't directly write or get a file from a location. Ninive can be used as file interface for Macromedia Flash applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    phpwsBB is a native bulletin board module for the phpWebSite content manage system, version 0.9.3-4 or later. It features thread monitoring and administration, including marking threads sticky, locking threads, and forking messages off to new threads.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Full-stack observability with actually useful AI | Grafana Cloud Icon
    Full-stack observability with actually useful AI | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 5
    Advanced platform-independant, Object-Oriented threading and synchronization library. Designed and tested under POSIX & Win32 systems. Not just another thread wrapper.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6
    A modified version of the tightvnc java applet. It includes a more lightweight user interface, automated login through a secondary thread, ssl support, and other chages. I created it to serve as a web-enabled vnc terminal system with stunnel and xvnc
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Base on mpg123 mp3 decoder engine, cross-platform OOD mp3 decoding library like libmad can compile with GCC compiler. The VBR compatibility has improved. Full Object Oriented and Thread Safe library, no global variable with Thread Safe problem.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Minimal HTTP proxy written in Python. Mostly useful as debugging tool for HTTP traffic inspection. Asynchat-based, handles multiple connections in single thread.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    A collection of cross-platform C++ class libraries. Provides thread, IPC, file, network, SNMP (net-snmp) and Database (MySQL) interfaces. Comes with the usual array of utility classes - smart pointers, singletons, registries, serialization etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Enterprise-grade ITSM, for every business Icon
    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

    Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
    Try it Free
  • 10
    MEGACO/H.248 parser and builder. It is written in ANSI C so it's quite portable. Parser is written using flex(2.5.31)/bison(1.875d). It's reentrant so it's thread save.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Multithreading SDK: cross-platform synchronization primitives, thread support, and multithreading applications. All delivered as C++ classes. Supports Win32 (natively and MSVCRT) and Linux (Pthread).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Ferret.Net is a class-library based on interfaces that wraps around the network socket library of different operating systems (currently Win32 and Linux).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Socket communication framework for xml, text or java Object messaging. Framework is designed to handle client connection accepting, message sending and receiving so it can be used as basic layer for any type of real time communication applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Java Flash Remoting Socket communication project Consist s oncommunicating packets ofdata via a socket. Data in the packets are encoded via AMF encoding, OpenAMF will be tempted to be used. How this will be all achieved is not known. Support is welcomed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    ptr.h is a c++ smart pointer template which uses semaphores to for non-blocking thread safe reference counted memory management. The delete mechanism is a generic parameterized template, so it works for arrays and other resoures as well.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    ActiveLink PHP XML Package provides means to parse, read, modify and output XML and XML documents without using any PHP XML libraries. Included classes are: XML, XMLDocument, XMLBranch, XMLLeaf, RSS, Tag, Tree, Branch, Leaf, File, Socket, HTTPClient.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    A small, simple 100% native Java library that implements a thread-safe signal/slot design pattern, also known as subscribe/send or emit/act, and which has a simpler API and a less restrictive license than similar existing projects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    ADLIB - a C library of fundamental algorithms and their data structures. It includes thread safe implementation of circular list, doubly linked list, stack, queue, deque and binary search tree.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    PoeMud is an Object Oriented MUD driver designed to work with a MUD library written entirely in Perl. PoeMud's basic socket functionality is provided by the POE module (Perl Object Environment - http://sourceforge.net/projects/poe/).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    This five stone game is an application of JAVA Client/Server pattern,The programming used JAVA swing, socket, and multithread technology, and used hsql as its database.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Up to Java1.3 we only had blocking, in Java1.4 we finally have non-blocking IO. This project will implement a way of asynchronous handling of sockets, dns-lookups and ssl-connections. It may provide native implementation for windows and unix.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    JTail is a simply multiplatform application, which show text files content especially LOG FILES. This application is a thread, which non-stop reads the file content and print what lines was added to the end file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    RxSock is an external function package for Rexx programmers to enable them to connect to, and act as, TCP/IP socket servers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Socket Proxy is a multi-threaded server for monitoring and logging socket traffic. Custom handlers may be written in Java to examine or modify traffic flowing in or out. The author uses it routinely to capture web service and RDBMS SQL traffic.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    The libframe toolkit contains various tools useful for development in c++, ranging from a Config class to an Expression library, to a set of abstract tuple handling classes, to an event handling application frame work with configurable thread pooling.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB