We have a ConcurrentQueue which is used to share data among 3 threads. Thread A continuously fills the queue with data. Thread B is designed to record this data to a file. Thread C is supposed to retr
I have the code to create, configure and start a video capturing session in Objective-C running without problems. I\'m porting the sample to C# and MonoTouch 4.0.3 and have a few problems, here is the
I want to allow user开发者_Python百科s on the website to queue a report (enter the request in a sql table).The queue will be processed by a windows app that will read the queue from the sql server, ru
I am working on an looping animation, as you can see here: http://bit.ly/blinkingEyes I have 2 sets animation functions, one make the eyes blink and the other to glow both of them work great independ
I\'m writing a program which needs to recursively search through a folder structure, and would like to do so in parallel with several threads.
In my Java application, several threads put data in a queue from which another thread (just one) takes objects and dispatches them.
I have a system where in I get requests via HTTP call to my PHP code(producer). This code adds the request parameters to a table in MYSQL(queue). This is then taken and processed by a java program(con
I\'m trying to write a Python 2.6 (OSX) program using mu开发者_C百科ltiprocessing, and I want to populate a Queue with more than the default of 32767 items.
i have a small issue trying to figure out how a modulo operation is being calculated. I am building up a queue, so i have a circular array.
I\'m using ASIHTTPRequest to download multiple files while the iPhone app is running in the background. I want to present a UILocalNotification when the queue finishes.