synchronization
Edited dataset do not update the database and return a concurrency violation error (C#)
I am synchronizing data from different tables (about 20 tables) from Sybase database which I access through ODBC and a SQL Server (my main database for this project).[详细]
2023-04-04 07:09 分类:问答PHP synchronization
I\'m unsure of the best solution for this but this is what I\'ve done. I\'m using PHP to look into a directory that contains zip files.[详细]
2023-04-04 05:16 分类:问答How can I make sure a threadpool is finished?
The setup: I am in the process of changing the way a program works under the hood. In the current version works like this:[详细]
2023-04-04 02:48 分类:问答Synchronization problem
public class PingPong implements Runnable { synchronized void hit(long n) { for (int i = 1; i < 3; i++)[详细]
2023-04-03 20:30 分类:问答Synchronizing with the Olson TZ database
I\'m designing a calendar application I figured out that to work correctly with at least future events, I need the data in the Olson db.[详细]
2023-04-03 18:48 分类:问答Objective C equivalent of intern() in java
I got to implement some synchronization algorithms depending on strings. I mean two threads have to be synchronized and the pair of threads both depend on a string value (one pair of threads for Strin[详细]
2023-04-03 16:44 分类:问答SQL Server 2008 R2 METADATA cleanup issue
We use SQL Server 2008 R2 as our database and we use that to SYNC data in different locations. We can set the interval to 开发者_高级运维expire the subscription. But this subscription is expiring befo[详细]
2023-04-03 16:39 分类:问答Sync local and server time
I am working with espresso for Mac, and I\'ve found that I may have a problem with publishing tools. My server is located at the USA, but I, and my computer, are located in Spain. So when I modify a[详细]
2023-04-03 15:15 分类:问答Simple Java code allow single thread access and other threads to skip/move on
In others words I don\'t want a thread to wait if it cannot access the lock (as in synchonization), I want to thread execution to simply return immediately at that point if it cannot obtain the lock.[详细]
2023-04-03 13:44 分类:问答WaitForMultipleObjects vs CRITICAL_SECTION
What I understand is that both WaitForMultipleObjects and CRITICAL_SECTION are meant to wait for threads to complete. And both of them being described as process and thr开发者_开发技巧ead synchronizat[详细]
2023-04-03 13:40 分类:问答