Live data from Hacker News

MacRuby releases ControlTower

macruby.org

11–14 of 14 posts

Re: MacRuby releases ControlTower

#11
post #4
post #2

This is interesting, but Apply is going to need to show the server space a little love before people will start to seriously consider OS-X as a server target -- but they should, because they have a nice cut of developer mind share and an advantage to leverage (not that they should, but they could) with iphone/ipad web services

Yeah, seriously. I can't even imagine how I would use this in production. Super expensive Xcode + built in apache that probably can't proxy to a backend server all that easily? It's just too inflexible to be seriously considered.

I'm not sure I understand. Xcode is free with OS X. Apache on OS X is just like any other Apache, it has mod_proxy, etc.

Not to mention you can install Nginx or any number of other web servers.

Re: MacRuby releases ControlTower

#12

Does this only run on a Mac? If yes, who would want to use a Mac as a production web server?

Why not? It's easy to administer, has administrative capabilities similar to Linux and it's pretty stable. I'd rather have production Mac servers than Windows servers personally.

It also has no real support, even at the enterprise level[1]. At MacWorld 2009, the entire Mac IT speakers track agreed that their best move had been switching all of their servers to Linux, hands-down, simply because Apple isn't interested in being a serious player in the server space. If you're a small design shop, yeah, an XServe is probably going to be fine but if your needs are any more serious this is a lot of risk to take for generally more expensive servers.

[1] Simple example: 10.5.2 broke NFS permissions so non-owners could not write to files. The phone support could do nothing about this and we had two choices: wait months for the next fix, patch darwin ourselves and run with a custom kernel (i.e. completely unsupported), or use a different server. The situation's not much better on the hardware side.

Re: MacRuby releases ControlTower

#13

Does this only run on a Mac? If yes, who would want to use a Mac as a production web server?

Why not? It's easy to administer, has administrative capabilities similar to Linux and it's pretty stable. I'd rather have production Mac servers than Windows servers personally.

No package management, some services simply breaking between upgrades, the lack of a package management can turn it to be horrible to deal with needed third party software when security flaws arise if you have more than one server running.

Re: MacRuby releases ControlTower

#14
post #4

Earlier quoted context omitted.

Yeah, seriously. I can't even imagine how I would use this in production. Super expensive Xcode + built in apache that probably can't proxy to a backend server all that easily? It's just too inflexible to be seriously considered.

I'm not sure I understand. Xcode is free with OS X. Apache on OS X is just like any other Apache, it has mod_proxy, etc. Not to mention you can install Nginx or any number of other web servers.

Sorry, meant Xserve. Apache can be modified, yeah, but you'd have to edit the config file manually, bypassing the graphical interface that Mac OS X server gives you.
Post reply on HN