[analog-help] Output Templating

2002-02-21 Thread James Linden

Does analog have any (hidden) support for true output templating? The header, 
footer, stylesheet, etc. are great, but are pretty
restrictive. I browsed through much of the documentation, and was unable to find 
anything definitive on the subject. After playing
with the computer readable output format, I found that it /could/ be used to export to 
various templates, but would take some
interesting parsing. CSV could be used, but parsing it is much more complex than it 
needs to be.
If suggestions for a solution will be entertained, I am willing to put some time 
and effort into developing a modular XML based
output format that will be more easily machine readable, and thus, simplistic to make 
scripts to convert to whatever templated
output is desired.
If this isn't an option, please let me know so I can start writing the parsers for 
the other formats. :o)

Regards,
James Linden
[EMAIL PROTECTED]
http://analog.lindensys.net


+
|  This is the analog-help mailing list. To unsubscribe from this
|  mailing list, go to
|http://lists.isite.net/listgate/analog-help/unsubscribe.html
|
|  List archives are available at
|http://www.mail-archive.com/analog-help@lists.isite.net/
|http://lists.isite.net/listgate/analog-help/archives/
|http://www.tallylist.com/archives/index.cfm/mlist.7
+



Re: [analog-help] How to speed up analog!?!

2002-02-21 Thread Chuck Schick

Stephen:

I think you are correct.  The machine has plenty of memory but is getting
low on free Hard disk space.  I ran it on another workstation with more disk
space and it ran fine.  Thanks for the help.

Chuck Schick
Warp 8, Inc.
www.warp8.com
303-421-5140

- Original Message -
From: "Stephen Turner" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, February 21, 2002 4:02 AM
Subject: RE: [analog-help] How to speed up analog!?!


: Chuck Schick wrote:
: >
: > I am running analog on a large log file (80MB).  I had it set up for DNS
: > read and it still was very slow.  After 5 hours of running I just quit
the
: > program.  It normally takes about 5 minutes even with DNS write for a 3
MB
: > file.
:
: Jacob-Steen Madsen replied:
: >
: > Have you tried dns-trans or one of the other helper aplications
: > I'd did speed things up seriously for us.
: >
:
: That shouldn't make any difference if he's only using DNS READ, not LOOKUP
: or WRITE.
:
: Instead, I suspect it's a memory problem. If you're not already using any
of
: the LOWMEM commands, try HOSTLOWMEM 3. See docs/lowmem.html for the full
: documentation.
:
: --
: Stephen Turner, Cambridge, UK
http://homepage.ntlworld.com/adelie/stephen/
: "This is Henman's 8th Wimbledon, and he's only lost 7 matches." BBC,
2/Jul/01
:
: +
: |  This is the analog-help mailing list. To unsubscribe from this
: |  mailing list, go to
: |http://lists.isite.net/listgate/analog-help/unsubscribe.html
: |
: |  List archives are available at
: |http://www.mail-archive.com/analog-help@lists.isite.net/
: |http://lists.isite.net/listgate/analog-help/archives/
: |http://www.tallylist.com/archives/index.cfm/mlist.7
: +
:

+
|  This is the analog-help mailing list. To unsubscribe from this
|  mailing list, go to
|http://lists.isite.net/listgate/analog-help/unsubscribe.html
|
|  List archives are available at
|http://www.mail-archive.com/analog-help@lists.isite.net/
|http://lists.isite.net/listgate/analog-help/archives/
|http://www.tallylist.com/archives/index.cfm/mlist.7
+



Re: [analog-help] Analog on OS/390 Unix Systems Services???

2002-02-21 Thread CAROLINE_FIELDS


I tried the modified make commandline, but I still got errors about the
sys/param.h  but I did some deeper research and found an analog port
for OS/390 at:

http://www-1.ibm.com/servers/eserver/zseries/zos/unix/bpxa1ty1.html


All their links are old, there's no documentation, and they only host
version 3.0 of analog, but it's there!
It's the Unix Systems Services tools and toys page.

My experience went like this:
-- IBM provides the binaries for USS( compress -d analog.tar.Z; tar -xvf
analog.tar)
--You run install.sh, which went clean.
 --It wants to live in /usr/local/analog. (you can move it there after the
install like I did)
-- You need to construct an analog.cfg file to (minimally) redirect the
output to a file (contents: OUTFILE /root /myWebDir/Analog_reports.html).

Documentation would be nice because I don't know how it was configured in
the anlghea* files, so I'm having to do some back-peddling to figure it
out.   Thanks to analog.cx for hosting old manuals for people working with
cutting-edge IBM mainframe technology!

Anyway, I have analog which makes me happy.  Maybe one day the boys and
girls at IBM will update it, and I'll be even happier!

Thanks,

Caroline



   

Stephen Turner 

   cc: [EMAIL PROTECTED] 

Sent by: Stephen Subject: Re: [analog-help] Analog 
on OS/390 Unix Systems Services???  
Turner 

<[EMAIL PROTECTED]>   

   

   

02/21/2002 06:51 AM

Please respond to  

Stephen Turner 

   

   





On Thu, 14 Feb 2002 [EMAIL PROTECTED] wrote:

> Is there anyone running analog on OS/390's native "Unix Systems
Services".
> (This is not Linux on S/390, though often I wish it were!)  I tried
making
> the source code and ran into error after error.   I'm no C genius. I
threw
> in the towel when I got datatype inconsistency messages. I'll paste the
> errors onto this message, but from a broader perspective, has anyone
gotten
> this to work on USS??
>

Caroline,

Sorry for the slow reply. I'm just catching up with a backlog of mail.

There used to be a port for OS/390, but I've lost touch with the person who
made it. I don't really know about this platform, but I think I can help
you.

> INITIAL MAKE
> *
> cc -O2  -DUNIX -c alias.c
> WARNING CBC3296 ./anlghea3.h:258   #include file  not found.
> FSUM3065 The COMPILE step ended with return code 4.

You can avoid the inclusion of  by defining NOFOLLOW in the
Makefile. See the documentation in the Makefile about that.

This will also leave out these lines which you were having trouble with:

> ERROR CBC3068 ./globals.c:1150  Operation between types "int" and "void*"
> is not
>  allowed.
> ERROR CBC3068 ./globals.c:1155  Operation between types "int" and "void*"
> is not
>  allowed.

--
Stephen Turner, Cambridge, UK
http://homepage.ntlworld.com/adelie/stephen/
"This is Henman's 8th Wimbledon, and he's only lost 7 matches." BBC,
2/Jul/01








+
|  This is the analog-help mailing list. To unsubscribe from this
|  mailing list, go to
|http://lists.isite.net/listgate/analog-help/unsubscribe.html
|
|  List archives are available at
|http://www.mail-archive.com/analog-help@lists.isite.net/
|http://lists.isite.net/listgate/analog-help/archives/
|http://www.tallylist.com/archives/index.cfm/mlist.7
+



Re: [analog-help] Organization Report Help

2002-02-21 Thread Jeremy Wadsack

Michael,

PLEASE do not cross post to lists. If you have a question about
Analog, post it to the Analog list. If you have a question about
Report Magic, post it to that list.


[EMAIL PROTECTED] ([EMAIL PROTECTED]):

> I would like to get a description (organization name) associated with the ip's
> in the organization report.

> So it currently shows as this in the dat file:

> Z   lRr 1   1772715 34.026   155.118
> Z   lRr 1   68455013.140  143.21


> I would like to see a text string associated with it so if   155.118 is the 
>accounting dept and 143.21 is the finance dept,
> then can I see in the output  as:

> Z   lRr 1   1772715 34.026  155.118   Accounting Dept
> Z   lRr 1   68455013.140  143.21Finance Dept

> Is this possible in Analog and then would ReportMagic recognize it
> (an Organization Name column) ?

Analog does this with aliases. See
http://www.analog.cx/docs/alias.html for details on the ORGALIAS
command.

Report Magic will pass through whatever information Analog tells it.

-- 

Jeremy Wadsack
Wadsack-Allen Digital Group

+
|  This is the analog-help mailing list. To unsubscribe from this
|  mailing list, go to
|http://lists.isite.net/listgate/analog-help/unsubscribe.html
|
|  List archives are available at
|http://www.mail-archive.com/analog-help@lists.isite.net/
|http://lists.isite.net/listgate/analog-help/archives/
|http://www.tallylist.com/archives/index.cfm/mlist.7
+



[analog-help] Organization Report Help

2002-02-21 Thread jenkins . mw

I would like to get a description (organization name) associated with the ip's
in the organization report.

So it currently shows as this in the dat file:

Z   lRr 1   1772715 34.026   155.118
Z   lRr 1   68455013.140  143.21


I would like to see a text string associated with it so if   155.118 is the accounting 
dept and 143.21 is the finance dept,
then can I see in the output  as:

Z   lRr 1   1772715 34.026  155.118   Accounting Dept
Z   lRr 1   68455013.140  143.21Finance Dept

Is this possible in Analog and then would ReportMagic recognize it (an Organization 
Name column) ?

Michael

+
|  This is the analog-help mailing list. To unsubscribe from this
|  mailing list, go to
|http://lists.isite.net/listgate/analog-help/unsubscribe.html
|
|  List archives are available at
|http://www.mail-archive.com/analog-help@lists.isite.net/
|http://lists.isite.net/listgate/analog-help/archives/
|http://www.tallylist.com/archives/index.cfm/mlist.7
+



Re: [analog-help] general summary in computer output

2002-02-21 Thread Jeremy Wadsack


Evaldas Imbrasas ([EMAIL PROTECTED]):

>> > Is there any way to have 'Average requests per day' and 'Average
>> > page requests per day' included in General Summary using computer
>> 
>> No, they are calculated metrics, and can be easily determined from the
>> other values in the General Summary.

> I understand that. But I'm using RMagic to generate 'pretty' reports
> from analog computer-readable output. It just displays values that it
> finds in analog-generated General Summary.

Report Magic includes averages of traffic for each time period in the
Time Reports.


> Anyway, it's not a big problem. It would be nice to have this generated
> by analog, but I guess I can just make my wrapper script insert those
> average values to analog computer-readable report before it calls
> RMagic.

This has become a FAQ for Report Magic so it will be added in a
forthcoming version.


-- 

Jeremy Wadsack
Wadsack-Allen Digital Group

+
|  This is the analog-help mailing list. To unsubscribe from this
|  mailing list, go to
|http://lists.isite.net/listgate/analog-help/unsubscribe.html
|
|  List archives are available at
|http://www.mail-archive.com/analog-help@lists.isite.net/
|http://lists.isite.net/listgate/analog-help/archives/
|http://www.tallylist.com/archives/index.cfm/mlist.7
+



Re: [analog-help] general summary in computer output

2002-02-21 Thread Evaldas Imbrasas

> > Is there any way to have 'Average requests per day' and 'Average
> > page requests per day' included in General Summary using computer
> 
> No, they are calculated metrics, and can be easily determined from the
> other values in the General Summary.

I understand that. But I'm using RMagic to generate 'pretty' reports
from analog computer-readable output. It just displays values that it
finds in analog-generated General Summary.

Anyway, it's not a big problem. It would be nice to have this generated
by analog, but I guess I can just make my wrapper script insert those
average values to analog computer-readable report before it calls
RMagic.

-- 
-
Evaldas Imbrasas
Web Application Developer
Wolfram Research, Inc. (http://www.wolfram.com)
Email: [EMAIL PROTECTED]
WWW: http://www.imbrasas.com
+
|  This is the analog-help mailing list. To unsubscribe from this
|  mailing list, go to
|http://lists.isite.net/listgate/analog-help/unsubscribe.html
|
|  List archives are available at
|http://www.mail-archive.com/analog-help@lists.isite.net/
|http://lists.isite.net/listgate/analog-help/archives/
|http://www.tallylist.com/archives/index.cfm/mlist.7
+



Re: [analog-help] general summary in computer output

2002-02-21 Thread Jeremy Wadsack


Evaldas Imbrasas ([EMAIL PROTECTED]):

> Is there any way to have 'Average requests per day' and 'Average
> page requests per day' included in General Summary using computer
> output? Those numbers appear in regular (HTML) output, but somehow
> are not included when computer-readable output is generated.

No, they are calculated metrics, and can be easily determined from the
other values in the General Summary.

-- 

Jeremy Wadsack
Wadsack-Allen Digital Group

+
|  This is the analog-help mailing list. To unsubscribe from this
|  mailing list, go to
|http://lists.isite.net/listgate/analog-help/unsubscribe.html
|
|  List archives are available at
|http://www.mail-archive.com/analog-help@lists.isite.net/
|http://lists.isite.net/listgate/analog-help/archives/
|http://www.tallylist.com/archives/index.cfm/mlist.7
+



[analog-help] general summary in computer output

2002-02-21 Thread Evaldas Imbrasas

Hi,

Is there any way to have 'Average requests per day' and 'Average page
requests per day' included in General Summary using computer output?
Those numbers
appear in regular (HTML) output, but somehow are not included when
computer-readable output is generated.

Thanks
-- 
-
Evaldas Imbrasas
Web Application Developer
Wolfram Research, Inc. (http://www.wolfram.com)
Email: [EMAIL PROTECTED]
WWW: http://www.imbrasas.com
+
|  This is the analog-help mailing list. To unsubscribe from this
|  mailing list, go to
|http://lists.isite.net/listgate/analog-help/unsubscribe.html
|
|  List archives are available at
|http://www.mail-archive.com/analog-help@lists.isite.net/
|http://lists.isite.net/listgate/analog-help/archives/
|http://www.tallylist.com/archives/index.cfm/mlist.7
+



Re: [analog-help] Host Report Help

2002-02-21 Thread Jeremy Wadsack


[EMAIL PROTECTED] ([EMAIL PROTECTED]):

> I would like to be able to get my Host report to produce counts at particular
> levels.So instead of  this in my report.dat


> S   Rr150   0.35000   111.222.333.44
> S   Rr125   0.35000   111.222.333.55
> S   Rr125   0.35000   111.222.333.66

> I would like to see it as

> S   Rr   400  0.35  111.222.333.*

> Or move it to even a higher level at 111.222.*

> Is there a way to specify this in the config file.

The Organisation Report does this in version 5 and later.

-- 

Jeremy Wadsack
Wadsack-Allen Digital Group

+
|  This is the analog-help mailing list. To unsubscribe from this
|  mailing list, go to
|http://lists.isite.net/listgate/analog-help/unsubscribe.html
|
|  List archives are available at
|http://www.mail-archive.com/analog-help@lists.isite.net/
|http://lists.isite.net/listgate/analog-help/archives/
|http://www.tallylist.com/archives/index.cfm/mlist.7
+



[analog-help] Host Report Help

2002-02-21 Thread jenkins . mw

I would like to be able to get my Host report to produce counts at particular
levels.So instead of  this in my report.dat


S   Rr150   0.35000   111.222.333.44
S   Rr125   0.35000   111.222.333.55
S   Rr125   0.35000   111.222.333.66

I would like to see it as

S   Rr   400  0.35  111.222.333.*

Or move it to even a higher level at 111.222.*

Is there a way to specify this in the config file.

Michael

+
|  This is the analog-help mailing list. To unsubscribe from this
|  mailing list, go to
|http://lists.isite.net/listgate/analog-help/unsubscribe.html
|
|  List archives are available at
|http://www.mail-archive.com/analog-help@lists.isite.net/
|http://lists.isite.net/listgate/analog-help/archives/
|http://www.tallylist.com/archives/index.cfm/mlist.7
+



[analog-help] Thanks

2002-02-21 Thread Brian Strong



Hello Stephen Turner
 
Thanks for the help, I kind of thought 
this was the way it is done, but, at least i have an idea of day to day 
visitors. Thanks again For Your Time
 
Brian
 


Re: [analog-help] Files that have been accessed

2002-02-21 Thread Stephen Turner

On Thu, 21 Feb 2002, Vincent Avallone wrote:

> I am new to Analog and am very impressed so far.
> 
> One thing I cannot figure out is how to set up Analog to give me the
> name of a file and the user who accessed it.
> 
> The logs show me the name of the user and what file they touched.
> Analog doesn't though.  It tells me the user and how many times they
> connected and how many files they touched, it doesn't show which files
> they were.
> 

Analog won't do this. See docs/faq.html#faq128 .

-- 
Stephen Turner, Cambridge, UKhttp://homepage.ntlworld.com/adelie/stephen/
"This is Henman's 8th Wimbledon, and he's only lost 7 matches." BBC, 2/Jul/01

+
|  This is the analog-help mailing list. To unsubscribe from this
|  mailing list, go to
|http://lists.isite.net/listgate/analog-help/unsubscribe.html
|
|  List archives are available at
|http://www.mail-archive.com/analog-help@lists.isite.net/
|http://lists.isite.net/listgate/analog-help/archives/
|http://www.tallylist.com/archives/index.cfm/mlist.7
+



[analog-help] Files that have been accessed

2002-02-21 Thread Vincent Avallone








I am new to Analog and am very impressed so far.

One thing I cannot figure out is how to set up Analog to
give me the name of a file and the user who accessed it.

I am analyzing my FTP server logs on an IIS4 webserver.

The logs show me the name of the user and what file they
touched.  Analog doesn’t though.  It tells me the user and how
many times they connected and how many files they touched, it doesn’t
show which files they were.

It also shows me which files were touched and how many
times, but not by whom.

 

I hope this makes sense. Basically I need to know who
touched (downloaded etc) what file.

That information is in the log file, but I don’t see a
switch to turn it on to get it in the web page.

 

Thanks for this program and the help.

 

--

Vincent Avallone

iBiquity Digital

(410) 872-1535

 








Re: [analog-help] Analog on OS/390 Unix Systems Services???

2002-02-21 Thread Stephen Turner

On Thu, 14 Feb 2002 [EMAIL PROTECTED] wrote:

> Is there anyone running analog on OS/390's native "Unix Systems Services".
> (This is not Linux on S/390, though often I wish it were!)  I tried making
> the source code and ran into error after error.   I'm no C genius. I threw
> in the towel when I got datatype inconsistency messages. I'll paste the
> errors onto this message, but from a broader perspective, has anyone gotten
> this to work on USS??
> 

Caroline,

Sorry for the slow reply. I'm just catching up with a backlog of mail.

There used to be a port for OS/390, but I've lost touch with the person who
made it. I don't really know about this platform, but I think I can help
you.

> INITIAL MAKE
> *
> cc -O2  -DUNIX -c alias.c
> WARNING CBC3296 ./anlghea3.h:258   #include file  not found.
> FSUM3065 The COMPILE step ended with return code 4.

You can avoid the inclusion of  by defining NOFOLLOW in the
Makefile. See the documentation in the Makefile about that.

This will also leave out these lines which you were having trouble with:

> ERROR CBC3068 ./globals.c:1150  Operation between types "int" and "void*"
> is not
>  allowed.
> ERROR CBC3068 ./globals.c:1155  Operation between types "int" and "void*"
> is not
>  allowed.

-- 
Stephen Turner, Cambridge, UKhttp://homepage.ntlworld.com/adelie/stephen/
"This is Henman's 8th Wimbledon, and he's only lost 7 matches." BBC, 2/Jul/01





+
|  This is the analog-help mailing list. To unsubscribe from this
|  mailing list, go to
|http://lists.isite.net/listgate/analog-help/unsubscribe.html
|
|  List archives are available at
|http://www.mail-archive.com/analog-help@lists.isite.net/
|http://lists.isite.net/listgate/analog-help/archives/
|http://www.tallylist.com/archives/index.cfm/mlist.7
+



Re: [analog-help] Unable to produce User Report: Sample from config file

2002-02-21 Thread Stephen Turner

On Mon, 11 Feb 2002, Funmi Beckley wrote:
> 
> 192.168.20.20 - - [07/Feb/2002:15:41:00 +] "GET
> /interact/pharmology?page=SectionWelcome&a=5&b=0 HTTP/1.1" 200 25258
> "http://192.168.20.167/interact/pharmology?page=SectionWelcome&a=4&b=0";
> "Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0)""user=cust5;
> JSESSIONID=To1011mC9711583895986214At"
> 
> 
> APACHELOGFORMAT (%S - %j [%d/%M/%Y:%h:%n:%j %j] "%j %r %j" %c %b "%f" "%B"
> "%u")
> 

This is just a LOGFORMAT, not an APACHELOGFORMAT. Otherwise it works.

-- 
Stephen Turner, Cambridge, UKhttp://homepage.ntlworld.com/adelie/stephen/
"This is Henman's 8th Wimbledon, and he's only lost 7 matches." BBC, 2/Jul/01

+
|  This is the analog-help mailing list. To unsubscribe from this
|  mailing list, go to
|http://lists.isite.net/listgate/analog-help/unsubscribe.html
|
|  List archives are available at
|http://www.mail-archive.com/analog-help@lists.isite.net/
|http://lists.isite.net/listgate/analog-help/archives/
|http://www.tallylist.com/archives/index.cfm/mlist.7
+



Re: [analog-help] denominator for percentages (in search words, referring sites, etc.)

2002-02-21 Thread Stephen Turner

On Thu, 14 Feb 2002, A.J. Lahosky wrote:

> I'm trying to understand the denominator used for various percentages and
> pie charts in Analog's output.
> 
> BTW, it would be *great* if the charts actually noted the denominator.
> Perhaps this is an option I haven't found yet :-)
> 
> 
> If I work backwards from, say, a Search Query Report showing these
> results...
> 
>   pages: %pages: search term:  calculated denominator
>   -: --: ---:  ==
>  10,737:  6.99%: oats  153,605.1502
>   5,678:  3.69%: peas  153,875.3388
>   5,370:  3.49%: beans 153,868.1948
>  ...
> = average ~153,783 (pages)
> 
> ...can I imply that, in total, about 153,783 search queries found their way
> to my site?
> 

Well, in the case of search _words_ (as opposed to search queries) it's
perhaps a bit misleading, because a single search can be made of several
words -- it's the total number of all the words, not of all the queries, 
that is being used. But otherwise you're correct, and in other reports it
makes the sense you think it should make. :-)

-- 
Stephen Turner, Cambridge, UKhttp://homepage.ntlworld.com/adelie/stephen/
"This is Henman's 8th Wimbledon, and he's only lost 7 matches." BBC, 2/Jul/01

+
|  This is the analog-help mailing list. To unsubscribe from this
|  mailing list, go to
|http://lists.isite.net/listgate/analog-help/unsubscribe.html
|
|  List archives are available at
|http://www.mail-archive.com/analog-help@lists.isite.net/
|http://lists.isite.net/listgate/analog-help/archives/
|http://www.tallylist.com/archives/index.cfm/mlist.7
+



Re: [analog-help] Can some one help me?

2002-02-21 Thread Stephen Turner

On Wed, 20 Feb 2002, Brian Strong wrote:

> Hello all, this seems to be the place for help with analog program, I have
> it as part of my site hosting. I need to know about this Distinct Hosts,
> is the number of hosts for each ip#, or does it mean the computer itself?
> I am thinking this refers to the ip# and was wondering how the dsl users
> are influencing the results, they have different ip#'s every day and this
> leads me to conclude with the idea that I have not had as many 'hits' as I
> initially thought. Can someone explain this better than I? 
> 

Hi Brian, you're asking all the right questions.

The number is the number of individual IP addresses which connect to your
web server.

Unfortunately this may or may not correspond to the number of computers, or
users, reading your pages. You're right that DSL customers can have a
different IP address every day. These will count as different hosts.

The opposite happens too in some ISPs. All the requests from all the
customers come to you from one of the ISP's central proxy servers, however
many actually customers they come from.

Unfortunately, there's no way to get a handle on the number of underlying
computers represented by the number of IP addresses. You only have the IP
addresses to deal with.

There's a lot more on this at http://www.analog.cx/docs/webworks.html

-- 
Stephen Turner, Cambridge, UKhttp://homepage.ntlworld.com/adelie/stephen/
"This is Henman's 8th Wimbledon, and he's only lost 7 matches." BBC, 2/Jul/01

+
|  This is the analog-help mailing list. To unsubscribe from this
|  mailing list, go to
|http://lists.isite.net/listgate/analog-help/unsubscribe.html
|
|  List archives are available at
|http://www.mail-archive.com/analog-help@lists.isite.net/
|http://lists.isite.net/listgate/analog-help/archives/
|http://www.tallylist.com/archives/index.cfm/mlist.7
+



RE: [analog-help] How to speed up analog!?!

2002-02-21 Thread Stephen Turner

Chuck Schick wrote:
>
> I am running analog on a large log file (80MB).  I had it set up for DNS
> read and it still was very slow.  After 5 hours of running I just quit the
> program.  It normally takes about 5 minutes even with DNS write for a 3 MB
> file.

Jacob-Steen Madsen replied:
>
> Have you tried dns-trans or one of the other helper aplications
> I'd did speed things up seriously for us.
> 

That shouldn't make any difference if he's only using DNS READ, not LOOKUP
or WRITE.

Instead, I suspect it's a memory problem. If you're not already using any of 
the LOWMEM commands, try HOSTLOWMEM 3. See docs/lowmem.html for the full
documentation.

-- 
Stephen Turner, Cambridge, UKhttp://homepage.ntlworld.com/adelie/stephen/
"This is Henman's 8th Wimbledon, and he's only lost 7 matches." BBC, 2/Jul/01

+
|  This is the analog-help mailing list. To unsubscribe from this
|  mailing list, go to
|http://lists.isite.net/listgate/analog-help/unsubscribe.html
|
|  List archives are available at
|http://www.mail-archive.com/analog-help@lists.isite.net/
|http://lists.isite.net/listgate/analog-help/archives/
|http://www.tallylist.com/archives/index.cfm/mlist.7
+