I\'m running into kindof an annoying problem and would need some advice... Let\'s say I have a bunch of small MyObject\'s, that can construct bigger MyExtendedObject\'s. MyExtendedObject\'s are big a
We\'re developing an application which reads data from a number of external hardware devices continuously. The data rate is between 0.5MB - 10MB / sec, depending on the external hardware configuration
If I browse to an asp.net web page that has the following in the page load, how long will the thread continue to run for after I close the browser?I would assume it would just finish on its own, but I
In Windows Phone 7 / Silverlight, is the following code safe or is it a race condition? //Snippet 1 foreach(var item in list)
The msdn documentation states that a static generic Queue is thread-safe. Does this mean that the following code is thread-safe? In other words, is there a problem when a thread Enqueues an int and an
I\'m working on an RPG开发者_如何转开发 for Android, using the LunarLander API demo. I\'ve already made a game using this demo (Porcupine Assassin, check it out!) so I\'ve got a good grasp of the Canv
What is the best way to run code on a separate thread? Is it: [NSThread detachNewThreadSelector: @selector(doStuff) toTarget:self withObject:NULL];
I make a tool and provide an API for external world, but I am not sure whether it is thread safe. Because users may want t use it in multiple-thread environment. Is the开发者_运维百科re any way or too
If I have a deque or list that\'s being manipulated on different threads, can I call empty without a lock?The standard doesn\'t say anything about threads, so I know this w开发者_JAVA百科on\'t be port
Im having some trouble passing an NSNumber object to different threads. I call a function on viewDidload that loads up some objects from core data as a background process. which calls another function