in reply to Re: newbie question about mulit-thread udp server and documention of io::socket
in thread newbie question about mulit-thread udp server

thanks for your reply. I will try to write a server thread that accepts each packet, and as quickly as possible puts it somewhere to be processed. And I will dump the data to a file. And do you use other language to process netflow data like c or c++ ? I am in doubt whether perl can process this heavy data perfectly. thanks very much!
  • Comment on Re: Re: newbie question about mulit-thread udp server and documention of io::socket

Replies are listed 'Best First'.
Re: Re: Re: newbie question about mulit-thread udp server and documention of io::socket
by matija (Priest) on Mar 24, 2004 at 09:19 UTC
    We're using a C program to capture the flows and dump them to a file. Then we use a Perl program to filter the flows and look for interesting stuff.

    If you're going to be parsing the flows in Perl, I strongly suggest you take a good look at Dave Plonka's CFlow perl module.

Re: Re: Re: newbie question about mulit-thread udp server and documention of io::socket
by Anonymous Monk on Mar 24, 2004 at 09:06 UTC