Changeset 4084
- Timestamp:
- Jun 1, 2005, 2:42:48 PM (21 years ago)
- Location:
- trunk/doc/pslib
- Files:
-
- 2 edited
-
ChangeLogSDRS.tex (modified) (2 diffs)
-
psLibSDRS.tex (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/pslib/ChangeLogSDRS.tex
r4080 r4084 1 %%% $Id: ChangeLogSDRS.tex,v 1.1 19 2005-06-01 22:10:01jhoblitt Exp $1 %%% $Id: ChangeLogSDRS.tex,v 1.120 2005-06-02 00:42:48 jhoblitt Exp $ 2 2 3 3 \subsection{Changes from version 00 to version 01} … … 654 654 \item rename \code{psFitsAlloc()} $\rightarrow$ \code{psFitsOpen()} 655 655 \item add \code{psFitsClose()} 656 \item change blurb about ``Threads'' to clarify requirements 656 657 \item remove \code{lock} from \code{psList} 657 658 \item change \code{psVector} to store it's number of elements as an \code{unsigned long int} -
trunk/doc/pslib/psLibSDRS.tex
r4080 r4084 1 %%% $Id: psLibSDRS.tex,v 1.25 5 2005-06-01 22:10:01jhoblitt Exp $1 %%% $Id: psLibSDRS.tex,v 1.256 2005-06-02 00:42:48 jhoblitt Exp $ 2 2 \documentclass[panstarrs,spec]{panstarrs} 3 3 … … 150 150 \subsection{Threads} 151 151 152 Pan-STARRS does not have a strong requirement for multithreading 153 capability. The memory management functions, defined below, must be 154 written to be thread-safe. 152 Pan-STARRS does not have a strong requirement for multithreading capability. 153 The memory management functions, defined below, must be written to be 154 thread-safe. The use of \code{static} variables should be keep to an absolute 155 minimum and then only when protected by a ``mutex''. Cross-thread 156 synchronization for PSLib's fundamental datatypes (\code{psArray}, 157 \code{psVector}, etc.) is left as an exercise for the end-user. 155 158 156 159 \subsection{Conventions}
Note:
See TracChangeset
for help on using the changeset viewer.
