Gurus:
Summary again...first thanx to:
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Greg Harrison -- greg.harrison@analog.com
Kevin Sheehan -- Kevin.Sheehan@uniq.com.au
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Thank you guys,
-------------------------------------------------------------------------------
_______ |
/\ \ \ Nahum Rubinstein. | Phone: 972-8-409068
/ \ \______\ | Fax: 972-8-408070
/ \________ Chipcom Ltd |
\ / _______ P.O. Box 2014 |
\ / / / Rehovot 76120 |
\/ /______/ ISRAEL | E-mail: nahum@chipcom.com
|
-------------------------------------------------------------------------------
==================================================================================
>From greg.harrison@analog.com
Date: Mon, 10 Jul 95 15:04:59 EDT
From: greg harrison <greg.harrison@analog.com>
To: nahum@chipcom.com
Subject: Re: Tools to develop multithreaded applications....
Nahum,
Basically threaded programming needs no special software. You just
need to have the header files which define the libraries..
For solaris
thread.h - thread management definitions
synch.h - synchronization object definitions
errno.h - system error numbers
signal.h - signal handling definitions
Also, Feature Test Macro _REENTRANT mus be defined byfore any C source..
you can compile by using
cc -D_REENTRANT ... -lthread
For posix.1c
pthread.h - thread management and synchronization of object definitions
errno.h - system error numbers
signal.h - signal handling definitions
sched.h - system scheduling control
For more information you might try the following..
FTP:
opcom.sun.ca
/pub/threads
/pub/docs
WWW:
http://www.sun.com
Use the SEARCH button and keyword "thread"
Email:
threads@sun.com (for questions and answers )
Threads-Hotline@sun.com (mailing list for thread discussions)
CDROM:
Solaris Demonstrations, CD Times July 1994
Training:
SunSoft "Programming with Threads" ( a 3 day course)
OpCom "Solaris, Threads, and programming" (1 day seminar
or 2 day workshop)
Hope this helps
Greg Harrison
Analog Devices
greg.harrison@analog.com
====================================================================
>From Kevin.Sheehan@uniq.com.au
Date: Tue, 11 Jul 1995 14:44:22 EST
From: Kevin Sheehan {Consulting Poster Child} <Kevin.Sheehan@uniq.com.au>
To: Nahum Rubinstein <nahum@chipcom.com>
Subject: Re: Tools to develop multithreaded applications....
[ Regarding "Tools to develop multithreaded applications....", nahum@chipcom.com writes on Jul 10: ]
> I'm looking for a Tools, (freeware or commercial), to develop
> multithreaded applications!!!!!!!!!!!!!!!!
Sun has a bunch of stuff with their suite, but the GNU tools are thread
aware now too. They are what I use. I would highly recommend the SunSoft
book on multi threading apps as a start.
l & h,
kev
==============================================================================
This archive was generated by hypermail 2.1.2 : Fri Sep 28 2001 - 23:10:29 CDT