[ 
https://issues.apache.org/jira/browse/DIRMINA-831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13025190#comment-13025190
 ] 

Christian Schwarz commented on DIRMINA-831:
-------------------------------------------

I dont know how to attach a visible image, but here is the link:
https://issues.apache.org/jira/secure/attachment/12477401/DIRMINA-831.jpg

and as list:
Process PID LocalIP LocalPort RemoteIP RemotePort State Protocol Path
javaw.exe       2592    127.0.0.1       1154    127.0.0.1       1153    
ESTABLISHED     TCP     C:\Programme\Java\jdk1.6.0_18\bin\javaw.exe
javaw.exe       2592    127.0.0.1       1153    127.0.0.1       1154    
ESTABLISHED     TCP     C:\Programme\Java\jdk1.6.0_18\bin\javaw.exe
javaw.exe       2592    127.0.0.1       1152    127.0.0.1       1151    
ESTABLISHED     TCP     C:\Programme\Java\jdk1.6.0_18\bin\javaw.exe
javaw.exe       2592    127.0.0.1       1151    127.0.0.1       1152    
ESTABLISHED     TCP     C:\Programme\Java\jdk1.6.0_18\bin\javaw.exe
javaw.exe       2592    127.0.0.1       1150    127.0.0.1       1149    
ESTABLISHED     TCP     C:\Programme\Java\jdk1.6.0_18\bin\javaw.exe
javaw.exe       2592    127.0.0.1       1149    127.0.0.1       1150    
ESTABLISHED     TCP     C:\Programme\Java\jdk1.6.0_18\bin\javaw.exe
javaw.exe       2592    127.0.0.1       1148    127.0.0.1       1147    
ESTABLISHED     TCP     C:\Programme\Java\jdk1.6.0_18\bin\javaw.exe
javaw.exe       2592    127.0.0.1       1147    127.0.0.1       1148    
ESTABLISHED     TCP     C:\Programme\Java\jdk1.6.0_18\bin\javaw.exe




> NioSocketConnector create unused Connections, even when #connect(..) is not 
> called.
> -----------------------------------------------------------------------------------
>
>                 Key: DIRMINA-831
>                 URL: https://issues.apache.org/jira/browse/DIRMINA-831
>             Project: MINA
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 2.0.2
>         Environment: win32, x86, winXP 
>            Reporter: Christian Schwarz
>         Attachments: DIRMINA-831.jpg
>
>
> Hello,
> we are using Mina to access different types of network devices (Webcams, 
> Digital-IO-Boxes, Access Control Systems,...). For every type of device we 
> use a dedicated IoConnector because of the different protocols. Under some 
> circumstances we get an "java.net.SocketException: No buffer space available 
> (maximum connections reached?): connect". We figured out that for every 
> created NioSocketConnector 8 connections will be created from localhost to 
> localhost with different ports, even if we do no connect at all. So if we use 
> many NioSocketConnector's we quickly run out of available ports, i guess. 
> Is it possible to tune the  NioSocketConnector so it only opens a port when 
> we call #connect(..) ? 
> Thanks in advance 
> Chris

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to