DataMuseum.dk

Presents historical artifacts from the history of:

Rational R1000/400

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about Rational R1000/400

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download

⟦a6f14a8d5⟧ Ada Source

    Length: 7168 (0x1c00)
    Types: Ada Source
    Notes: 03_class, FILE, R1k_Segment, e3_tag, procedure Start_Server, seg_02c303, separate Message_Transport

Derivation

└─⟦8527c1e9b⟧ Bits:30000544 8mm tape, Rational 1000, Arrival backup of disks in PAM's R1000
    └─ ⟦5a81ac88f⟧ »Space Info Vol 1« 
        └─⟦this⟧ 

E3 Source Code



with Byte_Defs;
with Transport_Name;
with Utils;

separate (Message_Transport)
procedure Start_Server (Local_Socket : Socket;
                        Buffer_Size : Positive;
                        Wait_For_Identification : Boolean := True) is
    C : T.Connection_Id;
    S : T_Defs.Status_Code;
    N : constant T_Defs.Network_Name := "TCP/IP";
    Lsid : constant Transport_Defs.Socket_Id :=
       (Byte_Defs.Byte (Local_Socket / 256),
        Byte_Defs.Byte (Local_Socket mod 256));
    Cnt : Positive;

    procedure Close is
    begin
        T.Close (Connection => C);
    end Close;

begin

    T.Open (Connection => C, Status => S, Network => N, Local_Socket => Lsid);

    Register_Service
       (Host => Transport_Name.Local_Host_Name (Network => "TCP/IP"),
        Local_Socket => Socket (Utils.Byte_String_To_Integer
                                   (Bs => Byte_Defs.Byte_String
                                             (Transport.Local_Socket
                                                 (Connection => C)))));

    if S /= Transport_Defs.Ok then
        Close;
        raise Connection_Error;
    end if;

    if Wait_For_Identification then
        loop
            declare
                Buffer : Byte_Defs.Byte_String (1 .. Buffer_Size) :=
                   (others => 0);
            begin

                T.Connect (C, S);

                if S /= Transport_Defs.Ok then
                    Close;
                    raise Connection_Error;
                end if;

                T.Receive (Connection => C,
                           Status => S,
                           Data => Buffer,
                           Count => Cnt,
                           Max_Wait => Duration'Last);

                if S /= Transport_Defs.Ok then
                    Close;
                    raise Connection_Error;
                end if;

                T.Disconnect (Connection => C);
                exit when Service_Identified
                             (Utils.Byte_String_To_String
                                 (Buffer (Buffer'First ..
                                             Buffer'First + Cnt - 1)));
            end;
        end loop;
    end if;

    Ready_To_Receive;

    Server_Main:
        loop
            declare
                Buffer : Byte_Defs.Byte_String (1 .. Buffer_Size) :=
                   (others => 0);
            begin

                T.Connect (C, S);

                if S /= Transport_Defs.Ok then
                    Close;
                    raise Connection_Error;
                end if;

                T.Receive (Connection => C,
                           Status => S,
                           Data => Buffer,
                           Count => Cnt,
                           Max_Wait => Duration'Last);

                if S /= Transport_Defs.Ok then
                    Close;
                    raise Connection_Error;
                end if;

                T.Disconnect (Connection => C);

                Receive_Callback (Utils.Byte_String_To_String
                                     (Buffer (Buffer'First ..
                                                 Buffer'First + Cnt - 1)));
            end;
        end loop Server_Main;

    Close;

end Start_Server;


E3 Meta Data

    nblk1=6
    nid=2
    hdr6=8
        [0x00] rec0=1f rec1=00 rec2=01 rec3=078
        [0x01] rec0=1e rec1=00 rec2=06 rec3=02e
        [0x02] rec0=20 rec1=00 rec2=05 rec3=04a
        [0x03] rec0=13 rec1=00 rec2=04 rec3=000
        [0x04] rec0=11 rec1=00 rec2=02 rec3=000
        [0x05] rec0=41 rec1=f9 rec2=31 rec3=021
    tail 0x2152461ac83f84ba0e677 0x42a00088462060003
Free Block Chain:
  0x2: 0000  00 03 02 29 80 39 20 20 20 20 20 20 20 20 20 20  ┆   ) 9          ┆
  0x3: 0000  00 00 01 99 80 2c 5f 4c 69 6e 65 20 28 22 4d 65  ┆     ,_Line ("Me┆