有些概念你好像还没有说清楚,比如 Off The Shelf Framework

High Load High Concurrency,Distributed Computing, 以及 Distributed Systems 等等。

一般大家都讲 A Framework for Off-The-Shelf Software Component 或者 Commercial-Off-The-Shelf Software Development Framework,或干脆,Commercial-Off-The-Shelf 即 COTS.

还有你讲的 High Load High Concurrency,我想你说的是有关操作系统和数据库所具有的逻辑上的 parallel processing 的意思的吧,但这个和 distributed computing system 是不能并列而言的。Distributed computing system 是应实质上的 parallel processing,而不是上面我说的 “逻辑上”的 parallel processing 的需要而产生的。这个实质上的 parallel processing 不仅通过 more than one CPU 来创造 multi-theading 以及 operating system kernel 的某些部件来控制 thread pool 然后上传给一些应用性 Library 或 Framework (也就是你说得那些),而且还通过 network 利用其它机器来实现。Distributed computing software components 就是 parallel processing 用来在 network 上连接这些机器而产生的。这个基础之上讲的 Concurrency,就又是另外一回事了。

这些和你说的 “。。。低层Java的开发”也不是一回事。

请您先登陆,再发跟帖!