Re: [squid-users] cache_mem

2003-02-20 Thread Mihalis Tsoukalos
Thanks very much for the info. I installed cache manager (very easy). Please tell me, in the "Memory Utilization" link, which field or fields are going to tell me the total amount of RAM that squid uses? I suppose that those fields are dynamic. Is there any way to ask for a specific value _only_ v

[squid-users] size of cache.log/access.log/store.log and performace

2003-02-22 Thread Mihalis Tsoukalos
Dear all, I want to ask if the size (or the existence) of the three log files (cache.log/access.log/store.log) has to do anything with the performance of the squid server. I know that it has some impact (as something has to be writen :-) but I am asking if it has something more than that. TIA, Mi

[squid-users] cache_mem

2003-02-24 Thread Mihalis Tsoukalos
Hello to everyone. I am doing some benchmarking and I want to ask something: I am putting the following values in the cache_mem parameter of squid.conf: 1. 8 MB 2. 32 MB 3. 64 MB 4. 128 MB but I don't see any real difference in the benchmarking results. Should I change something more? Am I doin

Re: [squid-users] cache_mem

2003-02-26 Thread Mihalis Tsoukalos
holds. What algorithm determines the data to be stored and the data that will leave the cache_mem area? cheers, Mihalis. - Original Message - From: "Henrik Nordstrom" <[EMAIL PROTECTED]> To: "Mihalis Tsoukalos" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]>

[squid-users] , in the URL

2003-03-13 Thread Mihalis Tsoukalos
Hello everyone :-) Did in the past squid (version 2.4 of squid) have any problems (bugs) with URLs such as the following: http://site.com/tee/2003/mar/130303/foobar,property=Img.gif I am most concerned about the , (comma) in the URL as other URLs come without problems. many thanks in advance, M

[squid-users] SquidGuard not related to Squid version?

2003-03-13 Thread Mihalis Tsoukalos
Hello to everyone. Just one quick question: Is a SquidGuard version related to a specific Squid version? That is: Can I use an older SquidGuard version with a newer version of Squid and vice versa (a new SquidGuard version with an old Squid version)? many thanks in advance, Mihalis. HTML E

Re: AW: [squid-users] , in the URL

2003-03-16 Thread Mihalis Tsoukalos
; > > Werner Rost > > > GM-FIR - Netzwerk > > > > > > > -Urspr=FCngliche Nachricht- > > > > Von: Henrik Nordstrom [mailto:[EMAIL PROTECTED] > > > > Gesendet am: Donnerstag, 13. M=E4rz 2003 21:07 > > > > An: Mihalis T

Re: AW: [squid-users] , in the URL

2003-03-17 Thread Mihalis Tsoukalos
Do I need to compile squid with the -g option? Any other options that might help? cheers, Mihalis. - Original Message - From: "Henrik Nordstrom" <[EMAIL PROTECTED]> To: "Mihalis Tsoukalos" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday,

[squid-users] Debugging xfree() (WAS: , in the URL)

2003-03-21 Thread Mihalis Tsoukalos
something? many thanks in advance, Mihalis - Original Message - From: "Henrik Nordstrom" <[EMAIL PROTECTED]> To: "Mihalis Tsoukalos" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, March 17, 2003 9:13 AM Subject: Re: AW: [squid-users] , i

[squid-users] how to use XMALLOC_TRACE and XMALLOC_DEBUG

2003-03-21 Thread Mihalis Tsoukalos
Dear list, I want to know how to use the XMALLOC_TRACE and XMALLOC_DEBUG features. That is, how to compile squid with those features. I would also like to know where (in which file) do I get the output. TIA, Mihalis. HTML Email Considered Harmful: http://expita.com/nomime.html Please avoid

Re: [squid-users] how to use XMALLOC_TRACE and XMALLOC_DEBUG

2003-03-21 Thread Mihalis Tsoukalos
p, "f:%p\n", s); #endif } could I rewrite it like that?: void xfree(void *s) { if (s != NULL) free(s); } Another question is: if after free(s), is (s == NULL) true? TIA, Mihalis. - Original Message - From: "Henrik Nordstrom" <[EMAIL PROTECTED]&g

[squid-users] squid3 general questions

2003-03-29 Thread Mihalis Tsoukalos
Dear list, just a couple of questions about squid3: a. Is it written in C++ or in both C and C++? b. Can it do content parsing/filtering? If yes, how? many thanks in advance, Mihalis. HTML Email Considered Harmful: http://expita.com/nomime.html Please avoid sending Word, Excel or PowerPoin

Re: [squid-users] increase file descriptors

2003-04-04 Thread Mihalis Tsoukalos
Sorry, I forgot to put OS info in my email. [EMAIL PROTECTED]:~$ uname -a Linux debian 2.4.18-bf2.4 #1 Son Apr 14 09:53:28 CEST 2002 i686 unknown [EMAIL PROTECTED]:~$ libc6 version 2.2.5-11.2 (Debian 3) So, do I have to do anything more? TIA, Mihalis. - Original Message - Fro

Re: [squid-users] increase file descriptors

2003-04-04 Thread Mihalis Tsoukalos
- Original Message - From: "Henrik Nordstrom" <[EMAIL PROTECTED]> To: "Mihalis Tsoukalos" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, April 04, 2003 6:28 PM Subject: Re: [squid-users] increase file descriptors > fre 2003-04