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=-1.9 required=5.0 tests=BAYES_00 autolearn=ham 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:41:57 PST Path: archiver1.google.com!news1.google.com!sn-xit-02!sn-xit-06!sn-post-01!supernews.com!corp.supernews.com!not-for-mail From: "Randy Brukardt" Newsgroups: comp.lang.ada Subject: Re: Windows services in GNAT Ada Date: Wed, 26 Feb 2003 13:43:36 -0600 Organization: Posted via Supernews, http://www.supernews.com Message-ID: References: <6h87a.5724$m45.936290@zonnet-reader-1> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Newsreader: Microsoft Outlook Express 4.72.3612.1700 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3719.2500 X-Complaints-To: abuse@supernews.com Xref: archiver1.google.com comp.lang.ada:34624 Date: 2003-02-26T13:43:36-06:00 List-Id: Wiljan Derks wrote in message <6h87a.5724$m45.936290@zonnet-reader-1>... >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. I second the endorsement of SrvAny. I've used this for years to run various Ada programs as services. The Adaic.com web server is run with a copy of SrvAny. I believe someone wrote a generic Ada interface for making services directly, but I've never seen any reason to use for 'personal' software. (Look on AdaPower for that.) Randy.