On 1/30/07, Jerry Richards <[EMAIL PROTECTED]> wrote: > Has anyone measured the speed of the stack (e.g. transactions per second)?
That depends on your hardware, of course. On a fairly ancient PC hw we have reached some 7000 transactions per second. > Does the stack do any optimizations for speed Yes. The main optimizations are in parser. >(e.g. not fully parsing every > SIP message, unless necessary)? We have tried that. Based on our measurements, it is not an optimization, but pessimization. Why not parse the header while it is hot in your cache? -- Pekka.Pessi mail at nokia.com ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Sofia-sip-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel
