Hi,

When I testing the RTSP server live555MediaServer then I faced slow
performance. On one core of the CPU with a clock speed of about 3.2 Gz it
is possible to process only about 140 client connections. The search for
information on the mailing lists indicated the following ways of
optimization:
1. Develop own TaskScheduler. I tried using the epoll library, but I ran
into the problem that the epoll does not support regular files (and I need
to stream files via RTSP), so I had to use the select to process read
events from the file and didn't achieve any performance improvements.
2. Improve DelayQueue. Can anyone share the code?

Can someone suggest more ways to improve performance and share the code?
-- 
С уважением, Константин Шпинёв
ООО "Майкроимпульс"
раб.: +7 (499) 647-49-78
моб.: +7 (906) 844-57-66
skype: ksot1k
www.microimpuls.com
_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to