in reply to Re: Parallel Processing, Queueing and Scheduling
in thread Parallel Processing, Queueing and Scheduling
Users have a tool that allows them to add jobs to the database.
I didn't develop this into anything complex, but it wasn't hard to get to a usable state. And since coordination is handled in a lightly loaded database, this should scale to a very large number of machines. And it can coordinate processes that need cross-platform resources. Including human intervention!
Other solutions worth considering are standard clustering technologies like http://www.mosix.org/, and various solutions that fall under the name grid computing.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Parallel Processing, Queueing and Scheduling
by maksl (Pilgrim) on Mar 12, 2003 at 22:02 UTC |