Synchronization refers to using controls to maintain a coherent representation, either a group of processes running the same program (process synchronization), or representations of data (data synchronization).
1
vote
0answers
12 views
Python program to manipulate netflix across computers to sync video at the same time
This might be too nebulous of a question, but hear me out:
My girlfriend and I watch Netflix together during times where we are apart. We like to sync the shows we watch so that we are watching the ...
0
votes
0answers
22 views
__syncthreads_count(false) returns non zero value
In my application, I have a point where I need to count how many values of a vector are negative, so I thought to use __syncthreads_count() since I also need to synchronize the threads after that ...
0
votes
1answer
21 views
Am I incorrectly using the unnamed semaphore variable?
I'm trying to write a program in which main process allocate a shared memory and then forks 4 times. Each process then increment by 1, a integer variable in the shared memory 500 times. So the integer ...
4
votes
3answers
60 views
How does wait() get the Lock back in Java
It is an advocated paradigm that wait() should be invoked inside a while loop inside a synchronized block.
My question is how does the waiting() thread get the lock back ?
// Thread 1
...
-1
votes
0answers
19 views
Matlab: How to synchronize CPM receivers using a Data-Aided approach? [closed]
The method is based on a Viterbi algorithm. It is a Data-Aided Synchronization. The two links below are related literatures which describe the algorithm:
Decision-Directed Symbol Timing Recovery for ...
0
votes
0answers
27 views
Database sync for H2 and MySQL
I am looking for a ready H2 to MySQL syncing solution. Does anyone have any experience with this?
I am running the H2 on Android and MySQL on a Linux PC.
0
votes
0answers
99 views
Program does not enter a loop [closed]
This is the code snippet which shows the mechanism I use to delete tasks and rows from my transcoder GUI:
else if(cause == delete){
boolean wantToInterrupt = false;
synchronized(table){
...
0
votes
0answers
3 views
Synchronizing scrolling in two side-by-side trees in JFace
I'm looking to synchronize two TreeViewers in JFace.
The first step I suppose is understanding exactly what is making the scroll bars appear in the first place. When I look at the TreeViewer API I ...
0
votes
0answers
7 views
How to pass parameter to Microsoft Sync 2.1 generated Stored procedures
I am using Microsoft sync framework 2.1 version
I am trying to pass application version as parameter to all stored procedures so that i can handle data versions for multiple clients.
I am able to ...
0
votes
0answers
4 views
How to use DFS file sharing/synchronization for two standalone windows servers?
I want to synchronize folder and files in between two windows server which are in different region.
Basically both server are unaware of each other's existence. (i.e. one server is in Australia and ...
0
votes
0answers
22 views
how to sleep on the address of a variable and get waken up when the variable value is changed
It's for purpose of synchronization among two different OSes.
There is a shared memory served as the only communication channel for OS A and B, let's say Linux and BSD. Now a process in Linux would ...
1
vote
3answers
62 views
Threading/Timing in Java, what's the best for consistent results? [closed]
Okay, so I am in the process of creating a platformer game, not necessarily designed for gravity manipulation or jumps, but I need to use some sort of timing mechanism. Up until this point when ...
0
votes
1answer
29 views
How to properly apply thread synchronization in CUDA app?
Generally I was using thread synchronization very occasionally in my applications because I didn't need this functionality very often. I'm not really advanced C/C++ programmer, however I'm not a ...
0
votes
1answer
36 views
Manually trigger a @Scheduled method
I need advice on the following:
I have a @Scheduled service method which has a fixedDelay of a couple of seconds in which it does scanning of a work queue and processing of apropriate work if it ...
1
vote
1answer
21 views
JAXB and synchronization
I have a class as such:
import java.util.Vector;
import javax.xml.bind.annotation.*;
@XmlRootElement(name="task-list")
@XmlAccessorType(XmlAccessType.FIELD)
public class TaskList {
...
6
votes
3answers
55 views
A use-case for synchronized(new Object())
In a recent answer I suggested that it is possible to achieve the functionality of volatile by synchronizing on the object containing the variable we need to be volatile (asker does not have access to ...
-2
votes
0answers
23 views
Synchronizing shared memories [closed]
my situation is that I have two servers: one active and one backup. I need sync in real-time certain shared memories (boost.interprocess) every 30 seconds. I have implemented a rustic solution with ...
0
votes
1answer
41 views
Synchronize Threads triggered by ScheduledExecutorService
I have the following test project:
import java.util.concurrent.Executors;
import java.util.concurrent.Future;
import java.util.concurrent.ScheduledExecutorService;
import ...
0
votes
0answers
9 views
how to Sync sqlite database with iCloud?
I have my sqlite database. now i want syncing with icloud and enable access for all users. I read blogs saying sqlite syncing with icloud is not supported.
is there any alternate solution like ...
-1
votes
1answer
73 views
Printing Even and Odd using two Threads in Java
I tried below code. I took this piece of code from some other post which is correct as per the auther. but when i try running, it doesnt give me exact result.
This is mainly to print even and odd ...
0
votes
2answers
15 views
Transfer data from remote server database into local database daily
I have access to (to-be-developed) web service that can return data from a remote database.
The consumer for the data is a Windows/.NET application that needs to insert that data into the local ...
0
votes
0answers
17 views
How to timestamping synchronisation
I'm working on a case here where I have multiple mobile devices and a backend. To make the synchronisation possible so there are no conflicts, I'm working with data version for the moment, but it's ...
0
votes
1answer
26 views
VB.NET thread synchronization of class property
I have a question about thread synchronization in VB.NET.
Suppose you have a list object as a private class member and expose it as a read-only property as so (notice the synchronization in the Get ...
0
votes
2answers
96 views
How does the Lock statement determines the order of granting object access? [duplicate]
I require a section of the code to be run by only one thread at time (single resource lock).
the lock(object) statement in C# allows this. It doesn't however, preserve the order of requests to the ...
2
votes
2answers
65 views
Atomic wait-then-take operation on number
I have the following class:
public class AtomicLong
{
private long initial;
private long value;
public AtomicLong(long value = 0)
{
this.initial = value;
this.value = ...
1
vote
3answers
56 views
How does Java Synchronized compare locked objects?
I want to lock an object over multiple API requests such that only one request per user can enter a block of code.
Does synchronized(obj) lock based on the object's reference or its hashCode() ...
0
votes
2answers
42 views
Workflow for webapplication development without local development servers using git(hub) 1 coder + 1 webdesigner
I am a programmer and in near future I am going to work together with a web/template designer on several projects. What do you think about my development workflow setup? Do you have any optimization ...
0
votes
0answers
36 views
Spooky java error trying to get the State pattern to work
Allow me to start by sketching my project. The goal is that a user has to fill out four different time limited forms and submit his results to the server. To make sure the user follows the path I want ...
2
votes
1answer
28 views
synchronization across multiple processes in python
I have a python application that spawns a separate process to do some work (I ran into performance issues using threads due to the GIL (global interpreter lock)).
Now what's my methods in python to ...
5
votes
2answers
83 views
In a Java synchronized block, are writes visible on all fields or just the synchronized variable?
Say you have this code:
private String cachedToken;
private final Object lockObject = new Object();
....
retrieveToken(){
synchronized(lockObject){
if (cachedToken == null){
cachedToken = ...
0
votes
6answers
69 views
How can I stop two threads colliding when accessing java ArrayList?
I have two threads which both need to access an ArrayList<short[]> instance variable.
One thread is going to asynchronously add short[] items to the list via a callback when new data has ...
1
vote
1answer
23 views
What is the best practice to keep some tables in one database synchronized in other database?
I have 2 Django projects with their own databases. I want to have few models same in both databases. One app will only read those models and it cannot write new items. What is the best way to have ...
0
votes
0answers
5 views
How to Synchronize Defects between StarTeam and ALM?
can you please give me direction how to synchronize defects between StarTeam and ALM? Would really appreciate any help guide you can give as I'm new to this topic. Thank you in advance.
0
votes
3answers
33 views
Is writeHead a non blocking IO command?
I am writing a code to load a page for the client. A piece of the code is:
response.writeHead(301, {"Location": "/login/index.html"});
response.end("");
The question is if I have a slow client ...
0
votes
0answers
12 views
Synchronization between DB and mail server
I work on some project, web email client in asp.net with higlabo library (http://higlabo.codeplex.com/), something like thunderbird (for now only imap) . I have database on server where I store mails ...
-1
votes
0answers
23 views
Analog to WaitHandle.WaitAny with large number of wait handles? [duplicate]
I may need to call WaitHandle.WaitAny on a variable number of handles and although in my current implementation I do not envision having more than 64 wait handles, a user may technically specify that ...
3
votes
3answers
134 views
high frequency timing .NET [duplicate]
I'm looking to create a high frequency callback thread. Essentially I need a function to execute at a regular high frequency (up to 100Hz) interval. I realize that windows has a normal thread ...
8
votes
4answers
147 views
Is volatile read happens-before volatile write?
I try to understand why this example is a correctly synchronized program:
a - volatile
Thread1:
x=a
Thread2:
a=5
Because there are conflicting accesses (there is a write to and read of a) so in ...
4
votes
1answer
64 views
Do I need to synchronize both method and object
So I have the following list which is accessed from multiple threads:
ArrayList<String> listOfString = Collections.synchronizedList(new ArrayList<String>());
I know that when I iterate ...
2
votes
1answer
96 views
Aquire Singleton class Instance Multithread
To get the instance of the class with Singleton pattern, I want use the following function:
This is a sketch
interface
uses SyncObjs;
type
TMCriticalSection = class(TCriticalSection)
private
...
2
votes
3answers
114 views
Threads Multithreading
The question is as follows:
Three threads are started simultaneously as follows:
t1.start();
t2.start();
t3.start();
The output of the first thread(t1) should be the input to the second thread(t2) ...
2
votes
1answer
36 views
Synchronization mechanisms in distributed system
What are the distributed synchronization mechanisms? Is it the answer can be physical clock and logical clock? i need clarification. thank you.
3
votes
2answers
37 views
Several threads writing the same data on a buffer: are there consistent arguments stating that it is dangerous?
Imagine a situation in which several threads can write on a certain buffer (no restrictions on its size) and all of these constraints apply:
Before all the threads start, the buffer is initialized ...
0
votes
1answer
31 views
How to start and stop a process in a java program while waiting other method start and stops every 3 seconds
hello i have a method that i want to call every 3 seconds to doing some calculations and after that the result will going on to a new method and doing its work while the first method it stops
...
-1
votes
1answer
16 views
Accurate Triggering of Commands to Music
I'm creating a light show to be synchronized to music, looking to control with a Raspberry PI. Mains Voltage, dimming, so relays are out of the question. I'll use servos to control physical dimmers, ...
0
votes
2answers
22 views
Getting next ID as PK for table insert
I'm working on some old java code, and as part of an insert, the code makes a db call to get the last ID used in a table, then increments the ID, and uses the incremented ID as the next ID to use for ...
3
votes
1answer
41 views
FindBug says this concurrent map doesnt need synchronized
So I've recently discovered FindBug, but it's making me think I don't know what I'm doing in a couple of places. This is one of them
private Map<String, Object> map = new ...
0
votes
2answers
58 views
Java sharing an object between threads
I have a database object which stores objects in various data structures. Several threads access this database, but the database is not always up to date.
If I change the name of the object in one ...
-1
votes
0answers
19 views
Co-ordinating real-time conversation between the client and server [closed]
I'm developing a realtime client-server communication application, and I'm having some problems with timestamps.
In my app, the client submits a request to the server with a timestamp, and the server ...
0
votes
1answer
30 views
Why they always use while(true) loop for the process in process synchronization chapter?
I am reading the textbook Operating Systems Concepts by Abraham Silberschatz et al. I found that whey almost use while(TRUE) loop for all the processes that need to be synchronized in the the chapter ...



