Re: ARF MIME reports best perl options

2011-11-10 Thread Joseph Crotty
All, an initial patch to get the ball rolling. Untested, but hope helps.
Some sections have comments with no action taken as unsure the correct
course of action.

On Thu, Nov 10, 2011 at 7:38 PM, Ricardo Signes
wrote:

> * Steve Atkins  [2011-11-10T20:25:26]
> > > I need to be sending out ARF (i.e., RFC 5965) reports on a production
> > > systems, possibly 100-1,000 ARFS/second, using perl.
> >
> > That's pretty high volume.
>
> Yes.  I'm not sure how Email::ARF will do, but am interested  to find
> out...
>
> > >  What's my best bet
> > > both in terms of performance and adherence to RFC draft spec for ARF?
> > > Email::ARF::Report
> > > look promising, but warns it's not "production ready."
> >
> > That's probably the smart choice.
>
> Email::ARF is used by me to parse oodles of reports.  I have a few known
> bugs
> with generation.  I'll try to close those out this week so you can give it
> a
> try. :-)
>
> --
> rjbs
>


test.patch
Description: Binary data


Re: ARF MIME reports best perl options

2011-11-10 Thread Ricardo Signes
* Steve Atkins  [2011-11-10T20:25:26]
> > I need to be sending out ARF (i.e., RFC 5965) reports on a production
> > systems, possibly 100-1,000 ARFS/second, using perl.
> 
> That's pretty high volume.

Yes.  I'm not sure how Email::ARF will do, but am interested  to find out...

> >  What's my best bet
> > both in terms of performance and adherence to RFC draft spec for ARF?
> > Email::ARF::Report
> > look promising, but warns it's not "production ready."
> 
> That's probably the smart choice.

Email::ARF is used by me to parse oodles of reports.  I have a few known bugs
with generation.  I'll try to close those out this week so you can give it a
try. :-)

-- 
rjbs


Re: ARF MIME reports best perl options

2011-11-10 Thread Steve Atkins

On Nov 10, 2011, at 5:16 PM, Joseph Crotty wrote:

> I need to be sending out ARF (i.e., RFC 5965) reports on a production
> systems, possibly 100-1,000 ARFS/second, using perl.

That's pretty high volume.

>  What's my best bet
> both in terms of performance and adherence to RFC draft spec for ARF?
> Email::ARF::Report
> look promising, but warns it's not "production ready."

That's probably the smart choice.

MIME::ARF is the other module that's in production use, but it was mostly
written to debug the ARF spec during development rather than being
intended for actual use.

http://wordtothewise.com/resources/arfdeveloper.html

Cheers,
  Steve



ARF MIME reports best perl options

2011-11-10 Thread Joseph Crotty
I need to be sending out ARF (i.e., RFC 5965) reports on a production
systems, possibly 100-1,000 ARFS/second, using perl.  What's my best bet
both in terms of performance and adherence to RFC draft spec for ARF?
Email::ARF::Report
look promising, but warns it's not "production ready."

Sincerely,

Joe Crotty