Browse Source

README edited online with Bitbucket

Spiros Ioannou 10 years ago
parent
commit
5da718cc85
1 changed files with 3 additions and 4 deletions
  1. 3 4
      README

+ 3 - 4
README

@@ -6,14 +6,14 @@ any subsequent calls. Original exit status will also be emulated.
 
 
 After cacheperiod has expired, command will be re-executed and a new result 
 After cacheperiod has expired, command will be re-executed and a new result 
 will be cached. 
 will be cached. 
-Caching depends on command and arguments executed and the 
+Cache data is tied to the command and arguments executed and the 
 path of the runcached executable. Cache results are stored in /tmp
 path of the runcached executable. Cache results are stored in /tmp
 
 
 You can use runcached to run resource-expensive commands multiple times, 
 You can use runcached to run resource-expensive commands multiple times, 
 parsing different parts of its output each time. Those commands will be
 parsing different parts of its output each time. Those commands will be
 run only once for each cacheperiod. 
 run only once for each cacheperiod. 
 
 
-Implementation is provided in 3 languages, python, C, BASH.
+Implementation is provided in 3 languages, python, C, BASH. Of course the BASH version is not really suggested but it works.
 
 
 
 
 Usage:
 Usage:
@@ -66,5 +66,4 @@ Data Type: Decimal.
 Units: QPS
 Units: QPS
 Store Value: Delta (Speed per second)
 Store Value: Delta (Speed per second)
 Show Value: As Is
 Show Value: As Is
-```
-
+```