-
Since Watcher invoke doWatch inside constructor, and inside doWatch it creates a thread and will test wait_callback if waitForResponse returns.
Let's assume that thread-1 create the Watcher object …
-
### Issue Description
The calls and current implementation for Epp results in a slow down on the epp pages especially when first going to them.
Investigate how to make this more efficient by h…
-
https://github.com/apache/incubator-ponymail-foal/blob/bb4a6642506f0bb2c5a2a67570433536c3b22f66/tools/import-mbox.py#L154
According to [1], list.pop() is thread-safe, so the lock should not be need…
-
Hi,
I'm using your logger in my application. I've made some changes (modified inherited CMRESHandler class):
- the application logs a lot of messages, so I've implemented non-blocking logging (vi…
kusha updated
6 years ago
-
### Environment
* Python version: 3.11.4 (Wanted to check, if you would be able to provide support to this version as well?)
* PyKwalify version: 1.8.0
### Steps to Reproduce
1. This…
-
If we can use multi-threading to call for synonyms and examples while waiting for or `get-meaning` function to respond.
-
Hi there,
I've been running paste2 on my server and noticed it automatically uses all the cores on the server when running the partial_pairwise_align function. I looked at the function and can't se…
-
The settings we used for PoolOutputModule for RECO and AOD were done for Run 1 software. Now with these modules being the major factor for lower throughput for multi-threading we should redo the study…
-
There are quite a number of unnecessary memory allocation on hot paths that could be moved on the stack.
This really hurts in multi-threading cases when other threads allocate a lot of memory.
Ide…
-
In IterativeReconstruction.jl, `reconstruction_multiCoil` use @floops only along the slice and NR dimension https://github.com/MagneticResonanceImaging/MRIReco.jl/blob/5a8e4e14ceb21b7a42591bfd646a3042…