A novel Grid System which is Python based and Cell powered. By extending Namespace into GridSpace, any objects are accesable throughout the Grid. And the codes are distributed executed and be JIT compiled into Cell SPE instructions automatically.
Be the first to post a text review of Grid Space. Rate and review a project by clicking thumbs up or thumbs down in the right column.
The new Grid Platform has lots of major enhancements: * Now remote object accessing is supported. You could use any remote object without any limitation. For example: You could define a class Dog in node A, and get the Dog instance in node B. Code like: ###node A### class Dog: def bark(self): print "bark" GridSpace.dog_class.obj=Dog ###node B### dog=GridSpace.dog_class.obj() dog.bark() * Now object management is more complex and the performance is improved greatly. You could not only assign tags to the object. You could also assign values to tags, and query them with the complex syntax: * Now RPC layer is rewrited. You can even use one-to-many RPC calling. And XML-RPC is added into the RPC layer. and more, please discover yourself, I'm lazy:)
Create the project
Be the first person to add a text review.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?