Build Distributed Object Mgmt Frameworks for J2EE
An anonymous reader writes "Many enterprise Java technology developers build their own object management infrastructures to improve application performance. However, traditional object pools encounter problems in applications that run across distributed JVMs on multiple physical machines. In this article, Zhengrong Tang presents an object management framework that uses the concept of scopes to handle distributed systems with ease."
for this? Seriously, it's Monday morning, I need something interesting to look at. This, as practical as it may be, smacks *way* too much of work!
This article takes something simple, like displaying a web page and assumes that distributing a problem across JVM's is of the same complexity.
The articles content is way too heavy for a simple site or medium site, and too naive for a high-end site.
I would have more confidence if I saw some performance #'s to back up this work.
...it would take a pretty heavy object to outweigh the expense of the pooling outlined here - JMS message traffic, etc.
But perhaps it would be handy for large documents or a connection to a database that was very slow or something like that...
The Army reading list
This reminds me of Heap Layers and others; they both try to reinvent malloc()/new().