Tell me more ×
Raspberry Pi Stack Exchange is a question and answer site for users and developers of hardware and software for Raspberry Pi. It's 100% free, no registration required.

The computing power of raspberry pi is limited and so is the access speed. I have 2 raspberry pi and was hoping I could somehow connect them together and make them work in parallel to get better and faster performance. My main usage of Ras-Pi is going to be running a local NAS, HTPC and a web-server w/ limited development. All of this to be used by my Macbook, TV and some remote access and backup. I am also planning to stream content through it. I tried to do all of it and the performance was really poor. I am looking for a way to make it faster either using these 2 raspberry pi I have or some cheap upgrades or mods.

share|improve this question

1 Answer

Split the tasks, have 1 dedicated to HTPC and hosting the NAS/SMB server; keep this as a media pi. Use the other one as the web server or hosting pi. You can split these tasks however you want. The SMB/NAS pi will obviously be limited by the speed of the USB drive connected to it.

This guy used 64 to create a 'super computer' http://hackaday.com/2012/09/12/64-rasberry-pis-turned-into-a-supercomputer/

Steps on how to do it: http://www.southampton.ac.uk/~sjc/raspberrypi/

It will teach you how to create a 2 node computer. Test it out, looks interesting!

share|improve this answer
that link is phenomenal. – kolin Jan 17 at 10:51

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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