Questions tagged as 'multithreading'

1
answer

Android - AsyncTask and ProgressDialog

Hello, guys. I'm starting in the Mobile area recently and I'm having some issues with the user experience issue in my App. In my App, it gets a JSON from the server through a AsyncTask . Below is a well-honed class, but it basically doe...
asked by 01.06.2016 / 05:05
1
answer

How to Use Multiple Threads to Run a Faster Build on Maven

What does Maven offer in terms of parallelism to run builds ? If I run a build on a machine with more than one processor , how can I take advantage of more resources for processing? What is the expected performance improvement we ca...
asked by 27.06.2015 / 23:34
1
answer

Report Error while copying files and folders using ThreadPool

I have a Windows Form application which copies files and folders to multiple machines on the network. When the copy is not possible, the machine name is added to a list, and in the end I put it in a Listbox . The problem is that whenever...
asked by 09.01.2015 / 13:01
1
answer

Working with Entity Framework, Multithreading and SQL Server in C #

I'm using Entity Framework and Multithreading in a C# project and I'm experiencing connection problems with SQL Server . Well, I wanted to improve the speed of data searches for a grid because they are very time-consuming...
asked by 13.10.2014 / 21:14
0
answers

python thread inside thread

I have a process that needs to break into multithreads, basically it works like this: It has Phases every phase has a process queue, each process has several files to process. Type Phase1 > Fila1, Fila2, Fila3 > Fila1: Process1: File1,...
asked by 28.11.2018 / 13:38
0
answers

How can I make a switch run in parallel with another switch?

I made this code to move a character to a college job, but I wish that when I pressed the 'a', I could still walk and the ship would not be erased, just as I could press the 'a' several times and I got a lot of shots, I took a look at the pthrea...
asked by 11.07.2018 / 16:07
0
answers

File writing in multithreaded system in C #

I'm developing a system in which I find myself in the following scenario: a program needs to create a file part by piece. It receives bytes from a server and so the file is created, it should work that way because it is a design decision. The...
asked by 11.07.2018 / 05:23
0
answers

Why is my web service returning "Operation Timed Out"?

I searched exhaustively in the forum StackOverflow (and also Google) some question similar to what is happening to me, but I did not find anything. So I decided to build this issue in the hope that someone in the community could help me. Prob...
asked by 29.05.2018 / 21:39
0
answers

Assertions with timers in JMETER

Good morning everyone, I have thousands of requests and two assertions in jMETER. How much does the requests, my SQL, The structure of my thread is as follows. -I'mcurrentlysimulating5,000users.-TheHTTPserviceIamtestingisanon-screenendpoint...
asked by 10.05.2018 / 17:13
0
answers

Problem making multiprocessing between files in python

I was trying to run an application using the OpenBCI kit, in case, I used their programs in python. My objective is to analyze the data obtained by this program in real time, however, from what I realized, it only works by running at a predeterm...
asked by 08.05.2018 / 18:44