#2747 - warn against use-dispatcher-for-io

This commit is contained in:
Roland 2012-11-27 16:33:37 +01:00
parent e8610e1ddd
commit 370eeb00a4

View file

@ -109,6 +109,11 @@ akka {
# (I) EXPERIMENTAL If "<id.of.dispatcher>" then the specified dispatcher
# will be used to accept inbound connections, and perform IO. If "" then
# dedicated threads will be used.
#
# CAUTION: This might lead to the used dispatcher not shutting down properly!
# - may prevent the JVM from shutting down normally
# - may leak threads when shutting down an ActorSystem
#
use-dispatcher-for-io = ""
# (I) The hostname or ip to bind the remoting to,