Minor cleanup, renamed mcache to memcache, added a uuid util function to get consistent and unique uuids across languages.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@921270 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
39a1a1829a
commit
5a390791d3
19 changed files with 96 additions and 48 deletions
|
|
@ -24,4 +24,4 @@ port=$1
|
|||
python_prefix=`cat $here/../python/python.prefix`
|
||||
py="$python_prefix/bin/python composite.py $port"
|
||||
|
||||
kill `ps -f | grep -v grep | grep "${py}" | awk '{ print $2 }'`
|
||||
kill `ps -ef | grep -v grep | grep "${py}" | awk '{ print $2 }'`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue