© 2008 Autodesk
Autodesk Manufacturing Developer’s Camp 2010   Extending Digital Prototyping
Job Processor API – Job Processor.exe
§More information on JobProcessor.exe:
§Designed to be run constantly, like a service.  For technical reasons it cannot be a real Windows service.
§Polling the queue at a specified interval.  10 minutes by default.  1 minute is the quickest possible interval.
§Multiple Job Processors can be running on a network, allowing work to be spread out over multiple computers.
§Job Processors can be configured to handle specific Job types, allowing for specialization.
§While handling a job, JobProcessor will consume a Vault license.  No license is consumed while idle. 
§Only 1 JobProcessor.exe can be running at a time on a computer.
§
§