Trying to assemble logs through tcp, problems with multiple worker_processes

Hi,

Im trying to collect access log by passing them with tcp to flume.
But the two tools below I tried both give me the same sintums, that it
seems there is a race condition, when running nginx with multiple
worker_processes:

http://www.binpress.com/issue/possible-race-condition-while-nginx-is-running-on-more-workerprocesses/6955

Anyone else have seen this problem, or maybe knows what is causing it?

Thanks in advice,

Ron

Nevermind, I found the problem. It seems that netcat is not reliable
when benchmarking. At some point it will just not read any incomming
tcp packages. With wireshark I saw that the packages where sent without
problems.

On di, sep 30, 2014 at 3:54 , Ron van der Vegt