RE: SO_REUSEPORT feature support in JDK 9 for socket communication

2015-10-23 Thread Viswanathan, Sandhya
-libs-dev-boun...@openjdk.java.net] On Behalf Of Mark Sheppard Sent: Thursday, October 22, 2015 8:06 AM To: Michael McMahon; Alan Bateman; Roger Riggs; OpenJDK Dev list Cc: core-libs-dev@openjdk.java.net Subject: Re: SO_REUSEPORT feature support in JDK 9 for socket communication the following JBS item

Re: SO_REUSEPORT feature support in JDK 9 for socket communication

2015-10-22 Thread Mark Sheppard
the following JBS item exists: https://bugs.openjdk.java.net/browse/JDK-6432031 search of windows documentation suggests that SO_REUSEPORT is still not an option man setsockopt on Solaris shows it as an option, but without precise description of semantics regards Mark On 22/10/2015 14:33,

Re: SO_REUSEPORT feature support in JDK 9 for socket communication

2015-10-22 Thread Michael McMahon
On 22/10/15 14:24, Alan Bateman wrote: On 22/10/2015 14:04, Roger Riggs wrote: Hi Sandhya, The folks on net-...@openjdk.java.net will be interested too. Yes, net-dev is the best list for this. One other thing to mention is the SocketOption interface and the setOption/getOption methods. Thi

Re: SO_REUSEPORT feature support in JDK 9 for socket communication

2015-10-22 Thread Alan Bateman
On 22/10/2015 14:04, Roger Riggs wrote: Hi Sandhya, The folks on net-...@openjdk.java.net will be interested too. Yes, net-dev is the best list for this. One other thing to mention is the SocketOption interface and the setOption/getOption methods. This allows for platform or JDK-specific s

Re: SO_REUSEPORT feature support in JDK 9 for socket communication

2015-10-22 Thread Roger Riggs
Hi Sandhya, The folks on net-...@openjdk.java.net will be interested too. Roger On 10/21/2015 9:08 PM, Viswanathan, Sandhya wrote: This is a proposal for adding SO_REUSEPORT support in JDK 9 for socket communication. The feature is supported since Linux Kernel 3.9 in OS. It is also support