$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Bronek Kozicki (brok_at_[hidden])
Date: 2003-10-28 02:21:02
Jessie Hernandez <jessie_at_[hidden]> wrote:
> Well, I provided the domain template parameter everywhere because not
> all socket types may use the same system functions. For example,
> local domain sockets exist on Unix, but not on Windows, but these can
> be easily faked on Windows using file operations (this emulation is
> on my TODO list).
I suggest to refrain from using file system. Named pipes in Win32 are
more appropriate for this purpuse.
B.