Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

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

by iwanthome (Beadle)
on Mar 24, 2004 at 08:19 UTC ( [id://339321]=note: print w/replies, xml ) Need Help??


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

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://339321]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (1)
As of 2024-04-18 23:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found