On 6/17/07, Cocoy Dayao <[EMAIL PROTECTED]> wrote: > oh this coherence thing is for j2ee apps. it is interesting. > > anyway i'll still be reading up on these guys and how their tech > relates to globus toolkit and such.
globus toolkit does a lot. and you have to code for it. not much different from using MPI etc. coherence provides a single image memory space for ALL apps. of course portions of that memory space which reside in local store will be faster than remote memory. however the key here is that the single shared memory image is visible to ALL apps, which may access objects in that memory via the Java Collections classes. most any Java object which is serializable, can be shared over this memory grid. it takes a lot of the hurting out of programming for the grid. _________________________________________________ Philippine Linux Users' Group (PLUG) Mailing List [email protected] (#PLUG @ irc.free.net.ph) Read the Guidelines: http://linux.org.ph/lists Searchable Archives: http://archives.free.net.ph

