adding rsockets support into JDK
Lu, Yingqi
yingqi.lu at intel.com
Thu Apr 12 19:44:50 UTC 2018
Dear all,
I have created a new version of the patch which is available at http://cr.openjdk.java.net/~ylu/8195160.01/. There are also two class diagrams available at http://cr.openjdk.java.net/~ylu/8195160-class-diagram.pdf which describe the high level interactions between RDMA Sockets and regular Sockets.
In this version, I have added RDMA support to Socket, ServerSocket, SocketChannel and ServerSocketChannel. All the newly introduced classes are added into jdk.net module. Before I continue with the effort, I would like to get some feedback to see if this is a reasonable approach to enable the feature.
I am still in the process of writing the JEP, and will submit for review soon.
Thanks,
Lucy
>-----Original Message-----
>From: nio-dev [mailto:nio-dev-bounces at openjdk.java.net] On Behalf Of Lu,
>Yingqi
>Sent: Thursday, March 8, 2018 9:23 AM
>To: mark.reinhold at oracle.com; paul.sandoz at oracle.com
>Cc: nio-dev at openjdk.java.net
>Subject: RE: adding rsockets support into JDK
>
>Hi Mark and Paul,
>
>Thank you for the feedback. I will draft a JEP and submit it to JBS for review and
>approval.
>
>Thanks,
>Lucy
>
>>-----Original Message-----
>>From: mark.reinhold at oracle.com [mailto:mark.reinhold at oracle.com]
>>Sent: Thursday, March 8, 2018 9:04 AM
>>To: paul.sandoz at oracle.com; Lu, Yingqi <yingqi.lu at intel.com>
>>Cc: nio-dev at openjdk.java.net
>>Subject: Re: adding rsockets support into JDK
>>
>>2018/3/8 8:55:49 -0800, paul.sandoz at oracle.com:
>>> ...
>>>
>>> Also may i suggest you consider submitting a JEP for this work
>>> (cannot recall if we discussed that before). It looks like there is
>>> sufficient work to justify a JEP and it gives good
>>> documentation/visibility for the feature.
>>
>>Agreed -- this is definitely JEP-worthy.
>>
>>- Mark
More information about the nio-dev
mailing list