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,e074d1bef61cfe40 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-09-02 18:04:41 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!nntp-server.caltech.edu!attla2!ip.att.net!attbi_feed3!attbi_feed4!attbi.com!sccrnsc02.POSTED!not-for-mail From: "Jeffrey Creem" Newsgroups: comp.lang.ada References: Subject: Re: ANNOUNCE: DTraq First Public Release X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Message-ID: NNTP-Posting-Host: 66.31.4.164 X-Complaints-To: abuse@comcast.net X-Trace: sccrnsc02 1062551081 66.31.4.164 (Wed, 03 Sep 2003 01:04:41 GMT) NNTP-Posting-Date: Wed, 03 Sep 2003 01:04:41 GMT Organization: Comcast Online Date: Wed, 03 Sep 2003 01:04:41 GMT Xref: archiver1.google.com comp.lang.ada:42085 Date: 2003-09-03T01:04:41+00:00 List-Id: "Marc A. Criley" wrote in message news:q_a5b.17012$EW1.1279@newsread1.news.atl.earthlink.net... > Jeffrey Creem wrote: > > "Pascal Obry" wrote in message > > news:ubru3cfxa.fsf@wanadoo.fr... > Pretty close :-) > > DTraq does log data in binary form, though, so you get the performance > benefits of doing that. And it also does both near simultaneous > conversion to text for live monitoring, and post-run conversion for > playback, printing, and analysis. (The logging and text conversion is > performed by a logging server, which can run on a totally different > machine so as to minimally interfere with the system under test. Data > is transferred from app to server via TCP/IP.) > Cool.. It makes it even more exciting than I had originally thought. (And I was already pretty excited about it!)