$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Scott Finley (sfinley_at_[hidden])
Date: 2007-05-10 10:59:25
> I know nothing at all about VxWorks so please excuse my ignorance.
> Does VxWorks 
> have a POSIX programming interface or is it based on Win32? The 
> socket_select_interrupter class is only intended for Win32. POSIX 
> implementations are supposed to use pipe_select_interrupter instead. 
> 
> 
> Cheers, 
> Chris
> 
VxWorks is POSIX based. I had forced it to use socket_select_interrupter
because the pipe_select_interrupter wasn't compiling due to (what I
thought was) a lack of a pipe implementation on VxWorks. I have since
got this configured correctly, so pipe_select_interrupter seems to work
ok. socket_select_interrupter also works with the bzero() call I had in
my original post.
-- /************************************** * Scott Finley * Research Software Engineer * TomoTherapy Inc. * Email: sfinley_at_[hidden] * Phone: 608.824.3381 ***/