OpenRTMFP / Cumulus

CumulusServer is a complete open source and cross-platform RTMFP server extensible by way of scripting
http://groups.google.com/group/openrtmfp-cumulus
GNU General Public License v3.0
593 stars 221 forks source link

ERROR Startable[58] Impossible to start the thread : System exception: cannot set thread priority #75

Closed Poechant closed 11 years ago

Poechant commented 12 years ago

When starting up the process, this ERROR gets out every time.

dongzz82 commented 12 years ago

POCO thread priorities do not work on Linux? http://sourceforge.net/tracker/?func=detail&atid=725709&aid=3369101&group_id=132964

Poechant commented 12 years ago

I can't agree more. It's due to the bug of POCO on Linux platform.

ncannasse commented 12 years ago

I confirm I get the same error

Poechant commented 12 years ago

When I remove the sentence for setting priority of threads, I could avoid this error.

qidu commented 12 years ago

yep, i comment the setting priority line

cumulusdev commented 11 years ago

fixed :)