That's the processor I'm thinking about getting for a home server / development machine. Going for $80 as intel motherboard + dual core processor combo is a really tempting deal.

What I'm planning to do is ethernet/wifi sharing, rails development and some minor other tasks. Would this be a good choice as a platform to run XEN on? It doesn't support VT, but I'm not planning on using an OS that depends on it to run on XEN.

My question is, would this processor be capable as a light server machine to run XEN and aforementioned services. How powerful exactly are these little boys are?

If you have one, what's your experiences? If you don't, would you get this or search for some more powerful options (possibly Phenom X3?)

Thanks!

link|improve this question

72% accept rate
Not appropriate for Serverfault. Per the faq; "if you paid for that desktop hardware, and it's your personal workstation, it is unlikely that your question is appropriate for Server Fault." And "This is not a discussion board, this is a place for questions that can be answered! " – Brian De Smet Jun 11 '09 at 17:57
feedback

closed as off topic by Jeff Atwood Jun 11 '09 at 22:59

Questions on Server Fault are expected to generally relate to servers, networking, or desktop infrastructure, within the scope defined in the faq.

2 Answers

I have the Atom 330 on the Intel D945GCLF2 motherboard and I use it as the base of a home file server. I've played around with it doing other things, but at the end of the day, if you're expecting real power, get something else. If you just want to do the small development and testing you mentioned above, it's not bad for the cost.

More than the processor, I think it's most limited by the lack of ports on the D945GCLF2 and similar motherboards. If you want a huge file server, it's difficult because of only two built-in SATA ports. If you need memory for virtual machines, the single slot with a 2GB max is not that much these days. For network sharing, it only has one built in network port. All of this and only a single PCI expansion slot so you can only really give it one "boost" (extra SATA controller, extra network ports, wifi card, whatever).

I never compared it to the Phenom X3 or similar. I did compare it to regular Intel desktop processors which would have used a lot more power and ran a lot hotter and noisier and to 2 and 4 drive NAS boxes which ran much slower and had less flexibility.

link|improve this answer
feedback

This really shouldn't be on server-fault, given this is for home, but I'll try to answer a little more generically.

If you're going to be creating a server for virtual machines, the limiting factor will be memory; the more memory you have, the more machines you can run at once. Processing power is probably a secondary concern. Obviously the more virtual machines you run, the more processing power is likely to be needed, but it depends on how much stress you're going to be putting on those virtual machines. If you're doing something like testing your code on different platforms, you're most likely to be doing that on one server at a time, in which case you could probably get away with a lower powered server. If however more than one person is accessing them at the same time, or they're all interconnected, then you're going to want something higher powered.

As far as the atom processor is concerned, I have a dedicated server for personal use based on one, with 1GB memory and it hasn't felt slow or a bottleneck. Obviously for a busier site it would be completely inappropriate. For the price, it might be worth buying anyway.

link|improve this answer
Thanks for your reply, but I don't think this shouldn't be on serverfault. Home use or not, this is irrevelant info provided just for clarification if such question arises. In fact, I don't think there's a better place to ask such questions. What tasks are you performing on your atom? – Karolis T. Jun 11 '09 at 16:55
1  
The stated rule is "if you paid for it with your own money it doesn't belong on Server Fault" Until superuser.com gets up and running, that's a hard rule to enforce. The question could be relevant to commercial setting, and hopefully my answer definitely was. As far as my usage goes, I'm mostly doing http serving of static files, an instance of tomcat, running a personal copy of JIRA, IRC and personal mail. – David Pashley Jun 11 '09 at 17:14
The rule also makes no sense for a lot of IT professionals that are consultants. They pay everything with their own money, and sometimes pay for higher end systems. My servers have abotu 128gb ram now and about 30 discs..... not exactly superuser. – TomTom Mar 10 '11 at 10:16
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.