Tagged Questions
29
votes
4answers
715 views
C++11 multithread slow
I'm trying around on the new C++11 threads, but my simple test has abysmal multicore performance. As a simple example, this program adds up some squared random numbers.
#include <iostream>
...
0
votes
3answers
48 views
Thread safe and “Collection was mutated while being enumerated”
I have a class "Ad" where I set a static variable inside my Ad.m :
static NSDictionary *citiesDict = nil; // class variable
and in the same file I have implemented a class method that basically ...
0
votes
2answers
38 views
PC performance and stability issue in multithreaded simple benchmark. How to make each thread run on separate core? [closed]
Look at my code in this post:
How to write simple speed test app with CUDA?
This time I'm not about the CUDA, but the code of application that is in the post. The issue I want to face is that the ...
6
votes
2answers
95 views
why isnt numpy.mean multithreaded?
I've been looking for ways to easily multithread some of my simple analysis code since I had noticed numpy it was only using one core, despite the fact that it is supposed to be multithreaded.
I ...
12
votes
3answers
302 views
Degrading performance when increasing number of cores
My mac is armed with 16 cores.
System.out.println(Runtime.getRuntime().availableProcessors()); //16
I'm running the code below to see the effectiveness of utilizing my cores. The thread ...
-3
votes
0answers
53 views
C# Threads and Price [closed]
Under what circumstances it is better to use Threads and what are the trade-offs? When is it better to possibly fit everything into one thread?
I have a sort of a curiosity (doing with console and ...
0
votes
0answers
22 views
how to maintain the previous listview value whenever we move from one intent to another and coming to the same intent
package com.indusa.stockapp.stockListing;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.math.BigDecimal;
import ...
-3
votes
1answer
54 views
Check which thread is running on which CPU in linux
I'm interested in finding which thread is running on which core/CPU. My Tomcat6 is using a single CPU core 100% and all other CPUs (my server has 16 other cores idle) are not being utilized... so I'm ...
0
votes
3answers
79 views
Parallelization: bad results with threads, good results with processes. Why?
I've got a problem where the parallelization of a C program with threads doesn't really improve speed, whereas parallelization with processes actually does. I don't really understand why, so maybe ...
1
vote
2answers
88 views
How to make sure a file is loaded from disk only once by multithreads in Java
There is a file which could be access by multithreads in random order, how to make sure the file is loaded from disk only once to reduce file io costs in Java?
Thanks.
2
votes
1answer
74 views
How expensive are semaphores vs. spin locks in practice?
This question asks whether a spin lock can be improved in a way that doesn't compromise latency, but uses less CPU time. A large list of answers suggest high level language concepts in C++11, Boost, ...
7
votes
3answers
149 views
How can I measure the time of a thread in c#? [duplicate]
I want to measure the time that a C# routine needs. Because there are many other threads I only want to count the time of this one thread. In Java I can use getCurrentThreadCpuTime.
How can I do it?
0
votes
1answer
86 views
How to create 1 million processes
My goal here is to simply compare performance of creating 1 million processes vs threads (sequentially).
each process/thread does nothing, and they should only run after the current one has finished
...
0
votes
0answers
101 views
GPU vs CPU? Number of cores/threads in a GPU for program calculation acceleration?
I need some help understanding the concept of cores on a GPU vs. cores in a CPU for the purpose of doing parallel calculations.
When it comes to cores in a CPU, it seems pretty simple. I have a super ...
-1
votes
1answer
50 views
Java best way to determine the optimal number of threads [duplicate]
I am writing a crawler which have a set number of worker threads that handle web IO and process each webpage. However, I am not sure how I can find the optimal number of threads for the system. What's ...
0
votes
1answer
199 views
Performance Issues with newFixedThreadPool vs newSingleThreadExecutor
I am trying to Benchmark our Client code. So I decided I will write a multithreading program to do the benchmarking of my client code. I am trying to measure how much time (95 Percentile) below method ...
0
votes
0answers
68 views
C# FtpWebRequest in threads very slow
I have the following piece of code: Its working, but seems like every FtpWebRequest is making a connection to the ftp server, thus taking a lot of time for each file to download (800Kb file ...
1
vote
1answer
111 views
What is an efficient way to parallelize my loop in Visual C++ 2012? Which header: ppl.h, <thread>, <amp.h>, etc. to use?
I am a beginner, both in C++ programming and on Stackoverflow, and I need to make my BlackJack odds simulator, which uses 1 core and 25% of my i5 CPU, run faster - ideally 3-4 times faster.
I am ...
1
vote
1answer
119 views
lower occupancy - better performance
The following has been troubling me.
Running the same kernel with two different devices, one with compute capability 1.3 and the other with compute capability 2.0, I get better performance with more ...
3
votes
1answer
70 views
Sending high volumes of POST requests
I am in a situation in which I will be receiving multiple requests, processing the data from the requests, and then forwarding the data to another server using POST. There could possibly be thousands ...
7
votes
3answers
160 views
Different execution orders cause differences in performance of a Pthread program
This is my first post on stackoverflow and my native language is not English. Please excuse me for any inconvenience this post brings to you. Maybe it's a little long, so I am looking forward to your ...
0
votes
4answers
248 views
High CPU Utilization in java application - why?
I have a Java Application (web-based) that at times shows very high CPU Utilization (almost 90%) for several hours. Linux TOP command shows this. On application restart, the problem goes away.
So to ...
12
votes
4answers
490 views
Why is await async so slow?
I finally got VS2012 and got a simple demo up and working to check out the potential performance boost of async and await, but to my dismay it is slower! Its possible I'm doing something wrong, but ...
0
votes
1answer
85 views
Best way to implement a smooth spinner on android
I have troubles getting a smooth loading animation (without laggs/stuttering) done on android.
I am using an AsyncTask to fetch data asynchronously, but it seems the UI thread is influenced by it.
For ...
0
votes
0answers
27 views
Delay varies for different events
I have a custom control with events, and i have a set of code to be executed. I tried the code in various events such as my controls loaded event, in a dependency changed event and also in a Routed ...
0
votes
1answer
74 views
Running multiple ANTLR4 lexer/parser instances in parallel
I am using an ANTLRv4-generated parser to process a large amount of files on a machine with multiple cores. To gain some extra speed, I would like to process files in parallel.
To check if parser ...
11
votes
2answers
363 views
How java thread are heavy weight than scala / akka actors
I was just comparing the performance of scala actors vs java threads.
I was amazed to see the difference, I observed that with my system I was able to spawn maximum ~2000 threads (live at a time) ...
0
votes
0answers
262 views
live wallpaper lag on samsung s3
I have a live wallpaper that works pretty well on many devices.
However, on Samsung Galaxy S3, I have the following problem: after the user has pressed the button 'set wallpaper' in the wallpaper ...
0
votes
2answers
245 views
Indeterminate ProgressBar is making my background thread really slow
I have an app with heavy background work. To keep my UI alive (and avoid ANR) I have an indeterminate ProgressBar that I display before the background work and hide when I finish it.
This is how my ...
3
votes
1answer
119 views
OpenMP Performance impact: private directive vs. declaring variable inside for construct
Performance wise, which of the following is more efficient?
Assigning in the master thread and copying the value to all threads:
int i = 0;
#pragma omp parallel for firstprivate(i)
for( ; i < n; ...
0
votes
0answers
111 views
Java performance: why multithread is worse then no-multithread? [closed]
I wrote a program for study the performance of the multithreading in Java.
public class TestParallelo {
static int numCore = 4;
/**
* @param args the command line arguments
*/
public static void ...
4
votes
1answer
219 views
Java 7's fork/join framework does not use all available CPU power
I'm using Java's fork-join framework to deal with a CPU- intensive calculation.
I've tweaked the "sequential threshold" (used to determine whether to create subtasks or do the work) a bit, but to my ...
1
vote
1answer
76 views
WaitHandle.WaitAny allocates copy of WaitHandle[] everytime it is called
I have been noticing that the call to WaitHandle.WaitAny allocates a copy of the WaitHandle[] given to it. As can be seen in the link below or using reflector:
...
4
votes
1answer
97 views
How can I determine what core a Java thread is running on?
I want to implement a CoreLocal map, which works just like ThreadLocal, only it returns a value that is specific to the core the current thread is running on.
The reason for this is that I want to ...
1
vote
3answers
199 views
(preferably boost) lock-free array/vector/map/etc?
Considering my lack of c++ knowledge, please try to read my intent and not my poor technical question.
This is the backbone of my program ...
1
vote
2answers
65 views
How to test task performance, using multitheading?
I have some exercises, and one of them refers to concurrency. This theme is new for me, however I spent 6 hours and finally solve my problem. But my knowledge of corresponding API is poor, so I need ...
2
votes
2answers
83 views
Does multi-threading improve performance? How?
I hear everyone talking about how multi-threading can improve performance. I don't believe this, unless there is something I'm missing. If I have an array of 100 elements and traversing it takes 6 ...
0
votes
1answer
125 views
Optimizing CUDA interpolation
I have developped the following interpolation with CUDA and I am looking for a way of improving this interpolation. For some reasons, I dont want to use CUDA textures.
The other point that I have ...
1
vote
0answers
70 views
Error in android updating a seekbar using a thread, in a videoview using a video from youtube
I am going to explain the problem i have exactly, in an app i am developing for android i have an activity where i am showing a video that comes from youtube, to show that video i am using a VideoView ...
0
votes
1answer
99 views
Thread in RUNNABLE state but stack trace shows it is processing?
After taking Thread Dump on a Java Application, several Threads are seen in following state:
Thread t@384
java.lang.Thread.State: RUNNABLE
at xmlpdf.text.Word.allocateArrays(Word.java:205)
...
0
votes
0answers
199 views
Multithreading Sieve of Eratosthenes - Taking a very very long time
I am attempting to create a multi-threaded Sieve of Eratosthenes
The number of threads are set by default to 4, though they can be specified by the user as a command line argument.
I'm attempting to ...
1
vote
2answers
61 views
How to optimize number of threads per number of cores
I'm trying to get a better idea of how many threads should run on n number of cores. I know this a complicated question in which the answer depends on a number of factors, such as how much shared ...
1
vote
1answer
81 views
Replaying stored data at a fixed rate
I am working on a problem where I want to replayed data stored in a file at a specified rate.
For Eg: 25,000 records/second.
The file is in ascii format. Currently, I read each line of the file and ...
-1
votes
1answer
33 views
Deadlock Application performance implication
I understand what deadlock is however I'm looking for what types of application implication it can cause and why there is so much research gone into looking at how to avoid it.
-2
votes
2answers
123 views
java rate limit logic [closed]
I'm seeking algorithm to design multithreading application in java where each thread write data to db. I want to control the number of records written to db per second.
the application gets RPS ...
0
votes
1answer
254 views
Android parallel (simultaneous) images download
Guys help please it's important.
I need to download about 2000 images in less than 5 minutes. So I decided to make parallel image downloading.
If someone can suggest me better way to do parallel ...
1
vote
1answer
85 views
What code exactly must be put on the main thread in iOS?
Could somebody please explain to me which lines of code in particular should go on the main thread in iOS?
I have something like the following:
- ...
18
votes
2answers
428 views
Why do I have a lock here?
See the following concurrent performance analysis representing the work done by a parallel foreach:
Inside the loop each thread reads data from the DB and process it. There are no locks between ...
0
votes
1answer
42 views
Designing a timer functionality in VC++
I was implemnting some functionaliy in which i get a set of queries on database One shouldnt loose the query for a certain time lets say some 5min unless and untill the query is executed fine (this ...
0
votes
2answers
83 views
How to handle wait() notify()?
Here I have two run methods which should synchronize each other.
Poller Class:
*/
public void run() {
int seqId = 0;
while(true) {
List<KpiMessage> list = null;
try{
...




