Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 May 1999 07:54:11 -0700 (PDT)
From:      "Ralf S. Engelschall" <rse@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/devel/nps - Imported sources
Message-ID:  <199905231454.HAA76508@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
rse         1999/05/23 07:54:10 PDT

  ports/devel/nps - Imported sources
  Update of /home/ncvs/ports/devel/nps
  In directory freefall.freebsd.org:/c/users/rse/ports.devel.nps
  
  Log Message:
  Import of NPS, a non-preeemtive thread scheduling library.
  
  NPS is a POSIX/ANSI-C based library for Unix platforms which
  provides non-preemtive scheduling for multiple threads of execution
  ("multi-threading") inside server applications. All threads run in the
  same address space of the server application, but each thread has it's
  own individual run-time stack and program-counter.
  
  The thread scheduling itself is done in a cooperative way, i.e. the
  threads are managed by a priority- and event-based non-preemtive
  scheduler. The intention is that this way one can achieve better
  portability and run-time performance than with preemtive scheduling.
  The event facility allows threads to wait until various types of
  events occur, including pending I/O on filedescriptors, elapsed
  timers, pending I/O on message ports, thread and process termination,
  and even customized callback functions.
  
  More details:
  http://www.engelschall.com/sw/nps/
   ftp://ftp.engelschall.com/sw/nps/
  
  Status:
  
  Vendor Tag:	RSE
  Release Tags:	nps_0_9_7
  		
  N ports/devel/nps/Makefile
  I ports/devel/nps/CVS
  N ports/devel/nps/files/md5
  N ports/devel/nps/pkg/COMMENT
  N ports/devel/nps/pkg/DESCR
  N ports/devel/nps/pkg/PLIST
  
  No conflicts created by this import
  


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199905231454.HAA76508>