Re: General questions about Javaspaces
Gregg Wonderly <[email protected]>
| Newsgroups | gmane.comp.java.sun.javaspaces |
|---|---|
| Message-ID | <[email protected]> |
Grace Kwok wrote: >>There are many "worker" model examples around the >>jini.org web site. What >>version of Jini are you using, and what JDK? >> > > > I downloaded the latest Jini 2.1 and jdk 1.5. Thanks. > > Also another question, is there any way to apply > priority on the tasks being taken out of the space to > be processed? (somewhat like the space acts as a > priority queue.) The only way to do this is to use a field in the Entry object to specify a priority, and to then have the application to multiple read/take operations with priority values as appropriate. My griddle.jini.org project is in an early beta stage. It is a space like service intended to make extreme use of "in space" computational assistence in entry selection. I'd be interested in any feedback anyone has. Gregg Wonderly =========================================================================== To unsubscribe, send email to [email protected] and include in the body of the message "signoff JAVASPACES-USERS". For general help, send email to [email protected] and include in the body of the message "help". To view past JAVASPACES-USERS postings, please see: http://archives.java.sun.com/archives/javaspaces-users.html