Johan Persson created WFLY-7148:
-----------------------------------
Summary: 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)