> >If uploads are similar to other types of algorithms,
> >faster will be preferable to more, because multiple processors spend a
> >lot of time on cummunication of intermediate results.
>
> Sometines a few fast processors are best, sometimes lots of little
> ones are best. That's the way it is now, and should remain.
>
To the extent that I have any area of expertise, it's in the area of
distributed processing, computer communicatins, and multiprocessor
architectures. There is a very large body of research in this area.
Your statement is correct in the abstract, but in practice you start
with the fastest reasonable processor you can get. You don't use
multiple processor unless a single processor is very expensive.
For simple communications-intensive problems such as communications
switching, the power of a multiprocessing system goes up with the
log of the number of processors: for equal processors, a four-processor
system is twice as fast as a single-processor system. Different
problems have different characteristics, and the interconnection
topology can be optimized for the problem, but the algorithms get
complicated very quickly.
> >I feel that "knowledge-filled" will be superceeded by the ability to
> >access the entire knowledge base at a very high data rate.
>
> You lost me here.
>
That was a bit cryptic, wasn't it? Your post mentioned knowledge and
processing power as contributors to intelligence. I assumed from context
that you were modelling an intelligent entity as containing a processor
and
a data store, along with other stuff. My point is that the data store
can be distributed and shared via communications. If it is, the complete
body of knowledge contributes to each intelligent entity. I propose
that the size of this database is not the only factor in intelligence:
the speed at which it can be accessed is also important.
Consider: the WWW currently contains about 2 terabytes of accessible
information: so does a reasonable University library. However, I can
access the whole web rapidly. Thus the web amplifies my intelligence
more than all of the world's university libraries do.