DataMuseum.dkPresents historical artifacts from the history of: Rational R1000/400 Tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about Rational R1000/400 Tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - download
Length: 483 (0x1e3) Types: TextFile Names: »V«
└─⟦bad92a95e⟧ Bits:30000535 8mm tape, Rational 1000, RPC 1_0_2 └─ ⟦bb34fe6e2⟧ »DATA« └─⟦15d8b76c6⟧ └─⟦this⟧
with Complex_Defs; with Rpc; with Rpc_Server; with Transport; with Transport_Defs; with Transport_Server; with Transport_Stream; package Complex_Server is procedure Serve (Connection : Transport.Connection_Id); package Server is new Transport_Server (Serve); Std : constant Server.Pool_Id := Server.Create (Complex_Defs.Network, Complex_Defs.Socket); procedure Finalize (Abort_Servers : Boolean := False) renames Server.Finalize; end Complex_Server;