7 ms·
Can anyone point out any resources to acomplish this in the JVM space?
by gazarullz 7y ago
Can anyone point out any resources to acomplish this in the JVM space?
- deleted 7y ago[deleted]
- gazarullz 7y agoWhoever downvoted my question can explain why? or it was just for fun?
- deleted 7y ago[deleted]
- smolder 7y agoI didn’t downvote you but running a TCP/IP stack inside the JVM doesn’t seem terribly useful. Doing user space TCP/IP can be useful for performance reasons but running on top of JVM is likely to wipe out that advantage.
- IAmLiterallyAB 7y agoA zero heap allocation _anything_ in the JVM? Probably impossible