indexing description: "Spread Server (needs to be a different process than the other process!)" library: "elogger" copyright: "Copyright (c) 2006, AXA Rosenberg, and others (see copyright.txt)" author: "Ulrich Weiss, and others" license: "Eiffel Forum License v2 (see forum.txt)" date: "$Date: $" revision: "$Revision: $" archive: "$Archive: $" class ELOG_TEST_SPREAD_SERVER create make feature {NONE} -- Initialization make is -- creation procedure local participant: ELOG_SPREAD_SERVER_PARTICIPANT do create participant.make participant.do_start io.put_string ("press any button to stop server...%N") io.read_character participant.do_stop end end