pthrlib 3.3.1 C/C++ script

SPONSORED LINKS

    Specification

  • Version: 3.3.1
  • File size: 0 KB
  • File name: pthrlib-3.3.1.tar.gz
  • Last update:
  • Platform: Windows / Linux / Mac OS / BSD / Solaris
  • Language: C/C++
  • Price:LGPL
  • Company: Richard Jones (View more)

pthrlib 3.3.1 script description:




Publisher review:
pthrlib is a library for writing small, fast and efficient servers in C. pthrlib is a library for writing small, fast and efficient servers in C. It offers a list of advanced features (see below). This library has been used to write a very tiny and fast web server called rws and a closed source chat server. All functions are documented in manual pages, and example servers are included.

It contains the following features:
- reactor & pseudothreads: underpinning the whole library is a lightweight cooperative threading library written on top of a Reactor pattern. Typically you can create of the order of thousands of threads (the number of threads is generally limited by other things like how many file descriptors your C library supports -- assuming each thread is handling one client over one socket). Pseudothreads support thread listings and throw/catch-style exception handling.
- iolib: a buffered I/O library written on top of the pseudothread "syscalls".
- http: a library for writing HTTP/1.1 RFC-compliant servers.
- cgi: a library for writing CGI scripts in C which run inside the server [new in pthrlib 2.0.1].
- dbi: a PostgreSQL database interface, modelled on Perl's DBI [new in pthrlib 3.0.8].
- wait_queue: synchronize between threads using wait queues (several threads go to sleep on the wait queue until some point later when another thread wakes them all up).
- mutex, rwlock: simple mutual exclusion locks and multiple-reader/single-writer locks.
- listener: a thread class which listens for connections on a given port and throws off threads to process them.
- ftpc: an FTP client library.
pthrlib 3.3.1 is a C/C++ script for Ad Management scripts design by Richard Jones. It runs on following operating system: Windows / Linux / Mac OS / BSD / Solaris.

Operating system:
Windows / Linux / Mac OS / BSD / Solaris

Latest script and internet news

222

222

22

Posted on: 18 Jul 2023 22:27 by A. Brown

111

111

111

Posted on: 18 Jul 2023 22:24 by A. Brown

The permanently active Push system offered by the new Google Chrome 42

The permanently active Push system offered by the new Google Chrome 42

Hacked By !Sc-sT

Posted on: 17 Mar 2015 07:57 by A. Brown

SPREAD THE WORD

User Rating


Rating: 2.2 out of 5
Based on 13 ratings. 13 user reviews.

  • Currently 2.15 out of 5
  • 1
  • 2
  • 3
  • 4
  • 5