Hi All,

The latest trunk has some changes to the thread pool.
In red5.properties you will find the following settings.

rtmp.event_threads_core=16
rtmp.event_threads_max=32
rtmp.event_threads_queue=-1
rtmp.event_threads_keepalive=60

For background information see..
http://java.sun.com/j2se/1.5.0/docs/api/java/util/concurrent/ThreadPoolExecutor.html

The queue can be set to...
-1 : unbounded using LinkedBlockingQueue, currently the default.
0 : direct using SynchronousQueue
= 1 : bounded using ArrayBlockingQueue

If you are using trunk have a play with the settings and report what works
best for you.

- Luke


--
Luke Hubbard
codegent | coding for the people
http://www.codegent.com

NMA Top 100 Interactive Agencies - Ones to watch!
http://www.codegent.com/top100/

want to know more?
http://www.codegent.com/showreel/

This e-mail may contain information which is privileged, confidential and
protected from disclosure. If you are not the intended recipient of this
e-mail, or any part of it, please delete this email and any attachments
immediately on receipt. You should not disclose the contents to any other
person or take copies. Any views expressed in this message are those of the
individual sender, except where the sender specifically states them to be
the views of codegent limited.
_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org

Reply via email to