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.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM, FROM_WORDY autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,530d4fe356f6d7e X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-02-26 11:08:51 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!kibo.news.demon.net!demon!news2.euro.net!news2.euro.net!zonnet-feed!zonnet-reader-1.POSTED!not-for-mail From: "Wiljan Derks" Newsgroups: comp.lang.ada References: Subject: Re: Windows services in GNAT Ada X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Message-ID: <6h87a.5724$m45.936290@zonnet-reader-1> Date: Wed, 26 Feb 2003 20:09:02 +0100 NNTP-Posting-Host: 62.166.1.11 X-Complaints-To: abuse@zonnet.nl X-Trace: zonnet-reader-1 1046286530 62.166.1.11 (Wed, 26 Feb 2003 20:08:50 MET) NNTP-Posting-Date: Wed, 26 Feb 2003 20:08:50 MET Xref: archiver1.google.com comp.lang.ada:34621 Date: 2003-02-26T20:09:02+01:00 List-Id: Check out srvany. This tools was in the NT4 resource kit. It allows to run any program as a service. We started with this tools and it worked fine. Finally we needed more functionality and build our own version in Ada95. Wiljan