invesdwin / invesdwin-context-integration

invesdwin-context modules that provide integration features
GNU Lesser General Public License v3.0
1 stars 0 forks source link

implement channel for apache mina #22

Closed subes closed 1 year ago

subes commented 2 years ago

https://mina.apache.org/

subes commented 1 year ago

done, even added native integration for TCP and SCTP via APR, though UDP via APR seems to be tricky, so dropping that because both TCP and SCTP are slower than other native integrations. So APR UDP will likely be slower as well.

subes commented 1 year ago

MinaNativeDatagramSynchronousChannel finished for APR UDP (indeed slower than native java socket). Can not get it to work with mina API, so going directly against APR. For TCP/SCTP it is the other way around: Cannot get it to work with APR directly, so have to go with Mina API.