job scheduler

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • aravindtn
    New Member
    • Jan 2008
    • 9

    job scheduler

    hi
    i want to design a scheduler. the jobs that are to be scheduled are stored in a file. the function of the scheduler is to distribute various threads of the jobs to different systems on a network according to some criteria.
  • sicarie
    Recognized Expert Specialist
    • Nov 2006
    • 4677

    #2
    Cool.

    Was there a question in there? Did you need something from us?

    Comment

    • aravindtn
      New Member
      • Jan 2008
      • 9

      #3
      Originally posted by sicarie
      Cool.

      Was there a question in there? Did you need something from us?
      sorry.. i clicked on the submit tab by mistake before typing the whole question....
      tis is my question-
      a file is there which contains the jobs(applicatio ns) to be performed.. is there any way to extract the processes(or threads) associated with that particular application.. so that i can sent the threads over the network for distributed computing?

      Comment

      • sicarie
        Recognized Expert Specialist
        • Nov 2006
        • 4677

        #4
        Sounds like you're programming this - what language is this in?

        Comment

        • aravindtn
          New Member
          • Jan 2008
          • 9

          #5
          Originally posted by sicarie
          Sounds like you're programming this - what language is this in?
          its in perl.. is it possible to do tat?

          Comment

          • sicarie
            Recognized Expert Specialist
            • Nov 2006
            • 4677

            #6
            Yes, but seeing as how you already angered most of the people in the PERL Forum by not following the Posting Guidelines, I'm not sure where you'd go from here.

            However, if I may be so impertinent as to suggest a method of recourse here:

            Do your homework. Google this. As soon as you find an article on it, Google everything you don't know in that article. Then Google another article. Eventually, you'll get a solid idea of what you are trying to do. Then, you can try to program it. After you've tried to program it, and have code that proves you weren't just messing around trying to fake trying to program it, post again with a specific question about your code.

            If you're stuck on places to start, then Google 'scheduler' with your OS, and then 'perl tutorial'.

            Comment

            Working...