<!--
Windmill Configuration File
   KD 9/17/03
-->

<windmill>
   <!--
   exetype - choose executor type
             eg. rocinante/capone/lexor/nordugrid/pbs/testdrive/testgrid...
   grid - optional, specify local grid LCG, NORDUGRID, GRID3
   uses - optional, to request specific transformation or package
   implementation - optional, to request specific job type
   currentstate - optional, use only if requested by production manager
   -->
   <exetype>capone</exetype>
   <uses>8.0.5.1</uses>
   <implementation>dc2.evgen.pythia</implementation>
   <!--
   fakejobs (true=1, false=0)
   -->
   <fakejobs>0</fakejobs>
   <!--
   host - list of available jabberd hosts
          place nearest/best one first in list
   -->
   <host>atlas000.uta.edu</host>
   <host>heppc16.uta.edu</host>
   <!--
   maxjobs - maximum number of jobs to send for execution
   maxsent - maximum total number of jobs waiting for execution
   maxstarted - maximum total number of jobs currently in execution
   -->
   <maxjobs>2</maxjobs>
   <maxsent>4</maxsent>
   <maxstarted>4</maxstarted>
   <!--
   jobPolling - initial interval in secs to poll for jobsWanted
   infoPolling - interval in secs to ask for infoExecutor
   statusPolling - initial interval in secs to poll for jobStatus
   -->
   <jobPolling>30</jobPolling>
   <infoPolling>100</infoPolling>
   <statusPolling>600</statusPolling>
   <verifyPolling>600</verifyPolling>
   <!--
   choose database type (true=1, false=0)
   -->
   <fakedb>0</fakedb>
   <oracle>1</oracle>
   <mysql>0</mysql>
   <!--
   debug - flag to show raw XMPP messages
   -->
   <debug>0</debug>
   <!--
   supervisor - jabber account information
   -->
   <supervisor>
      <name>supervisor</name>
      <pass>insider</pass>
      <resource>rwg</resource>
   </supervisor>
   <!--
   executor - jabber account information
   -->
   <executor>
      <name>executor</name>
      <pass>insider</pass>
      <resource>rwg</resource>
   </executor>
</windmill>
