[
https://issues.jboss.org/browse/WFLY-7148?page=com.atlassian.jira.plugin....
]
Tomaz Cerar commented on WFLY-7148:
-----------------------------------
please test on 10.1.0 to verify.
also what do you mean by loopback connections? it does create as many threads, which
result in file handles, but not connections, at least not on start.
Excessive loopback connections on Windows
-----------------------------------------
Key: WFLY-7148
URL:
https://issues.jboss.org/browse/WFLY-7148
Project: WildFly
Issue Type: Bug
Affects Versions: 8.2.0.Final
Reporter: Johan Persson
Assignee: Jason Greene
Using WildFly 8.2.0 on Windows, an excessive amount of loopback connections are
established upon application server start. The amount of connections is roughly equal to
io-threads*2
<subsystem xmlns="urn:jboss:domain:io:1.1">
<worker name="default" io-threads="1000"/>
<buffer-pool name="default"/>
</subsystem>
(we are seeing ~2000 connections using io-threads=1000). The same configuration
doesn't cause this issue on linux (We see 1000 I/O-threads on both windows and linux,
but much fewer connections on linux).
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)