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.5 required=5.0 tests=BAYES_00,INVALID_MSGID, PP_MIME_FAKE_ASCII_TEXT,XPRIO autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII X-Google-Thread: 103376,f3b1b08549f270c0,start X-Google-Attributes: gid103376,public From: "Peter Hend�n" Subject: NT Service, WinSock Date: 2000/10/26 Message-ID: <8t8u9l$4ru$1@zingo.tninet.se>#1/1 X-Deja-AN: 686035016 X-Priority: 3 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 X-Complaints-To: abuse@algo.net X-Trace: zingo.tninet.se 972553333 4990 195.100.243.44 (26 Oct 2000 09:42:13 GMT) Organization: Telenordia X-MSMail-Priority: Normal NNTP-Posting-Date: 26 Oct 2000 09:42:13 GMT Newsgroups: comp.lang.ada Date: 2000-10-26T09:42:13+00:00 List-Id: I am doing an overhaul of a Windows NT service. It is currently done in C++. I now have a (very tight) time window to convince the powers that be to let me rewrite this in Ada (I did the original C++ implementation). What I would like some help with is how to implement an NT service (the service module handler stuff) - sample/boilerplate code would be enormously appreciated as I'm serioulsy pressed for time. Also: what sockets bindings exist, and what are their merits? Regards, Peter Hend�n