Cameron Taggart ha scritto: > Sorry if this is a bit off topic. Has anyone used MINA to build a DNS > client? I'm interested in doing nslookup type stuff from Java. > > cheers, > Cameron
If you just need a NIO+SEDA dns client then you can look at dnsjnio: https://sourceforge.net/projects/dnsjnio/ It would be cool to have something similar MINA based so to optimize threads usage and having the same "patterns" to monitor/tune the operations. There is an ongoing MINA based DNS project under the Apache Directory TLP umbrella, but this is more server oriented than a client library: http://svn.apache.org/viewvc/directory/apacheds/trunk/protocol-dns/ HTH, Stefano
