
Hi Sohail, On 5/1/07, Sohail Somani <s.somani@fincad.com> wrote:
One thing I'm not sure of is how you plan to call any function remotely given an *object*. Polymorphic interfaces? I guess any solution would require F to be serializable.
Sorry if I missed the documentation (is there some?)
Thanks,
Sohail _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
Yes, each object passed / returned must be serializable via Boost.Serialization. No polymorphic interface is required from the objects. The documentation and the library are available at: http://dancinghacker.com/code/signet/ The version documented / posted is lacking some of the latest additions which use futures. Stjepan