From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=0.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,feb8377cdbc52f0c,start X-Google-Attributes: gid103376,public From: "Constantine A. Sismanidis" Subject: server in ada on a HP 9000 Date: 1998/04/15 Message-ID: <35355C6F.1878@ibm.net>#1/1 X-Deja-AN: 344508229 Content-Transfer-Encoding: 7bit X-Notice: should be forwarded in their entirety to postmaster@ibm.net MIME-Version: 1.0 Reply-To: sisman@ibm.net Content-Type: text/plain; charset=us-ascii X-Trace: 16 Apr 98 01:19:05 GMT, 32.100.159.233 Organization: The Boeing Corporation Newsgroups: comp.lang.ada Date: 1998-04-15T00:00:00+00:00 List-Id: At work, we need to provide a server program that provides an interface between client (s) and legacy code (written in ada) that interfaces with a database. The client(s) communicate with the server over TCP sockets. We did not have any information on providing a socket interface in ada at the time, so we coded all the socket interface stuff in C and C++. Although we got it working, our solution is less than ideal from a maintenance standpoint alone. I am sure that the entire thing can be done in ada, but lack the necessary information. Sorry for the long post. Can somebody please point us in the right direction? -- Constantine A. Sismanidis The Boeing Company (703)219-3812 11242 Waples Mill Road, Suite 300 Fax: (703)219-3813 Fairfax, VA 22030-6075 e-Mail: constantine.a.sismanidis@boeing.com