Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
2answers
589 views

Confusion of thread synchronization problem

It makes me confused when I read the article by Zarko Gajic today: "Multithreaded Delphi Database Queries" Article URL: http://delphi.about.com/od/kbthread/a/query_threading.htm Sourecode: ...
5
votes
1answer
938 views

When synchronizing in eclipse pdt - getting a blank gray window when comparing versions of a php file

I've installed Eclipse PDT Helios SR1 GTK for 64bit Linux (Ubuntu Maverick clean install). I added the Subversive plugin for using Subversion, and installed the SVNKit 1.3.2 connector. I'm using Sun's ...
4
votes
1answer
139 views

Delphi threading: CriticalSection not being “Release'd” when using Synchronize inside its method

In my project I have a Thread which might be modiefied by the thread itself, other thread or VCL (main app). Thus I'm using TCriticalSection.Acquire / Release for every data access. Under normal ...
4
votes
1answer
61 views

How do ruby exceptions cause mutices to unlock?

Recently, I have been working with Ruby's threads, and have uncovered a slightly unexpected behaviour. In a critical section, calling raise causes the mutex to release. I could expect this of the ...
4
votes
4answers
290 views

Database handling with 2 processes

I have a an application that has 2 parts. A service which creates content. An application that uses the content Each of these run as different processes. The problem is that both of them share a ...
4
votes
1answer
4k views

When do I synchronize methods or use synchronized blocks in my methods in an Android game?

I'm looking into writing simple graphics code in Android and I've noticed some synchronized() blocks. What is the reasoning behind this and how do I know when I should be "synchronizing" my code?
4
votes
6answers
5k views

AJAX Autosave

What's the best javascript library, or plugin or extension to a library, that has implemented autosaving functionality? The specific need is to be able to 'save' a data grid. Think gmail and Google ...
3
votes
1answer
265 views

Synchronizing collection changes from server to client in WCF RIA Silverlight

We have a silverlight client using RIA Services. We have UI controls (such as a listbox) which we bind to collections on the server. We want the listbox to automatically update itself when the ...
3
votes
2answers
698 views

Is it bad form to synchronize NSUserDefaults in -(void)dealloc?

I load from NSUserDefaults in my object's init method. Can I save to NSUserDefaults in my object's dealloc method? Something exactly like: -(void)dealloc { NSUserDefaults *userDefaults = ...
3
votes
1answer
199 views

Does ruby have the Java equivalent of synchronize keyword?

Does ruby have the Java equivalent of synchronize keyword? I am using 1.9.1 and I don't quite see an elegant way to do this.
3
votes
3answers
527 views

Save Excel sheet into SQL

Excel has a Get External Data ribbon bar in the Data tab where we can choose to import tables from SQL databases. This process worked out nicely for me. But my question is, is there any way to save ...
3
votes
2answers
2k views

Synchronising multiple threads in python

I have a problem where I need x threads to wait until they have all reached a synchronization point. My solution uses the synchronise method below which is called by each threaded function when they ...
2
votes
5answers
159 views

JAVA synchronize on object

I have a BIG question for you. How to synchronize two different methods from the same class in order to lock on the same object? Here is an example: public class MyClass extends Thread implements ...
2
votes
2answers
119 views

How to keep .git folder out of a Cloned Eclipse Project

Issue After importing an Eclipse project from a cloned git repository, I make some changes and commit - and wtf? I get a ".git" folder added to the project, the whole shebang with the heads and refs ...
2
votes
1answer
61 views

Synchronize two imageview src

I must set the same image to two imageviews in my activity. The image is downloaded from internet and set to the imageview 1 asynchronously by a method that takes as parameter the url of the picture ...
2
votes
2answers
408 views

Send database data through socket connection

I have a distributed java application and I want to send the database data between two databases which are in seperate computer systems or android devices. Which is the best way to transfer tha table ...
2
votes
1answer
319 views

Sync 2 svn repositories

I have this scenario: I have an svn repository that is used by some people. Then, there is another group of people, that wants to work at the same application, but not on my svn repository. So, the ...
2
votes
1answer
1k views

Synchronize two databases with phpmyadmin - what is the 'socket' for this operation?

I want to synchronize two databases (one on my localhost and second on my server) using phpmyadmin (on my server) and I must fill in a configuration field which is named "socket". What is this?
2
votes
1answer
554 views

PHP Threads and Synchronization

I'm new to PHP, so to get started I've decided to implement a singleton. While I am able to recreate the singleton pattern in php, but I am not sure how to implement double-checked locking. Is that ...
2
votes
3answers
131 views

Strange NSUserDefaults behavior

While my iPhone app is running I store some data (NSStrings) in the NSUserDefaults. I'm storing the high score for a game just fyi. When I double-tap the home button and kill the app the values I ...
2
votes
2answers
416 views

Synchronize() hangs up the thread

I'm writing a dll library in Delphi with multiple threads created by it. Let me describe the problem step by step. I'm sorry for a lengthy description in advance :-(. Let's forget about the library ...
2
votes
1answer
110 views

Synchronize an array with javascript

I wonder if there is a way to synchronize objects/methods in JavaScript in a similar way that you do it in Java. I am developing an interface for the new WebSocket in html5 and need a way to match ...
2
votes
3answers
111 views

MySQL : delete from table that is used in the where clause

I am writing a small script to synchronize 2 MySQL tables ( t1 to be 'mirrored' to t2 ) In a step I would like to delete rows inside t2 that has been delete in t1 with the same id. I tried this ...
2
votes
2answers
421 views

How to synchronize java code

I have the next code: Process p = Runtime.getRuntime().exec(args); and I want my program to wait for the Runtime.getRuntime().exec(args); to finish cause it last 2-3sec and then to continue. ...
2
votes
1answer
364 views

How to synchronize content of one view depending on scroll position in sibling ScrollView?

I have extended LinearLayout (vertical) to create a custom compound component. This in turn contains two children: one custom view that is drawn directly onto the view canvas. one ...
2
votes
1answer
327 views

Have iTunes inform me when I programmatically sync iphone using COM

I've written an application that synchronizes calendar from Lotus Notes to the iphone (using MS Outlook as conduit) and I want to tell iTunes to push the changes onto the iphone. I can do this just ...
2
votes
2answers
1k views

When and why does NSUserDefaults' synchronize method fail?

When and why does NSUserDefaults' synchronize method fail? What is the best way to make sure that my values are actually written and commited to NSUserDefaults, so I wouldn't have any problems ...
2
votes
9answers
487 views

What application do you use to synchronize work directory with ftp directory?

I'd like to poll this question: What application do you use to synchronize the working directory at local PC and remote directory (via FTP)? I'm kind of bored of using FTP client to transfer each ...
1
vote
1answer
59 views

Synchronize multiple subscriptions in RX

Is it possible to force multiple RX subscriptions to different observables run serially (not simultaneously)? I am aware that I can use EventLoopScheduler for that, but that will degrade performance ...
1
vote
2answers
49 views

Print time from external server in bash

I'd like to know if it's possible to simply retrieve a Unix timestamp from an external server (using NTP, I suppose). I know there's ntpd, which will update the current system time to the time given ...
1
vote
3answers
92 views

Synchronized keyword and static classes in java

I was reading a threading tutorial that’s originally from (I believe) the IBM developerworks site. In it they talked about the synchronized keyword and how a synchronized block of code is locked by ...
1
vote
2answers
149 views

Implementing thread-safe arrays

I want to implement a array-liked data structure allowing multiple threads to modify/insert items simultaneously. How can I obtain it in regard to performance? I implemented a wrapper class around ...
1
vote
1answer
120 views

Problem in multi-threaded Java application - synchronized method not working as expected

I am coding a program similar to producer-consumer in java (but with the consumer only portion, with no producer thread). It looks like the critical region is being executed at the same time by ...
1
vote
3answers
91 views

Synchronizing plist across a Tab Bar Application

iOS newbie here so apologies up front for my naïveté. I have a three tab application that shares a plist for connection information (Client ID, Server Address, Port Number). In each of the view ...
1
vote
4answers
146 views

Run event handlers in another thread (without threads blocking)

I have a class Communicator that works in a background thread receiving data on a TCP port. The Communicator has an event OnDataReceived which is of a EventHandler<DataReceivedEventArgs> type. ...
1
vote
0answers
115 views

How to synchronize two scroll viewers

I have a custom WPF control to display a list of items using an ItemsControl. The ItemsPresenter is defined in the template to display the list and it is embedded inside a ScrollViewer for scrolling ...
1
vote
1answer
168 views

Synchronized NSKeyedArchiver or NSUserDefaults

I have a singleton delayed-transaction manager class, which is responsible for enqueueing and dequeueing iphone-to-app-server transactions that cannot complete due to a variety of factors (network ...
1
vote
1answer
184 views

How to sync mysql table fields with prefix

I want ask that, is there any easy way to synchronize mysql table fields? Let me extend my question: I have a mysql database driven site, and i want to use my table for more than one content ...
1
vote
0answers
56 views

Ways to synchronize write access to a file on a network share

I'm writing a program using C++ under Windows that needs to synchronize write access to a file via a local network. I was thinking to use the following approach: //Create or open it using 0 for ...
1
vote
1answer
109 views

Synchronize two Galleries

I have an activity with two galleries. I want to synchronise both galleries so when I'm moving in one gallery, I should move the other gallery to match the same item. I don't know how to accomplish ...
1
vote
0answers
471 views

Syntax for using lftp to synchronize local folder with an ftp folder?

I would like to synchronize two folders with each other. It should go two ways, always keeping the folders up to date (I use a regular cronjob). However, first I do not get the two way file transfer ...
1
vote
1answer
728 views

Enterprise Architect: how to synchronize with source code (source -> model) when its in a different absolute path in the disc?

I've made a model in Enterprise Architect using the 'reverse engineering' tool to import my Java classes into the EA model. Now I intend to keep this model up-to-date with the code as the development ...
1
vote
1answer
744 views

Auto Sync on filesave Dreamweaver CS5

I've set up the remote server so clicking on the file will download it to my local folder. After I made some changes I have to click on synchronize with server etc. Is there a way to synchronize with ...
1
vote
2answers
196 views

Synchronize local server and production server

I am doing a PHP project which is almost completed and uploaded to Production server for Client demo. Since The client is specifying some changes. I am doing that changes in my local server and ...
1
vote
6answers
306 views

How can I synchronize three threads?

My app consist of the main-process and two threads, all running concurrently and making use of three fifo-queues: The fifo-q's are Qmain, Q1 and Q2. Internally the queues each use a counter that is ...
1
vote
2answers
24 views

CMS: synchronize links to internal pages in page's content

I've made this modest CMS in PHP (and Zend Framework). The content of a page of the published website is stored in a MySQL TEXT field. When editing the content of a page, one is able to create links ...
1
vote
2answers
323 views

Change the active project in Eclipse - SVN Synchronize

When I want to synchronize (svn) a project in Eclipse, I choose 'Team - Synchronize with repository' in the project explorer. The perspective then changes to Team Synchronizing. Sometimes I need to ...
1
vote
1answer
185 views

Silverlight: How to Synchronize Audio Files Perfectly?

I'm trying to synchronize 5 audio files (mp3) each representing a musical instruments. I'm using MediaElements. I'm starting all the MediaElements at the same time and it works perfectly until I try ...
1
vote
2answers
224 views

mysql recount column in mysql based on rows in secondary table

I took over a database with two tables, lets name them entries and comments. The entries table contains a column named comment_count which holds the amount of rows with entry_id in comments ...
1
vote
3answers
1k views

Delphi - Help calling threaded dll function from another thread

I'm using Delphi 2006 and have a bit of a problem with an application I'm developing. I have a form that creates a thread which calls a function that performs a lengthy operation, lets call it ...

1 2