Skip to content

Commit ea565f0

Browse files
committed
Reword to remove "our" when referring to watchdog
Signed-off-by: Alex Ellis (VMware) <[email protected]>
1 parent 238f95d commit ea565f0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/architecture/watchdog.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,14 @@ Technical documentation on the classic watchdog is available belong along with a
1818

1919
## of-watchdog
2020

21-
of-watchdog is our next-generation watchdog which is in incubation within our [openfaas-incubator organisation](https://github.com/openfaas-incubator).
21+
of-watchdog is the next-generation of the OpenFaaS watchdog component hosted in the [openfaas-incubator organisation](https://github.com/openfaas-incubator).
2222

2323
<a href="/architecture/watchdog-modes.png"><img src="/architecture/watchdog-modes.png"></a>
2424

2525
*Pictured: various modes for the of-watchdog component*
2626

27-
This version of the of-watchdog brings new features for high-throughput systems. The primary difference is the ability to keep a process warm between invocations. The classic watchdog forks one process per request giving the highest level of portability, but the newer version enables a mode where that same process can be re-used repeatedly to offset the latency of forking.
27+
This version of the of-watchdog brings new features for high-throughput and enables re-use of expensive resources such as database connection pools or machine-learning models. The primary difference is the ability to keep the function process warm between invocations. The classic watchdog forks one process per request giving the highest level of portability, but the newer version enables a `http` mode where that same process can be re-used repeatedly to offset the latency of forking.
2828

2929
* [Read more on the of-watchdog](https://github.com/openfaas-incubator/of-watchdog)
3030

31+
The `http` mode of the of-watchdog uses [custom templates](https://github.com/openfaas-incubator/of-watchdog#2-http-modehttp).

0 commit comments

Comments
 (0)