Re: python distributed computing

2011-08-03 Thread Chris Angelico
On Wed, Aug 3, 2011 at 4:37 PM, julien godin wrote: > I have a HUGE(everything is relative) amount of data coming from UDP/514 > ( good old syslog), and one process alone could not handle them ( it's > fullĀ of regex, comparison and counting. all this at about 100K lines of data > per seconds a

python distributed computing

2011-08-03 Thread julien godin
Hello the list, I have a, let say 'special' , request. I would like to make a very specific type of distributed computing. Let me explain myself : I have a HUGE(everything is relative) amount of data coming from UDP/514 ( good old syslog), and one process alone could not handle them ( it's fu