The synchronize tag has no wiki summary.
1
vote
0answers
13 views
Objective-C atomic operations/locking access to myLocation property in Google Maps iOS SDK
This is partly a question regarding the Google Maps SDK in iOS, though perhaps mostly a question about atomic operations in Objective-C.
In my app, I wish to draw a GMSPolyline on a map between the ...
0
votes
2answers
46 views
Best way to synchronize cache data between two servers
Want to synchronize the cache data between two servers. Both database is sharing the same database, but for better execution data i have cached the data into Hash Map at startup.
Thus want to ...
0
votes
0answers
6 views
B/S how to synchronize data between multiclients
I'm using B/S structure to develop a web game, and I'm facing a problem that when a client do something, for example, client A answer a question and it shows in the page, and B is playing the game ...
0
votes
0answers
16 views
Native program to check webserver database (periodically) for updates and update local file/database
I am in the planning phase of getting an application developed to run on a PC that will:
Check a specific web server/ website for updates and update a file or database on the local machine
based on ...
0
votes
0answers
18 views
How to synchronize SVG animation file with audio file?
I have an SVG animation file, and I want to synchronize it with audio file (wav), any suggestions or tools to do this? and I'm using Java to generate SVG file.
any help or ideas ?
Thank you.
6
votes
5answers
105 views
synchronise on non-final object
private volatile Object obj = new MyObject();
void foo()
{
synchronized(obj)
{
obj.doWork();
}
}
void bar()
{
synchronized(obj)
{
obj.doWork();
obj = new MyObject(); // ...
2
votes
1answer
59 views
synchronize wpf dispatcher.invoke from multiple background threads
Do I need to synchronize calls to the Dispatcher.Invoke if accessing from multiple background threads?
I know the Dispatcher.BeginInvoke automatically synchronizes calls for silverlight app ...
0
votes
1answer
37 views
Java wait and notifyAll: IllegalMonitorStateException
I am Java newbie (and RoR developer).
I have a simple program.
Ball is shared amont players. Ball should be passed to random Player.
Ok here goes the code:
class Ball {
private int ...
0
votes
0answers
16 views
Sequence merging between two semi-synchronized lists
I am facing an interesting problem and I wanted to see if anyone else tackled this situation before I spend days theorizing.
I have 2 systems. The first system maintains a sorted list of data. Lets ...
1
vote
1answer
61 views
How to implement a multiquestion poll thread in Java for multiple users?
I have a question regarding Java threading. This is my scenario:
2 different people will receive a multiquestion poll in their mobile phones.
When the questions is sent, the server stays in a wait() ...
0
votes
2answers
26 views
Modify a HTML5 page without a server side page
I have a editable html5 page and I store new elements in localStorage.
I want to synchronize my page with the server.
I want to know if I can do it without a server side script or if there is some ...
0
votes
2answers
40 views
command to synchronize two .bat from vbs
I have two bat which are running and I have to wait that "job.bat" is ended off before run "another.bat" because "another.bat" is using a file which comes from "job.bat". Please How to synchronize ...
0
votes
1answer
129 views
refresh fragment view after getting synch service
I have a synch service that runs at certain interval and updates the client side according to server data. Now if user does any changes to server data like removing a item from listview then that ...
0
votes
1answer
63 views
How to synchronize Model and View Model bidirectional in MVVM?
It's a simple question and I searched the Internet for hours without success...
I have a model and a view model with one property. To make this property viewable in the view, I use a ...
3
votes
1answer
65 views
Link multiple DataTables to the same DB table
I'm writing an application in C# in which two or more users on different computers have a DataTable filled from the same table in a SQLite database shared over a network. I would like the datatable of ...
0
votes
0answers
48 views
Synchronous call in Google Chrome extension
I'm working on Google Chrome extension, which has to block/redirect some outgoing requests. For this purpose, I use chrome.webRequest.onBeforeRequest listener.
To decide, whether to block request or ...
0
votes
0answers
19 views
Synchronizing dictionaries between Firefox, Thunderbird and Libreoffice
I am currently trying to synchronize my dictionaries, mainly between Firefox, Thunderbird and Libreoffice. - I was successful on syncing Thunderbird and Firefox, since they use the same format, I just ...
5
votes
1answer
90 views
When does algorithms for manipulating random access lists is applied?
In RandomAccess marker interface description it is written :
* <p>The best algorithms for manipulating random access lists (such as
* <tt>ArrayList</tt>) can produce quadratic ...
0
votes
0answers
15 views
Synchronize two list: merge, conflicts and reconciliation
I have two tree structures (there is no limit about the deep of a node but realistically you'll have at most 3-4 levels) and I would synchronize them.
Both trees can be changed (remove an item, add a ...
0
votes
0answers
36 views
synchronized selects in Ruby on Rails
I need to synchronize two selects, something like when I have a country select and I want to show the states for the country selected in the last select tag, so my case is the following: (its in ...
0
votes
1answer
73 views
synchronize run methods vbscript
I have a problem. I need to throw some synchronized commands in vbscript (one Run method, Delete one and moveFile one) in every cycle to my loop. I don't know how I do it.
My code is that:
Public ...
0
votes
1answer
301 views
Synchronizing two pthreads using mutex in C
Need help with synchronizing two threads with mutex. Iam new to C and mutexes and Im not sure what to do here. The code has two threads that counts to ten and prints out each number, but is not synch, ...
1
vote
1answer
57 views
Synchronize two classes that working in parallel
Hello I'm creating a program which reads and writes to serial port. At the beginning of the program I'm calling the classes ReadSerialPort , WriteSerialPort and JWakeup .
My problem is : While I'm ...
2
votes
1answer
95 views
Multiple monitor synchronization using java thread
I am writing a tiny application (something a bit bigger than "HelloWorld"). The task is to create a single producer and several consumers. The producer generates integeres and puts them in a dynamic ...
3
votes
2answers
522 views
Eclipse Git Synchronize does not display changes
No matter what I do, Eclipse (EGit) doesn't display the changes. I've searched a lot for this issue, but cannot solve it. A friend of mine has the same issue. In the past everything worked fine, but ...
0
votes
0answers
11 views
synchronize multiple directories to single directory
I need to synchronize a specific file type (*.xyz) across multiple directories to a single directory so that unchanged files are bypassed, new files are added, removed files are deleted.
Every synch ...
0
votes
0answers
82 views
protobuf-net collection in collection
We are using protobuf-net over a bus, to sync objects. It is working fine for objects in collections. We listen to CollectionChanged events and the complete objects are being synchronized and ...
1
vote
2answers
71 views
How to update mysql tables between computers
I'm working on a group project where we all have a mysql database working on a local machine. The table mainly has filenames and stats used for image processing. We all will run some processing, which ...
0
votes
1answer
141 views
How to make two listviews scroll synchronously with one another in c#
I have listview1 and listview2, and want to make it so that when one is scrolled, the other also scrolls synchronously. How can I do this?
2
votes
3answers
298 views
Hashtable: why is get method synchronized?
I known a Hashtable is synchronized, but why its get() method is synchronized?
Is it only a read method?
0
votes
1answer
36 views
Synchronize brushes across different objects
I enhanced the original implementation of parallel coordinates https://github.com/syntagmatic/parallel-coordinates. The current visualisation looks like this ...
0
votes
0answers
124 views
does Android System time get updated according to GPS time?
I've been looking in the android code to see if the Android System Time is synchronized to the GPS time and I couldn't find anything.
when I flashed android into my device the first time, I saw the ...
0
votes
1answer
78 views
QT - How to synchronize data between two widgets?
I have a QT program with a custom widget that I'm implementing. This widget is an Hexeditor, and it's already functional.
But now I want to put on the window another instance of the same Hexeditor, ...
0
votes
2answers
93 views
Git Repository bloat caused by remote update and push
I was looking at a method to push changes to a backup server in a scripted fashion. The initial attempts were geared towards a redundant check. The source server pushed its changes to the remote ...
0
votes
0answers
27 views
What's the mechanism of google docs synchronization?
Does anyone have knowledge about how the operations in the google docs are synchronized at different clients, especially how it happens in the server?
2
votes
0answers
192 views
AccessViolation with TThread.Synchronize and DLLs
I'm using the WorkerThread from DelphiPraxis with Delphi XE2.
http://www.delphipraxis.net/93835-workerthread-der-diener-im-hintergrund.html
In my JobThread, I'm loading a DLL, which does some waiting ...
0
votes
2answers
47 views
Exchanger : JVM never stops
public static void main(String[] args) throws Exception {
final Exchanger<String> exchanger = new Exchanger<String>();
new Thread(new Runnable() {
@Override
public ...
1
vote
1answer
214 views
synchronizing device memory access with host thread
Is it possible for a CUDA kernel to synchronize writes to device-mapped memory without any host-side invocation (e.g., of cudaDeviceSynchronize)? When I run the following program, it doesn't seem that ...
4
votes
1answer
365 views
Understanding TCriticalSection and Synchronize
I would like to confirm here if I understood correctly how TCriticalSection and Synchronize operate.
As far as I know right now Synchronize uses SendMessage (update: or at least used it in older VCL ...
0
votes
1answer
72 views
Two functions synchronously run in jquery
I wrote a script that simulates a crossfade of images and causes a change of text. This is the code now:
var teller = 0;
var html = new Array();
var link = new Array();
html[0] = "Some text";
link[0] ...
1
vote
2answers
98 views
Java: Synchronizing socket input
My first attempt at writing a client for a php socket server and I'm running into a little trouble and I'm sort of being flooded with info!
With the server, we want an open connection, I want my ...
1
vote
0answers
127 views
Best practices for syncing two sql servers, one remote, one local [closed]
I am looking to improve on my current solution. Right now I have a sql server 2005 on windows sbs 2003. I have a remote server which is sql server 2008. I use a ms access front end app to connect ...
0
votes
4answers
103 views
Am I properly implementing Java's synchronized construct?
I'm kind of confused about how to implement synchronized blocks in Java.
Here is an example situation:
public class SlotWheel extends Thread implements ActionListener
{
private int currentTick; // ...
4
votes
3answers
135 views
Synchronize threads access to fixed size queue by threads order
I was asked the following question in an interview:
There is a fixed size queue of tasks. Threads want to enqueue task. If the queue is full they should wait. The threads order should remain: if ...
1
vote
1answer
227 views
Java play 2 byte buffers at the same time with SourceDataLine
I'm trying to write 2 different buffers (buffer A and B) multithreaded with SourceDataLine to play the sounds at the same time. But it keeps switching between buffer A and buffer B, do I need to merge ...
0
votes
0answers
62 views
Does anyone have any idea on synchronize android database with MSSQL server?
I want to make a solution so that I can synchronize the database (SQLite is better) on android and MSSQL server. Does anyone have any idea how to perform this task? I tried to Google it before asking ...
0
votes
1answer
130 views
synchronize multiple map reduce jobs in hadoop
I have a use case where multiple jobs can run at the same time. The output of all the jobs will have to merged with a common master file in HDFS(containing key value pairs) that has no duplicates. I'm ...
2
votes
0answers
69 views
SyncOrchestrator InvalidComObjectException
I'm trying to work with Microsofts SyncOrchestrator, but I can't get it worked. Does someone has experience with it and is willing to help me with it?
using Microsoft.Synchronization;
using ...
0
votes
1answer
115 views
Database and tools for synchronize data between embedded computers in “real time”
I have 3 Beagleboards that needs to share data between each other as fast as possible. They are running debian (with a real time kernel) and are connected to each other via wlan.
All beagleboards ...
1
vote
1answer
663 views
C# SynchronizingObject and Timer.Timer thread
Hi i am trying to make the Elapsed event of the Timer.Timer class fire on my main thread.
I am restricted to VS 2008, .net 3.5...
In this post:
Do C# Timers elapse on a separate thread?
it is stated ...

