Re: JavaSpace Problems
Gregg Wonderly <[email protected]>
| Newsgroups | gmane.comp.java.sun.javaspaces |
|---|---|
| Message-ID | <[email protected]> |
Robert Daley wrote: > I'm in the process of setting up a machine separate from the > cluster for hosting the JavaSpace so that I can find out exactly what > is causing this, and how to work around it. > Any suggestions at this point would be welcome. Are you using a pool/counter to manage started jobs? You should, and set an upper limit which when reached will through an exception indicating that the job can't be started. This should keep too many jobs from starting. If the controlling factor goes beyond count, then you might put in some monitoring access to those factors, and then access those factors before starting a job to 'count' the appropriate things. Also, you could also include monitors/barriers that must be passed which take 'the size of things' into account so that jobs which are producing output of some large amount are throttled based on that output rate. 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 JDC members can download the JavaSpaces(tm) Technology from: http://developer.java.sun.com/developer/products/jini/