]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
'tahoe start': use import+call rather than find+spawn
authorBrian Warner <warner@lothar.com>
Wed, 27 Oct 2010 06:13:42 +0000 (23:13 -0700)
committerBrian Warner <warner@lothar.com>
Wed, 27 Oct 2010 06:13:42 +0000 (23:13 -0700)
commitac3b26ecf29c08cb6342535be10b384d1ab3cf3d
treea7a8ccbfc0adf2634f9a819408000b2c45d9a74d
parent5528af0524e4637caa5545d1f57e7b31e37495ea
'tahoe start': use import+call rather than find+spawn

This removes the need to use a locally-built (dependency) bin/twistd, and
removes a big chunk of behavior differences between unix and windows. It
also happens to resolve the "client node probably started" uncertainty.
Might help with #1190, #602, and #71.
src/allmydata/scripts/startstop_node.py