• Dominik Charousset's avatar
    implemented logging and default_protocol · 561b43b0
    Dominik Charousset authored
    libcppa emits log4j compatible output now to make use of available tools;
    middleman uses `continuable_writer` and `continuable_reader` interfaces only;
    ´default_protocol´ encapsulates libcppa's binary protocol now;
    `remote_actor` checks wheter a previous connection to the host already exists;
    actor proxies are stored as weak pointers in peers, fixes #75;
    `default_peer` created with `remote_actor` close connection on last proxy exit;
    poll and epoll share meta data implementation and event-interface;
    no global proxy cache, belongs to `protocol`/`actor_addressing` now;
    new configure option: `--with-cppa-log-level`;
    `to_string` is no longer a template (enables proper overload resolution)
    561b43b0
deserializer.cpp 2.8 KB