-
## Abstract
Currently we use gevent. It creates greenlets for the different jobs that we perform in the app. This is not a multithread or a multi process logic and performance gets hit. We need to …
-
[Vuln-Reach](https://github.com/phylum-dev/vuln-reach) is seeking Sandbox Project Entry into the OpenSSF under the Security Tools WG.
The Vuln-Reach maintainers are requesting the "one-time IP poli…
-
Taking an example...
there are 5 instances of a load-balancer running on linux machines, with 5 workers.
There are 2 HTTP services which use these load-balancer instances.
How do these load-balance…
-
Reddit uses provider-aws to primarily manage EC2 and Route53 resources. In the future we may be adopting it for interacting with various AWS managed services. The provider-aws controllers currently ma…
-
**What would you like to be added**:
During the integrity application process, I saw that the verification and notification processes (if configured) work synchronously.
[Verify](https://git…
-
**Please describe the problem you'd like to be solved**
I would like normalize.py to run in parallel on machines that have more than one processor. This is because I have large batches of files and…
-
Using `sails.config.i18n.requestLocale = request.getLocale();` is a bad idea!
It assumes that all the requests are processed serially and so, parallel requests will fail to get the correct locale!
…
-
Since the ordering of the incoming responses of parallel requests is unknown, and the table is updated when the 'reset' event is fired in the collection, it can reach inconsistent states.
We should o…
-
I wrote a program, which requests n-queries (for instance 20,000) at once to my postgres database.
When I do this with **several clients** who want to query 20,000 at once too, there is **no parall…
ghost updated
5 years ago
-
Currently the `pages` stream is an equivalent of a hand-written loop that can look something like this:
```rust
let mut request = SomeRequest::default();
loop {
let response = client.send(…