14 projects tagged "pthreads"
Safelock is a file-based locking primitive that provides mutual exclusion between unrelated processes and threads. It offers advantages over POSIX and BSD file locks such as: compatibility with multi-threaded applications, support for lock attempt timeouts, detection of crashed lock holders, and detailed lock status (PID, lock age, custom data).
ipclassify is a Linux user space application that blocks/marks connections from/to hosts based on lists specified in a configuration file. Currently, the block lists are in the format and obtained from iblocklist.com. If you are familiar with moblock then you know, essentially, what ipclassify is. The difference is that ipclassify can have multiple NFQUEUEs and is threaded (pthreads).
Concurrency Kit provides a plethora of concurrency primitives and lock-less and lock-free data structures designed to aid in the design and implementation of high performance scalable concurrent systems. It was designed to minimize dependencies on operating system-specific interfaces, and most of the interface relies only on a strict subset of the standard library and more popular compiler extensions.
PacketDam is a cost-effective software solution against DDoS. It runs on off-the-shelf hardware and fits any budget or deployment scenario. If you are an Internet service provider or a content distribution network, if you offer hosting services, or if you are an academic institution, PacketDam may be just what you need to keep unwanted traffic outside your network.
Rodent filemanager is a fast, small, and powerful file manager. Its emphasis is on ease of use for the advanced user, not the computer illiterate. Rodent filemanager (a.k.a. xffm >= 4.6.0) is the next step in the evolution of Xffm, now with a threaded design optimized for multicore processors.
libjc is a framework for event-driven development in C. Programs that use it can perform an arbitrary number of operations simultaneously and in the background, and later wait for some or all of them to complete. The source package includes the core library along with a few objects, each of which is able to perform a set of related operations. This framework consumes significantly less memory than standard libraries, and it scales well to multiprocessor systems.
tvpvrd is a PVR daemon for Linux that offers the ability to schedule and manage TV recordings using one or multiple installed analogue TV capture cards, e.g. Hauppauge. The daemon is interfaced either through its full command language via a provided command line shell or through a basic (built-in) Web interface provided by the built in micro Web server. The goal is to provide an advanced recording and transcoding (using ffmpeg) server without the need to configure databases or a complex GUI. The server is completely self-contained and uses an XML DB in plain text format to store future recordings.