virtual-threads

Tag

Cards List
#virtual-threads

The .join() that should be a bug

Hacker News Top · 6d ago Cached

Kronotop explains its architecture for handling thousands of concurrent connections with blocking I/O by separating connection management (using Netty event loops) from work execution (using Java virtual threads), allowing it to scale like Redis while supporting blocking operations like FoundationDB calls.

0 favorites 0 likes
← Back to home

Submit Feedback