Use netbook processor with laptop?

0

I don't know if this is possible or makes sense to do anyway, but I was thinking - could I somehow add my netbooks processor to another computer to act as an external core for better performance on the primary computer?

thanks!

user10580

Posted 2010-01-04T23:53:45.947

Reputation: 281

yea, what's you're suggesting is almost similar to cloud computing :) but unless you have some virtualization software else i doubt your normal app can support such complicated task. – melaos – 2010-01-05T01:03:28.110

Is there a specific task you're trying to make faster? Or is this just for general use? – Adam Luchjenbroers – 2010-01-05T02:20:15.103

@melaos - not really. That's a pretty serious simplification – MDMarra – 2010-01-05T02:35:31.003

Answers

1

In the general case, no, clustering is generally only good for running applications designed to be run on a cluster. There are issues with dividing tasks across separate nodes (latency is a non-trivial factor) that simply aren't considered in most desktop applications.

There are some tasks / applications that do implement support for this. If you've got a specific task in mind you might benefit from doing some looking around. Examples that come to mind are:

  • Aqsis - Renderman Compatible Renderer, can be distributed using Deadline (see this tutorial), or, apparently, using CUPS (yes, the print system, see this tutorial).
  • DistCC - Distributed compiler based on GCC

Both are very much limited to specific domains, but other examples probably exist if you wanted to do more research.

Is there a specific task you're trying to speed up?

Adam Luchjenbroers

Posted 2010-01-04T23:53:45.947

Reputation: 181

1

No!

Short and simple!

Even if you use a multi processor motherboard, I have seen none that support anything less than a server class (or very high end) CPU - such as Xeon or Opteron.

... The closest thing would be using it as a separate machine for programs that are capable of splitting workloads such as rendering, however the improvement of using an Atom (guessing) would be marginal.

William Hilsum

Posted 2010-01-04T23:53:45.947

Reputation: 111 572

1

Early supercomputers used parallel processing and distributed computing and to link processors together in a single machine. Using freely available tools, it is possible to do the same today using inexpensive PCs - a cluster.

more here: The "Mini-Cluster"

Molly7244

Posted 2010-01-04T23:53:45.947

Reputation:

1

In the early 90's there was the concept of a "Maths Co-Processor" that was a plug-in chip for cheap 486 SX's and that kind of era. It was a dedicated chip for doing floating point maths if I remember correctly, and the cheap SX did not have this by default. The better DX did.

That said, that was almost 20 years ago, and no such thing exists today.

Plus, a netbook's processor is hopeless at almost everything except browsing the web and chatting on facebook. I doubt you would get any additional benefit out of it even if you could link/cluster it.

Mark Henderson

Posted 2010-01-04T23:53:45.947

Reputation: 5 956