From 2cc247e4783223e5323cdc0d330ee36997a3d4d6 Mon Sep 17 00:00:00 2001 From: Automatic website updater <> Date: Wed, 18 Mar 2026 21:35:04 +0000 Subject: [PATCH] Automatic website update --- index.html | 88 +++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 87 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index a99808e..0e36223 100644 --- a/index.html +++ b/index.html @@ -125,6 +125,10 @@ provide some benefits in specific circumstances.
&port-write-timeout-error. Both c
Check out a connection port from CACHE and call (proc port),
+returning the result. The port is returned to the cache when PROC
+returns, or closed on exception if CLOSE-CONNECTION-ON-EXCEPTION? is
+true (the default).
+
Create a connection cache for URI with up to MAX-CACHED-CONNECTIONS,
+call (proc cache), then destroy the cache and return the values
+returned by PROC.
+
Fold PROC over HTTP request/response pairs using CONNECTION-CACHE for
+connections. PROC is called as (proc request response body-port
+accumulator) and its return value becomes the new accumulator. Requests
+are sent in batches of up to BATCH-SIZE before responses are read (HTTP
+pipelining).
+
When the server closes the connection mid-batch the remaining requests +are retried on a fresh connection from the cache. +
+Create a resource pool of up to MAX-CACHED-CONNECTIONS to URI. +
+call-with-cached-connectioncall-with-connection-cachecall-with-default-io-waiterscall-with-parallelism-limitercall-with-resource-from-poolfixed-size-thread-pool?format/knotshttp-fold-requestsknots-exception-stackknots-exception?make-chunked-output-port/knotsmake-connection-cachemake-fixed-size-resource-poolmake-fixed-size-thread-poolmake-knots-exception