Name

usefarmer — specifies farmer to use in farm

synopsis

                    <usefarmer 
                    [ count="INTEGER" ] 
                    [ startcount="INTEGER" ] 
                    [ startdelay="INTEGER" ]>STRING</usefarmer>
                

parent elements

                    <farm>
                

children elements

none.

attributes

nametypedescriptiondefault value
countINTEGER This attribute specifies amount of farmers to "clone". 0
startcountINTEGER This attribute specifies amount of farmers to start each time. 0
startdelayINTEGER This attribute specifies amount of time (in seconds) between each farmer start. 0

character data

name of farmer to use

description

This element asociates farmer with farm. In addition, it is possible to "clone" farmer -- that is -- to have several separate parallel farmers with identical behaviour (profile, urls).

examples

   <farm>
      <name>Bingo</name>
      <usefarmer count="2">john</usefarmer>
   </farm>