$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Matt Hurd (matt.hurd_at_[hidden])
Date: 2004-06-29 19:41:43
On Wed, 30 Jun 2004 10:17:04 +1000, Batov, Vladimir
<vladimir.batov_at_[hidden]> wrote:
>
> Why give the user an alternative with is
> dubious and likely incorrect?
It is a pattern of need for multithreaded programming where I work to
require single and multithreaded awareness for objects where
performance excludes the option of using separate object instances. I
don't think the design is dubious or incorrect it is mandated by the
business requirements. Though most of my designs usually are
incorrect or dubious ;-) I just call those tactical :-)
matt.