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:
jsdelfino 2010-03-10 09:34:20 +00:00
commit 5a390791d3
19 changed files with 96 additions and 48 deletions

View file

@ -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 }'`