$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Stephen Hewitt (shewitt.au_at_[hidden])
Date: 2006-08-08 08:49:55
On Win32 thread creation is relatively expensive, both in space and time.
Windows 2000 and above provide QueueUserWorkItem and friends; the OS has a
built-in thread pool.