The fence tag has no wiki summary.
0
votes
1answer
51 views
Using QAtomicInt as memory fence
Again something about lock free...
Suppose I implement a simple array based circular FIFO of integers. The FIFO is accessed by 2 threads single producer, single consumer. The read and write indexes ...
0
votes
1answer
272 views
Redhat Cluster custome fence failed
I have created a empty shell script for fencing like following
#!/bin/bash
echo "success: myfence $2"
exit 0
I have add it in cluster.conf but when for testing i down Ethernet down i got following ...
3
votes
2answers
76 views
After an object is constructed, is a memory fence established with other threads?
Could someone validate my understanding of the memory fence established after a constructor executes. For example, suppse I have a class called Stock.
public final class Stock{
private final ...
-1
votes
1answer
3k views
How to create a geo fence and save the area from google map using php [closed]
How to create a geo fence and save the area from google map
in php.
User would be able to draw the geo fence on the google map the shape could be circle or rectangle and that area needs to be saved, ...
0
votes
1answer
72 views
glTestFenceNV always returns false with glReadPixels
I've got a setup where i render to an FBO and read back to host PBO using glReadPixels.
In order to not block the rendering thread with glMapBuffer im using FENCE_NV extension to check for status.
...
