
Hi Shams, On 10/1/06, Shams <shams@orcon.net.nz> wrote:
Basically I am looking for a unified library in Boost that will also me to handle and dispatch events and also allow communication between processes on a local pc and also a remote pc. Is there such a boost library?
Quick answer would be yes (Asio) and no (not directly). AFAICT from your needs, it looks like you can use Asio to do the communication between processes (local or remote) while the event dispatching you have to handle yourself (you can look at the Runtime Dynamic Dispatch library (yes, this is a shameless plug), http://sourceforge.net/project/dispatcher ). Someone also posted something about Channels http://channel.sourceforge.net/ -- which is not (yet?) a part of Boost. HTH -- Dean Michael C. Berris C++ Software Architect Orange and Bronze Software Labs, Ltd. Co. web: http://software.orangeandbronze.com/ email: dean@orangeandbronze.com mobile: +63 928 7291459 phone: +63 2 8943415 other: +1 408 4049532 blogs: http://mikhailberis.blogspot.com http://3w-agility.blogspot.com http://cplusplus-soup.blogspot.com