Dell - Internal Use - Confidential
What is needed is not only bundling which is a form of buffering, but also 
process overlap so that the transfers are held up to a point where the 
processing is more quiet
And more cycles are available. Offloading to another processor using tux also 
accomplishes this. This buffering could involve a stop and wait type protocol 
with a retransmit feature. The transmit would have to be some form of permanent 
storage to do this. Queuing offers the opportunity to "bundle" in memory, but 
might result in message loss if some permanent storage is also not involved, 
when a process aborts.

-----Original Message-----
From: Ralph Goers [mailto:ralph.go...@dslextreme.com]
Sent: Thursday, May 01, 2014 10:18 AM
To: Log4J Users List
Subject: Re: Web Service Appender

I guarantee you, on a busy system with lots of logging sending a SOAP message 
for every event will be a problem. If they are being bundled so that multiple 
events are sent in each request that will perform better but could result in 
losing all the events that are buffered.

Ralph


On May 1, 2014, at 7:26 AM, walter_mar...@dellteam.com wrote:

> Dell - Internal Use - Confidential
> Not necessarily. Remember that the people who read these logs are not
> in the processing loop, and therefore do not slow down the process,
> What is required is an asynchronous thread or process to do the soap transfer 
> during off cycles, and storage to receive the messages from the Processing 
> stream. Some sort of queuing and thread, or database storage might be used.
>
> -----Original Message-----
> From: Ralph Goers [mailto:ralph.go...@dslextreme.com]
> Sent: Wednesday, April 30, 2014 11:16 PM
> To: Log4J Users List
> Subject: Re: Web Service Appender
>
> A web service to do what? Logging via SOAP would be extremely slow if every 
> log event is a single request. Can you elaborate on what you really want to 
> do?
>
> Ralph
>
> On Apr 30, 2014, at 9:10 PM, Evan J wrote:
>
>> Thanks for verifying this. I thought I might be missing an obvious,
>> and this has already been implemented by at least someone.
>>
>>
>> On Wed, Apr 30, 2014 at 7:48 PM, Remko Popma wrote:
>>
>>> Evan, no I'm not aware of any appender that logs to a web service.
>>>
>>>
>>> On Thu, May 1, 2014 at 9:21 AM, Evan J
>>> wrote:
>>>
>>>> I searched around, but I could not find an off-the-shelf Appender
>>>> that sends logs to a web service. Is there any?
>>>>
>>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: log4j-user-unsubscr...@logging.apache.org
> For additional commands, e-mail: log4j-user-h...@logging.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-user-unsubscr...@logging.apache.org
For additional commands, e-mail: log4j-user-h...@logging.apache.org

Reply via email to