D
Don
Okay, here is my situation:
I have a plan that takes 3 hours to process through the ViewDrop
folder. while that is processing, the users continue to add .xml files
to the folder for processing. A large majority of the files are
identical except for the time stamp. Below is an example of one of the
..xml files.
What I am wondering is, if there ar 5 files that are the same (except
for the time stamp) that have not been processed, would there be a
problem with deleting 4 of the files and only having the 1 remaining
file process. I am assuming that this would work because all of the
update information is in the databse not the .xml file.
What I want to eliminate is processing the same plan 5 time at, lets
say, 10 minutes for each .xml (50 minutes) and only process 1 for for
10 minutes.
If this 1 file is processed, all updates that have been made to the
project will be processed correct?
- <ViewsDropData>
- <ProjectData>
- <EntProjectName>
- <![CDATA[ EMP435_21 IM MedPtD_BTI.Published
]]>
</EntProjectName>
<EntProjectID>305</EntProjectID>
</ProjectData>
<OrgGuid>projectserver</OrgGuid>
<ProjectID>336</ProjectID>
<BasePath>projectserver</BasePath>
<TimeStamp>2006-06-08T12:02:47</TimeStamp>
</ViewsDropData>
Thanks for your input.
Don
I have a plan that takes 3 hours to process through the ViewDrop
folder. while that is processing, the users continue to add .xml files
to the folder for processing. A large majority of the files are
identical except for the time stamp. Below is an example of one of the
..xml files.
What I am wondering is, if there ar 5 files that are the same (except
for the time stamp) that have not been processed, would there be a
problem with deleting 4 of the files and only having the 1 remaining
file process. I am assuming that this would work because all of the
update information is in the databse not the .xml file.
What I want to eliminate is processing the same plan 5 time at, lets
say, 10 minutes for each .xml (50 minutes) and only process 1 for for
10 minutes.
If this 1 file is processed, all updates that have been made to the
project will be processed correct?
- <ViewsDropData>
- <ProjectData>
- <EntProjectName>
- <![CDATA[ EMP435_21 IM MedPtD_BTI.Published
]]>
</EntProjectName>
<EntProjectID>305</EntProjectID>
</ProjectData>
<OrgGuid>projectserver</OrgGuid>
<ProjectID>336</ProjectID>
<BasePath>projectserver</BasePath>
<TimeStamp>2006-06-08T12:02:47</TimeStamp>
</ViewsDropData>
Thanks for your input.
Don