Show
Ignore:
Timestamp:
02/20/08 15:04:59 (10 months ago)
Author:
edsuom
Message:

Got node client connecting; working on spawning worker clients independently of node process

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • projects/AsynCluster/trunk/ndm

    r89 r124  
    3939    then 
    4040    # Starts the Python interpreter as Xinit's sole X client 
    41     exec python -c \ 
    42         "from asyncluster.ndm import main; main.GuiManager()" \ 
    43         2>/dev/null 
     41    exec python \ 
     42        -c "from asyncluster.ndm import node; node.Manager()" 2>/dev/null 
    4443 
    4544else