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 - downloadIndex: ┃ T V ┃
Length: 810 (0x32a) Types: TextFile Names: »V«
└─⟦bad92a95e⟧ Bits:30000535 8mm tape, Rational 1000, RPC 1_0_2 └─ ⟦bb34fe6e2⟧ »DATA« └─⟦15d8b76c6⟧ └─⟦this⟧
with Transport; with Transport_Defs; generic type Service_Type is limited private; with procedure Serve (Service : in out Service_Type; Connection : Transport.Connection_Id) is <>; procedure Transport_Server_Proc (Service : in out Service_Type; Connection : in out Transport.Connection_Id; Network : Transport_Defs.Network_Name; Local_Socket : Transport_Defs.Socket_Id); -- Wait for incoming calls on the given Connection, Network and -- Local_Socket. For each call, call Serve (Service, Connection). -- Repeat until the socket is in use (presumably by another server). -- If Serve raises an exception, call Transport.Close (Connection) -- and then re-raise the exception.