Earlier quoted context omitted.
>I'm still confused, is it a single multiprocessor machine I would love to watch that thing boot, haha. SO many penguins!
I apologize for the self-reply, but am I wrong here? I use mostly OpenBSD and linux only lives on servers that I don't physically see booting. I remember when I first starting using Linux, there would be one penguin for each processor core. Booting it up for the first time on a dual xeon machine and seeing 8 of them, was kindof funny in a nerdy way. Would this be different? If there are 512 cores...would it show a pe…
SeaMicro drops an atom bomb on the server industry
91–100 of 110 posts
Re: SeaMicro drops an atom bomb on the server industry
#92Earlier quoted context omitted.
>I'm still confused, is it a single multiprocessor machine I would love to watch that thing boot, haha. SO many penguins!
I apologize for the self-reply, but am I wrong here? I use mostly OpenBSD and linux only lives on servers that I don't physically see booting. I remember when I first starting using Linux, there would be one penguin for each processor core. Booting it up for the first time on a dual xeon machine and seeing 8 of them, was kindof funny in a nerdy way. Would this be different? If there are 512 cores...would it show a pe…
Re: SeaMicro drops an atom bomb on the server industry
#93OTOH, I get the impression that the bulk of the power savings are not from the CPU at all, but from virtualizing the other components. Therefore, the pressure towards ARM is much less.
And I suppose Intel wouldn't be supportive unless there was a compelling long-term reason to choose Atom.
Re: SeaMicro drops an atom bomb on the server industry
#94I hope this shakes up the VPS hosting industry, too. I'd love to see what kind of Linode or EC2 style on-demand computing these might provide.
Re: SeaMicro drops an atom bomb on the server industry
#95Earlier quoted context omitted.
ECC is a huge thing in that case. The thing about being a VPS provider is that if your hardware chokes, your customers notice, and they get pissed. Sure, if you are running some kind of web farm you set it up so that things keep running without interruption if you lose a server. But if you provide VPS hosting and you lose a server? People notice, and they will be pissed. If you are a VPS provider and you loose custom…
I've seen ECC mentioned a few times in this thread but how relevant is it really? At my old job we used both regular COTS hardware from Dell and HP and high-performance gear from SUN, often at four times the price. The latter had ECC memory and, if memory serves, shielded CPUs but I never noticed much difference in stability or performance when compared to regular hardware. If someone has some numbers on this, I'd lo…
Re: SeaMicro drops an atom bomb on the server industry
#96Re: SeaMicro drops an atom bomb on the server industry
#97a) who would likely buy these (corporates, SMEs, startups)?
b) it seems that they have increased the risk of single point of failure (e.g. 1 PSU taking down 128 nodes) what's the mitigation strategy?
c) what would an architecture on a box like this look like? Should I just be thinking of it as a cheap set of VPS nodes?
d) People keep mentioning the kind of processing these chips are good for and not so good for. Can someone be explicit about good real world uses and bad ones?
Re: SeaMicro drops an atom bomb on the server industry
#98Earlier quoted context omitted.
Hopefully it will be cheaper. $20/month might sound very cheap but for some guys (like myself) living in 3rd world countries, it's almost next to impossible.
Hey, I have a question. If I wanted to advertise to /technical/ people in your area, where would I do it? Note: I'm not really interested in business people; I want *NIX enthusiasts who are /not/ spammers, who can write English and are capable of running a Linux box that won't get compromised, and who don't need much help from me to run the thing.
I think most people there are from Luzon - the biggest island in the Philippines - has the biggest city - so it is probably more expensive there than to get someone from Cebu. http://www.mynimo.com/ is local to Cebu. Or you could try JobsDB.com OR Jobstreet.com (almost all the big companies in my place advertise in JobsDB.com and Jobstreet.com)
What sort of skills are you looking for? I know some people who can run Linux boxes.
Edit: Just contact me through my email in my profile since I am a bit busy at the moment to check HN regularly.
Re: SeaMicro drops an atom bomb on the server industry
#99Earlier quoted context omitted.
Hopefully it will be cheaper. $20/month might sound very cheap but for some guys (like myself) living in 3rd world countries, it's almost next to impossible.
If you'd like really cheap web hosting, try http://nearlyfreespeech.net . Write something in PHP, and you can use a SQLite database for free (just put a high timeout on write locking) or a MySQL database for $0.01/day or something. They don't support FastCGI, so any other language would require starting up a new runtime for each web request, which is pretty much a non-starter if you can't afford $16/mo (which is the…
Kiva / Kickstarter is very interesting. I wished I have heard of these sites right before my "busy season".
Right now, I am planning to save up so that I can get a Linode for one year.
Re: SeaMicro drops an atom bomb on the server industry
#100I worked with one of these prototype boxes. I was using it for something a bit outside their common use case: clustered ETL processing of log data. I was quite happy with the performance. In the workloads I had that needed lots of threads, I was able to use the box to spin up a lot of nodes and crunch through several hundred GB of log data very quickly. The machines were easy to work with since they felt like normal…
I'm still confused, is it a single multiprocessor machine, or is it a 'cluster' in the sense that each node has a single processor? (You used both threads and inter-process, but also implied multiple nodes...)