Commit message Age Author Refs
r2315:d79ca54d
Fixing a few small things on Windows. * No os.environ['USER']. * get_home_dir() now first looks at %HOMESHARE% to get a UNC shared path if it exists. * Minor fixes for setupbase.py.
bgranger
0
r2314:7436d441
More work on the kernel.
Brian Granger
0
r2313:d3d8ba63
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
0
r2312:fff2b380
Parallel magics (%result, %px, %autopx) are fixed. * They are now a proper extension using Components and the extension API. * The are loaded by the cluster profile.
Brian Granger
0
r2311:376bb47f
Work on updating parallel magic.
Brian Granger
0
r2310:260a79d8
Work on default config files and docstrings. * Updated and documentated all the default config files. * Updated docstrings in launcher.py and clientconnector.py.
Brian Granger
0
r2309:c0502c6e
Work on engine/client reconnect logic.
Brian Granger
0
r2308:dd899bf7
Changed the INT then KILL delay to 2 s to be a little more friendly.
Brian Granger
0
r2307:d66d4761
Added a log retrieval interface to Cluster.
Brian Granger
0
r2306:cc803e0b
Most of the new ipcluster is now working, including a nice client.
Brian Granger
0
< 1 .. 2646 2647 2648 2649 2650 .. 2879 >