Hi Henrik 

many thanks for your kind support and your patience!!!

Bye
Marco Italy 

-----Messaggio originale-----
Da: Henrik Nordstrom [mailto:[EMAIL PROTECTED] 
Inviato: venerdì 17 novembre 2006 14.24
A: Reale Marco
Cc: squid-users@squid-cache.org
Oggetto: Re: R: [squid-users] Squidnt: 
increase'mswin_check_lm_group.exe'processes

fre 2006-11-17 klockan 11:41 +0100 skrev Reale Marco:

> I addes children=100 at the end of external_acl:
> external_acl_type NT_global_group %LOGIN 
> c:/squid/libexec/mswin_check_lm_group.exe -G -c children=100 but in cache.log 
> I saw squid start always 5 processes.

order on the external_acl_type line is important

#  TAG: external_acl_type
#
#          external_acl_type name [options] FORMAT.. /path/to/helper [helper 
arguments..]
#
#        Options:
#
#          children=n    number of processes spawn to service external acl
#                        lookups of this type. (default 5).

so it should be

external_acl_type NT_global_group children=100 %LOGIN 
c:/squid/libexec/mswin_check_lm_group.exe -G -c

Regards
Henrik

Reply via email to