Marshall Pierce
unread,Jan 18, 2011, 2:07:38 PM1/18/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to hackerdojo-javaconcurrency
We'll be talking about my experiences building a UDP server with
Netty, a little bit of Actor stuff with Scala (if I can get it working
on my laptop), and whatever else you guys want to talk about.
I think that collaboratively turning this prototype UDP DNSRBL server
I've written into a real, working system would be both interesting and
educational, so I encourage you to think about how you would design
such a thing. Also to take a look at the existing code. It only does
very simplistic DNS communication right now (no actual backend for
deciding whether an IP is spam or not). Deciding how to store and
cache the DNSRBL data is an interesting problem.