Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror

Comment Re:Incorrect premise (Score 1) 945

if android really takes off (and it seems to be starting that roll around now, given the number of devices coming out), that may change, as the dev environment is java based and so can be run on top of just about anything that can handle a java VM.

Which still makes a Mac a better platform for a developer who wants to write code on multiple platforms. JavaVM? great. OS X / OS X mobile? done. Windows .NET? Virtualbox / Fusion to the rescue. Web/php/python/mysql/whatever? It's all available.

Comment Re:Simple method to provide HA to static websites (Score 1) 298

How do browsers behave when 1 of the server goes down?

Half the DNS lookups will still point at the failed server. Since most browsers cache the dns lookup, they will not re-request the IP address, and will just assume the site is down.

If you rely on DNS round-robin records, you need to either ensure that they are always up (i.e. each one is an HA cluster) or that you can remove them quickly enough to cause your users as little pain as possible. (TTL should probably be 1 minute, and you'll want an automated method of removing the bad entry from the zone file)

Slashdot Top Deals

"Just think, with VLSI we can have 100 ENIACS on a chip!" -- Alan Perlis

Working...