Sign In/My Account | View Cart  

advertisement

AddThis Social Bookmark Button

Article:
  Integrating Xgrid into Cocoa Applications, Part 1
Subject:   Nice article.
Date:   2004-05-14 10:09:24
From:   jamesreynolds
I liked the article. I have a problem running "xgrid -job run ... &" because I want to run over 10000 jobs and if I use "-job run" instead of "-job submit" I get 10000 xgrid processes running on my computer. If I use "-job submit", it hangs alot...


How about an article on the Cocoa framework and "submitJobWithParameters", rather than an NSTask wrapper around the xgrid command?

Full Threads Oldest First

Showing messages 1 through 1 of 1.

  • Nice article.
    2004-05-14 10:16:00  drewmccormack [View]

    Can't you just run, say 100 jobs, wait until they finish, then submit another 100 etc?

    An article about submitJobWithParameters would also be nice, but in this article, I was more interested in seeing if you could write standalone Cocoa apps.

    Drew