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

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.

  • Comment on Re: Re: Re: newbie question about mulit-thread udp server and documention of io::socket