Re: AnyEvent mode?

2010-12-07 Thread Aleksandar Lazic
On Mon 06.12.2010 16:34, Matt Sergeant wrote: Aleksandar Lazic wrote: Do you have benchmarked it with smtpstone from postfix or some other tools? I just threw it on our spamtrap which does approx 50m emails/day. Do you really mean 50 Million? Wow that's a lot ;-)

Re: AnyEvent mode?

2010-12-07 Thread Matt Sergeant
Aleksandar Lazic wrote: On Mon 06.12.2010 16:34, Matt Sergeant wrote: Aleksandar Lazic wrote: Do you have benchmarked it with smtpstone from postfix or some other tools? I just threw it on our spamtrap which does approx 50m emails/day. Do you really mean 50 Million? Yes. Wow that's a

Re: AnyEvent mode?

2010-12-07 Thread Charlie Brady
On Tue, 7 Dec 2010, Matt Sergeant wrote: Aleksandar Lazic wrote: On Mon 06.12.2010 16:34, Matt Sergeant wrote: Aleksandar Lazic wrote: Do you have benchmarked it with smtpstone from postfix or some other tools? I just threw it on our spamtrap which does approx 50m

Re: AnyEvent mode?

2010-12-06 Thread Matt Sergeant
Aleksandar Lazic wrote: Do you have benchmarked it with smtpstone from postfix or some other tools? I just threw it on our spamtrap which does approx 50m emails/day.

Re: AnyEvent mode?

2010-12-05 Thread Aleksandar Lazic
Dear Matt, On Fre 03.12.2010 14:33, Matt Sergeant wrote: On Thu, 2 Dec 2010, Aleksandar Lazic wrote: Thanks, I'am quite interested. OK, the relevant files are attached. Nothing else needed changing I don't think. Thanks for the files. Do you have benchmarked it with smtpstone from

Re: AnyEvent mode?

2010-12-03 Thread Matt Sergeant
On Thu, 2 Dec 2010, Aleksandar Lazic wrote: On Don 02.12.2010 19:04, Matt Sergeant wrote: On Thu, 2 Dec 2010, Ask Bjørn Hansen wrote: On Dec 2, 2010, at 10:37, Aleksandar Lazic wrote: Maybe we can make another benchmark AnyEvent vs Danga::Socket due to the fact that AnyEvent with EV as

Re: AnyEvent mode?

2010-12-02 Thread Aleksandar Lazic
On Don 02.12.2010 10:34, Pedro Melo wrote: Hi, On Wed, Dec 1, 2010 at 9:15 PM, Aleksandar Lazic al-qpsm...@none.at wrote: On Die 24.11.2009 22:13, Matt Sergeant wrote: I'll be trying to do performance testing tomorrow (comparing with qpsmtpd-async, NOT any of the other models). do you have

Re: AnyEvent mode?

2010-12-02 Thread Ask Bjørn Hansen
On Dec 2, 2010, at 8:42, Aleksandar Lazic wrote: Hm, well I give it a try again ;-) For what it's worth, if I was starting a qpsmtpd-like thing from scratch today I'd almost certainly make it AnyEvent based. :-) - ask

Re: AnyEvent mode?

2010-12-02 Thread Aleksandar Lazic
On Don 02.12.2010 09:49, Ask Bjørn Hansen wrote: On Dec 2, 2010, at 8:42, Aleksandar Lazic wrote: Hm, well I give it a try again ;-) For what it's worth, if I was starting a qpsmtpd-like thing from scratch today I'd almost certainly make it AnyEvent based. :-) I like to develop something

Re: AnyEvent mode?

2010-12-02 Thread Ask Bjørn Hansen
On Dec 2, 2010, at 10:37, Aleksandar Lazic wrote: Maybe we can make another benchmark AnyEvent vs Danga::Socket due to the fact that AnyEvent with EV as underlaying event lib looks very fast from the internet source ;-) Matt was (I'm guessing) testing a load that's artificial to anyone

Re: AnyEvent mode?

2010-12-02 Thread Aleksandar Lazic
On Don 02.12.2010 19:04, Matt Sergeant wrote: On Thu, 2 Dec 2010, Ask Bjørn Hansen wrote: On Dec 2, 2010, at 10:37, Aleksandar Lazic wrote: Maybe we can make another benchmark AnyEvent vs Danga::Socket due to the fact that AnyEvent with EV as underlaying event lib looks very fast from the

Re: AnyEvent mode?

2009-11-24 Thread Ask Bjørn Hansen
On Nov 23, 2009, at 14:52, Matt Sergeant wrote: There are also more other stuff available with AnyEvent -- I think it'd be cool! OK. How do I get this to you? It's basically just two new files, no patches to anything. Either make a github account, clone my repository and then: git

Re: AnyEvent mode?

2009-11-24 Thread Matt Sergeant
OK, here's the files as they currently stand. The big note on this is that I have done very little testing, and most importantly I have NOT updated any of the plugins (see the async/* dir for those that need re-written to use AnyEvent, mostly to use AnyEvent::DNS. Also the tls plugin would

AnyEvent mode?

2009-11-23 Thread Matt Sergeant
Is anyone interested in an AnyEvent mode Qpsmtpd? I have the code written (mostly hacked right now, but should work). In theory it might be faster than the Danga::Socket based one, and AnyEvent seems to receive regular updates more than Danga::Socket these days. Matt.

Re: AnyEvent mode?

2009-11-23 Thread Ask Bjørn Hansen
On Nov 23, 2009, at 11:41, Matt Sergeant wrote: Is anyone interested in an AnyEvent mode Qpsmtpd? I have the code written (mostly hacked right now, but should work). In theory it might be faster than the Danga::Socket based one, and AnyEvent seems to receive regular updates more than

Re: AnyEvent mode?

2009-11-23 Thread Guy Hulbert
google: perl anyevent yields: http://search.cpan.org/dist/AnyEvent/ is there a better starting point ? On Mon, 2009-23-11 at 11:42 -0800, Ask Bjørn Hansen wrote: On Nov 23, 2009, at 11:41, Matt Sergeant wrote: Is anyone interested in an AnyEvent mode Qpsmtpd? I have the code written

Re: AnyEvent mode?

2009-11-23 Thread Guy Hulbert
On Mon, 2009-23-11 at 11:42 -0800, Ask Bjørn Hansen wrote: There are also more other stuff available with AnyEvent -- I think it'd be cool! I found this fairly easily. http://software.schmorp.de/pkg/AnyEvent.html Hmm... at least he has a good reason for upgrading to 5.10.

Re: AnyEvent mode?

2009-11-23 Thread Ask Bjørn Hansen
On Nov 23, 2009, at 12:08, Guy Hulbert wrote: google: perl anyevent yields: http://search.cpan.org/dist/AnyEvent/ is there a better starting point ? I'm not exactly sure what your question is, but http://search.cpan.org/search?query=anyevent shows a sample of available event

Re: AnyEvent mode?

2009-11-23 Thread Guy Hulbert
On Mon, 2009-23-11 at 12:17 -0800, Ask Bjørn Hansen wrote: On Nov 23, 2009, at 12:08, Guy Hulbert wrote: google: perl anyevent yields: http://search.cpan.org/dist/AnyEvent/ is there a better starting point ? I'm not exactly sure what your question is, but I'm not sure either

Re: AnyEvent mode?

2009-11-23 Thread Matt Sergeant
On Mon, 23 Nov 2009, Ask Bjørn Hansen wrote: On Nov 23, 2009, at 11:41, Matt Sergeant wrote: Is anyone interested in an AnyEvent mode Qpsmtpd? I have the code written (mostly hacked right now, but should work). In theory it might be faster than the Danga::Socket based one, and AnyEvent