-
if we are sending multiple requests at a time to tinyproxy, then the memory allocated for the each request is not getting released even after getting the response for the request.
and tinyproxy is no…
-
It seems that node2nix currently performs blocking requests:
```diff
diff --git a/lib/sources/NPMRegistrySource.js b/lib/sources/NPMRegistrySource.js
index 57d99be..81c627f 100644
--- a/lib/sour…
Mic92 updated
10 months ago
-
I am working on an app where I want make multiple parallel requests to a server. As some of these request require time for processing the client waits for multiple replies in parallel. In this situati…
-
When calling delete organization with [this method](https://phasetwo.io/api/delete-organization/) it takes about 2.5 seconds to delete single organization on my installation while any other operation …
-
To me it looks like the push, pushes the same layers, but does the exact job twice and concurrently?
You see the arena01 and p10000 images below, they are being done concurrently. but it is the sam…
-
Hi Friends,
My team uses `wavefront-sdk-go` via the telegraf output. We found that using the telegraf output to send metrics over http, we are limited to a single http request at a time. We knew th…
-
We seem to issue requests to AWS sequentially, and it actually takes a bit of time even on 10 node cluster, probably going to be unusable on 100 nodes. We should try instead to parallelize things as m…
-
### Feature summary
CLI option to reduce number of requests per minute
### Feature description
Add a CLI option to pass a limit of how much requests per minute Will be done to OpenAI. This will all…
-
### What happened?
I have been using the Httpclient of chroma, and if I send 500 requests in parallel, the chroma server uses the memory during these call but does not free up the memory, after the r…
-
This iterative async block of code could probably be a batch request.
```rs
for hash in uninitialized_app_data_hashes.iter() {
download_referral_from_ipfs_and_store_in_referral_store(…