Any chance of getting support for Posix Message Queues?
http://www.users.pjwstk.edu.pl/~jms/qnx/help/watcom/clibref/mq_overview.html
 
How do I make asio listen to a foreign file descriptor to do basic reactor style code?  Is this still the way to do things with the posix queues?
        socket.async_read_some(null_buffers(), read_handler);
 
 
On a unrelated note:   The search feature on boost.org is broken by google.  Could we hook it up to bing or yahoo if they don't fix it?
 
Chris