select * from sectionselect * from sectionselect * from section JMC Research - Juan M. Casillas Web Site
Knowledge for our questions, fun for everyone!

http://www.jmcresearch.com/src/articlehelper.php?id=53
Printed at 19/04/2024 23:34:17
http://www.jmcresearch.com Knowledge for our questions, fun for everyone!
A threaded server library
Introduction

Published at 16/11/2003 16:29:38
By Juan M. Casillas

Introduction

This library provides the required class and framework to create threaded servers in C++. This library is part of a bigger project IT/m, but you can use it as a framework for new developements.

This library helps you in the task of writting threaded servers using the POSIX threads library. The classes provided with this library allows you to quickly create a custom threaded server while hidding the details of the theaded-dependent code implementation.


http://www.jmcresearch.com Knowledge for our questions, fun for everyone!