##// END OF EJS Templates
Added .pid files to ipcluster and ipcontroller and daemon mode....
Added .pid files to ipcluster and ipcontroller and daemon mode. * The ClusterDir object now creates a /pid sub-dir for storing .pid files. * Both ipcluster and ipcontroller now create .pid files upon starting. * Both ipcluster and ipcontroller check for the existance of .pid files before starting and won't start if another instance is running. * ipcluster has a daemon mode (--daemon/--nodaemon) will daemonize the process and then write the .pid file. * Added a "ipcluster stop" subcommand which looks for a .pid file and kills the process.
Brian Granger -
r2313:d3d8ba63
Show More
Name Size Modified Last Commit Author
/ IPython / kernel
core
scripts
tests
__init__.py Loading ...
asyncclient.py Loading ...
client.py Loading ...
clientconnector.py Loading ...
clientinterfaces.py Loading ...
clusterdir.py Loading ...
codeutil.py Loading ...
configobjfactory.py Loading ...
contexts.py Loading ...
controllerservice.py Loading ...
engineconnector.py Loading ...
enginefc.py Loading ...
engineservice.py Loading ...
error.py Loading ...
fcutil.py Loading ...
ipclusterapp.py Loading ...
ipcontrollerapp.py Loading ...
ipengineapp.py Loading ...
launcher.py Loading ...
map.py Loading ...
mapper.py Loading ...
multiengine.py Loading ...
multiengineclient.py Loading ...
multienginefc.py Loading ...
newserialized.py Loading ...
parallelfunction.py Loading ...
pbconfig.py Loading ...
pbutil.py Loading ...
pendingdeferred.py Loading ...
pickleutil.py Loading ...
task.py Loading ...
taskclient.py Loading ...
taskfc.py Loading ...
twistedutil.py Loading ...
util.py Loading ...