[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Ganymede Help] Date Comparision
|
| Hi Jon,
| I have made a considerable amount of changes to my schema since i
| showed it to you. Now i dont have records pointing to each other ,
| instead i have many records in a single object. This makes life much
| more easier. So thats why this approach seems right to me as i have
| only fields (no pointers) i can easily take the date they were modified
| last and compare it to the oldLastRunTime and get the results. But i
Okay, that's good to know. How are you planning on doing a full
rebuild if you only look at objects which have changed from the last
build? Is your external build script going to somehow integrate the
old DNS information from the last build with the limited amount of
information you want the builder task to write out? That could be a
more difficult problem than simply doing a full rebuild.
Could you describe in detail how you imagine the build process will
work?
| have a problem here , i always get the value of oldLastRunTime as null,
Hm. oldLastRunTime will be null the first time a builder task runs
after server start up, but it should not be null after that.
| but when i log in to the server it shows me this scheduled event and
| the date and time of its last occurence. Can you tell me why??
Again, I think it should only be null the first time your builder task
is run, and not after that. After the first build, oldLastRunTime
should always be set before builderPhase1() is called.
| Thanks for all of your help....
| Gaurav
-------------------------------------------------------------------------------
Jonathan Abbey jonabbey@arlut.utexas.edu
Applied Research Laboratories The University of Texas at Austin
Ganymede, a GPL'ed metadirectory for UNIX http://www.arlut.utexas.edu/gash2
----------------------------------------------------------------------------
To make changes to your subscription to the Ganymede Help list, send
mail to majordomo@arlut.utexas.edu.
To unsubcribe, include the line
unsubscribe ganymede-help
in the body of your mail message
Visit the Ganymede web page at http://www.arlut.utexas.edu/gash2
----------------------------------------------------------------------------
Re: [Ganymede Help] Date Comparision
- From: Jonathan Abbey <jonabbey@arlut.utexas.edu>