If you make changes to your /etc/hosts file and want the changes to take effect immediately without having to reboot issue the following command at in the Terminal dscacheutil -flushcache
Pages
Me on the Internet
My Open Source Projects
Archives
By default Java 1.6 caches DNS queries, either forever if there is a security manager installed or for an implementation specific period if there is no security manager installed. There are two ways to disable this behavior which breaks things like load balancers that do DNS load balancing. first you can disable it by adding [...]
Here is the beginnings of a Bonjour / ZeroConf module in Erlang. I always like to ZeroConf all my servers I write so I don’t have to play the xml/properties/ini file game with how a server or clients connect to each other. All my previous Python and Java servers have used bindings to a C [...]