The Numcore messaging library has been released
This library is used in Numcore Ltd's products to send and receive messages between different applications that may run on the same host, or on different hosts. The library basically extends the Spread toolkit in a limited number of ways:
1. Easy-to-use C++ wrapper classes are provided (together with a more or less experimental Python version).
2. The post office objects try to re-open a broken connection automatically.
3. Whenever message size exceeds the maximum supported by the Spread toolkit, the message is automatically split before sending and merged when being received, without client code having to worry about it.
4. Threaded and buffered post office implementation means that client code does not need to keep calling receive all the time.
The library is released under the Boost Software License in order to promote its use in joint projects and elsewhere.
