Biggest overhead?baudehloJuly 18 2007, 02:54:09 UTC
Is copying network packets really the biggest overhead in perlbal? I would have thought more likely it's just perl data structures getting copied all the time.
Though I guess any small win is worth it with the amount of data you're copying around.
Re: Biggest overhead?bradJuly 18 2007, 03:06:10 UTC
I know where Perl uses CPU, so I'm pretty careful to avoid painful stuff. I believe the reads/writes syscalls were actually a big part of the last profile I did.
Comments 3
Though I guess any small win is worth it with the amount of data you're copying around.
Reply
Reply
How long before that hits mainstream (Debian/Ubuntu/RHEL/CentOS/FC/whatever) kernels that are part of main distributions?
Reply
Leave a comment