Re: Squid running check

2005-04-04 Thread Andrew Bartlett
On Mon, 2005-03-14 at 18:00 +0100, Nickolay Pelov wrote: > I noticed that squid checks if it is running by checking if pid file > exists. I think it will be better to check if there is really process > with that pid like: > > if(kill(pid,0)==0){//squid is running > > }else{ // no process >/

Re: A policy question

2005-04-04 Thread Tsantilas Christos
Alex Rousskov wrote: FWIW, the above drweb behavior is compliant with ICAP. Conection: keep-alive does not (and cannot) guarantee that the connection will remain open after the ICAP response is sent. OK. Not using persistent connections with a given ICAP server would also be compliant with ICAP.

Re: A policy question

2005-04-04 Thread Alex Rousskov
On Sun, 2005/03/20 (MST), <[EMAIL PROTECTED]> wrote: drweb-icap server responce with Conection:keep-alive but then imediatelly closes the connection OK, drweb-icap breaks the ICAP protocol here FWIW, the above drweb behavior is compliant with ICAP. Conection: keep-alive does not (and cann