-
Extract/Refine Co-ordinator for IO Threads and Shard threads communications
-
Hi there! Thanks for all the work you have done. Can you let me know if I am miss understanding current functionally.
```
# tweet_id = 1771523442707235083 # Top of Thread
tweet_id = 177152347601420…
-
Ensure QWATCH implementation is able to handle notifications from multiple-shards.
-
receiveSingleIteration have handleKeepAlive function. could we relealize a non-static handleKeepAlive function so that could be call in TX thread, in this way we could sleep for wait to receive messag…
-
Two reported crashes, one with 1.13 release, and another with 1.12.2:
Here is a stack trace at the time of the signal with ccl-1.13:
```
# gdb /opt/src/ccl-1.13/lx86cl64 CoreDump
GNU gdb (Ubuntu…
-
As the test case `parcompwrite` in the thread-safe-compressed-file-writing branch shows, the earlier introduced `pipe|open|fork|exec|wait` replacement of `popen` for writing compressed files through a…
-
In method ingress_thread, after invoking the ingress pipeline, the method `reset_exit()` is called:
+ https://github.com/p4lang/behavioral-model/blob/main/targets/simple_switch/simple_switch.cpp#L5…
-
During the RocksDB do checkpoint, can other threads perform read and write operations normally? Is it necessary to add locks when calling this function?
example:
thread1:
```
while(1) {
(…
-
import all threads and display them similar to the popular reddit posts
-
Something strange is happening.
I think, at last in this test, openmp threads > 1 are getting destroyed and recreated between call to integrate_four_center.
Unfortunately this completely invalid…