Coder Social home page Coder Social logo

zthread-1's Introduction

                               ZTHREADS 2.3.1
                               by Eric Crahen
                           <[email protected]>
                        http://zthread.sourceforge.net


OVERVIEW:

    Concurrency has become an increasingly important aspect of software today.
  The ZThread package is an advanced object-oriented, cross-platform, C++
  threading and synchronization library that has been designed and implemented
  by the author and released under the MIT license. It provides a high level
  abstraction of the native threading mechanisms to offer a great deal of
  flexibility and control.

    This software features interruptible Thread and Runnable objects for C++,
  control objects and implementations of concurrency design patterns. This
  includes semaphores, mutexes, condition variabes as well as other more
  complex components.

    Existing threading APIs do not provide a consistent and portable means for
  exercising control over concurrently executing software. Thread cancellation and termination is
  one example of this complexity. ZThreads includes an elegant method of
  safely terminating threads without the complications of using cancellation
  handlers or other similar constructs.

    This is a platform independent architecture that was designed by the
  author. Implementations have been provided for POSIX and Win32 platforms.
  Building this library was quite different for POSIX than it was for Win32
  due to the nature of the functionality each platform naturally provides;
  each platform had strong and weak points. They were used to create the most
  flexible and efficent abstraction possible.

    The result is an excellent software layer on which to build mutlithreaded
  code.

LICENSE:

	This source has been released under the MIT license. See MIT.TXT for
  details regarding the license. You can you use this in closed source
  projects, contact me if you need to discuss a different licencing.

COMPILING:

    ZT_POSIX, ZT_WIN32 should be defined to specific what platofrm your building
  on this. This is mainly so the right modifiers can be placed on class and
  function definitions to export things from a DLL properly if your using the
  WIN32 implementation. If you leave these flags out ZThreads will try to guess.

    See BUILDING for more details.

NOTES:

  Please report bugs to me via email, I don't monitor the bug tracker 
  or the forums on sf.

HISTORY:

  So far, this library has been tested on MacOS X, Linux, Tru64 Unix, 
  Win95, Win98, WinNT, Win2k, WinXP, SunOS, and FreeBSD.

zthread-1's People

Contributors

adamfur avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.