Re: 2 processes reproducible read same file with different speed

2009-11-30 Thread Ivan Voras
cronfy wrote: Hello. I've noticed a very weird behavior of 2 Apache processes that shold read the same file to process a request (they configured to read it on every request). One spends about 6ms to read the file, and second spends about 114ms (I used ktrace to find this out). Every time, on

Re: 2 processes reproducible read same file with different speed

2009-11-27 Thread Michael Powell
cronfy wrote: > Hello. > > I've noticed a very weird behavior of 2 Apache processes that shold read > the same file to process a request (they configured to read it on every > request). One spends about 6ms to read the file, and second spends about > 114ms (I used ktrace to find this out). Every

2 processes reproducible read same file with different speed

2009-11-26 Thread cronfy
Hello. I've noticed a very weird behavior of 2 Apache processes that shold read the same file to process a request (they configured to read it on every request). One spends about 6ms to read the file, and second spends about 114ms (I used ktrace to find this out). Every time, on every request,