tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

process_normal_broad.ini (373B)


      1 ; Generate a Broad Process Tree
      2 ; This generates a Tree of the form:
      3 ;
      4 ;   main
      5 ;    \_ c1
      6 ;    |   \_ c2
      7 ;    |   \_ c2
      8 ;    |   \_ c2
      9 ;    |   \_ c2
     10 ;    |   \_ c2
     11 ;    |
     12 ;    \_ c1
     13 ;    |   \_ c2
     14 ;    |   \_ c2
     15 ;    |   \_ c2
     16 ;    |   \_ c2
     17 ;    |   \_ c2
     18 ;    |
     19 ;    \_ ... 23 more times
     20 
     21 [main]
     22 children=25*c1
     23 maxtime=10
     24 
     25 [c1]
     26 children=5*c2
     27 maxtime=10
     28 
     29 [c2]
     30 maxtime=5