Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [geclipse-dev] Job Status

> Actually  several million instances of GridJobStatus are potentially
> created during one execution.

Looking at 
   eu.geclipse.core.jobs.GridJob.getJobStatus()  and readJobStatus()
i do not see "millions" of GridJobStatus objects being created 
for "thousands" of jobs but rather it seems to me a O(1) relationship...
each GridJob has its own private GridJobStatus copy being returned,
    new GridJobStatus() 
being called only if there is no status etc
But for sure Mariusz will enlighten me ;-)

Ariel


Back to the top