Re: CustomLog to a pipe question

George Schlossnagle <[email protected]> Thu, 6 Nov 2003 11:18:17 -0500
Newsgroups gmane.comp.apache.mod-log-spread.user
Message-ID <[email protected]>
On Nov 6, 2003, at 11:12 AM, Leonardo Herrera wrote:

> George Schlossnagle wrote:
>> On Nov 6, 2003, at 10:41 AM, Janis Putrams wrote:
>>> Hi!
>>> Is mod_log_spread working fine for y? Because I installed it 
>>> recently and
>>> got connection failures on heigh load. Posted to mailing list but 
>>> had no
>>> answer so far. Sad but true
>> Didn't see your mail.  Can you define 'high load'?  Specifically, how 
>> many children do you have trying to send messages at peak?
>> George
>
> I think he meant this:
> http://lists.backhand.org/pipermail/mls-users/2003-October/000210.html

Sounds like he is overconnecting to a single daemon (as is described in 
README.spread in m_l_s sources).  It's not advisable to run a single 
daemon and have everyone connect to it.  Much better to have every host 
run their own daemon, all belonging to the same spread ring.

George