Re: New PAGG patch for 2.6.10, new functionality
| Newsgroups | gmane.linux.process-aggregates |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Jan 13, 2005 at 08:44:43AM -0600, Erik Jacobson wrote: > I copied linux-2.6.10-pagg.patch-3 to the ftp site just now. This > implements what you requested. > > http://oss.sgi.com/projects/pagg/ > Click 'Download' on the left. > > Thanks! Eric, I've noticed one minor issue with the implementation for skipping pagg associations during pagg_init. If the register function finds that a task was taken off the task list during registration it traverses the list from the beginning. Tasks that were skipped would therefore be looked at again. Still, it's not a big issue. I suppose clients should be able to handle looking at skipped tasks a few times. Thanks, -- Kingsley