Difference between revisions of "Normalizing in a windows environment"

From Archivematica
Jump to navigation Jump to search
(Created page with ' Category:Development documentation')
 
Line 1: Line 1:
 +
[[Main Page]] > [[Development]] > [[:Category:Development documentation|Development documentation]] > Normalizing in a windows environment
 +
 +
This has not yet been implemented, and there are a number of ways to consider implementation.
 +
 +
The first and simplest, would be running an MCP client on the server, and having a task for normalizing on a windows machine. This would be a different task than that sent to a linux machine.
 +
 +
The second would be enhancing the MCP to generate the normalization commands and distribute them. This carries with it a high level of complexity. It would be beneficial to modularize the way Jobs and Tasks are created in the MCP, and how they are determined to be successful or not.
 +
 +
The third way would be to have the Transcoder interact with the windows machine, and have the Transcoder order the windows machine to perform the appropriate operation.
  
  
 
[[Category:Development documentation]]
 
[[Category:Development documentation]]

Revision as of 15:18, 7 March 2011

Main Page > Development > Development documentation > Normalizing in a windows environment

This has not yet been implemented, and there are a number of ways to consider implementation.

The first and simplest, would be running an MCP client on the server, and having a task for normalizing on a windows machine. This would be a different task than that sent to a linux machine.

The second would be enhancing the MCP to generate the normalization commands and distribute them. This carries with it a high level of complexity. It would be beneficial to modularize the way Jobs and Tasks are created in the MCP, and how they are determined to be successful or not.

The third way would be to have the Transcoder interact with the windows machine, and have the Transcoder order the windows machine to perform the appropriate operation.