[EMAIL PROTECTED] wrote:

> A reentrant code is one in which a single copy of the program code can be
> shared by multiple users during the same period.

All program code on a modern Unix system can be shared by multiple
users (i.e. multiple processes).

Reentrancy is about whether a function can be called by multiple
threads of execution running in the same address space.

-- 
Glynn Clements <[EMAIL PROTECTED]>

Reply via email to