multithreading
Android code segment doesnt run without breakpoint (thread)
I have some code that will not run if I don\'t have a breakpoint. My speculation i开发者_StackOverflows that the code gets executed too quickly, and the time between me allowing a breakpoint to contin[详细]
2023-04-12 14:56 分类:问答C#| Program does nothing after thread executed
My thread should return an array-list and put it into files. My problem is that it just stops(at least that\'s how I see it).[详细]
2023-04-12 14:40 分类:问答Call to free causes the program to throw an exception
I was doing my homework when I stumbled upon the following problem. I should create a simple multi-threaded application using in C and using Windows API functions. Each thread would run a simple task,[详细]
2023-04-12 14:39 分类:问答Why does TMutex method Acquire() not lock a mutex?
So far I have this code: ****SimpleForm.h**** class TForm1 : public TForm { __published:// IDE-managed Components[详细]
2023-04-12 14:10 分类:问答Android unit tests with multiple threads
I have a problem with unit tests in Android. My object MyObject has a method start() like this : public void start() {[详细]
2023-04-12 13:56 分类:问答How does Spring handle multiple post requests?
In my application, I have a mult开发者_如何学Pythoniple file upload AJAX client. I noticed (using a stub file processing class) that Spring usually opens 6 threads at once, and the rest of the file up[详细]
2023-04-12 13:26 分类:问答ImageView doesn't change image after download
I am a beginner in developing Android applications. I am trying to load an image from an URL to an ImageView using a thread. The idea is I want to load the image without interrupting overall process.[详细]
2023-04-12 13:19 分类:问答Recognize each request thread in Servlet
Is there any way to stop new client requests to s开发者_如何学JAVAervlet until old client request finishes execution in servlet? I do not want to use the synchronized keyword, instead I would like to[详细]
2023-04-12 13:11 分类:问答Retrieving data while multi threading
I am using multithreading while loading data from the database. I am doing the following dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0),[详细]
2023-04-12 12:32 分类:问答Thread synchronization ,anyone can give me algorithm?
My task is to write a encrypted program in C. There is a source file and a target file.My program need read content from source file, encrypt them and[详细]
2023-04-12 12:22 分类:问答