Multitasking is the apparent simultaneous execution of two or more tasks by a computer.

learn more… | top users | synonyms

0
votes
1answer
43 views

C# : What Will Be The Greatest? Multiple Task or Single for One Job?

I have this code: public async virtual void Start(IPAddress ip, int port) { //Start listening proccess Listener = new TcpListener(ip, port); Listener.Start(); ...
0
votes
1answer
17 views

Difference between time shared and space shared algotitms

I just came across this term "time shared and space shared algotitms". I got not get much information about it on the web. Can anyone throw some light on these terms, specially specially space ...
2
votes
1answer
42 views

Handle tasks when activity is stopped in monodevelop

I am developing an android app using Xamarin and I am having issues using background threads. In their Multitasking demo (http://docs.xamarin.com/samples/MultiThreading) the authors create a task that ...
0
votes
3answers
29 views

viewDidAppear isn't getting called after running from the background

Method viewDidAppear is not getting called after going from the background back into my iPhone Application. Does anyone have a solution for this? I need to call a method every time my ...
0
votes
0answers
23 views

understanding OS basics: Multitasking, Multiprocessing

I know some of you may think this question as non-constructive, duplicate or want to close it, but still I want to ask it to have a better insight of the topic. I want to know about the famous ...
1
vote
1answer
30 views

Proper way/approach to play an Audio File at Background with main thread or a separate thread

I'm bit new to android but I'm good at Java J2SE. I just need to know about the proper or the best way to play an audio file in my android file at the background. According to my knowledge I may have ...
-3
votes
0answers
14 views

Vb6 multi user access My SQL database [closed]

How to tell if some user is being use the content of field MySql on vb 6, when multi user access it by Local Lan.
0
votes
0answers
31 views

iOS XMPP app running in background

I have a XMPP chat application in iOS. Right now the group chat gets disconnected as soon as the app is minimized because the socket connection is terminated. So i ve decided that i ll register the ...
0
votes
1answer
72 views

ApplicationDidEnterBackground does not fire method

I am trying to implement background task to my app. Before I implement, I wanted to give a simple example as shown below. I just put a counter and would like to see whether it counts or not. However, ...
0
votes
1answer
44 views

AVAudio background music not pausing

For the audio I'm using - (void)viewDidLoad { NSString *soundFilePath = [[NSBundle mainBundle] pathForResource: @"Music" ofType: @"m4a"]; NSURL *fileURL = [[NSURL alloc] ...
0
votes
0answers
77 views

Location Services still running after app is killed

I am seeing an issue with Location Services still being used by my app even if the app has been killed from the multitasking bar. If I go into Settings > Privacy > Location Services I notice ...
2
votes
1answer
44 views

IOS - Executing a Finite-Length Task in the Background

I am writing an IOS app which sync data. I need sync service to run when app is in background as well. So I've written this piece of code in the place where I am uploading data. - ...
0
votes
1answer
39 views

iOS generating a video in the background task

How would you go on creating a long video from images? It takes pretty long and the user will get bored to wait for it, so i'm thinking to generate the movie in background and notify the user after it ...
0
votes
1answer
61 views

Audio Queue (with high sample rate) will suffer audio cap when lock the screen

Guys: Today, I was debugging my streaming internet radio app. I use Audio Queue Service to playback the PCM buffer decoded from FFMPEG. And in order to keep playback behavior while lock the screen, ...
1
vote
1answer
34 views

Load Title ViewController When applicationDidBecomeActive:

I've created an app that has two viewcontrollers. The app opens to a title screen (general UIViewController titled 'Title') with a segue connection to the second view that is a custom class ...
1
vote
1answer
105 views

Undefined reference to virtual table, Constructor and Destructor

I'm having trouble with the constructor and destructor of some consent multitasking code I'm working on. The error I'm receiving is task.o: In function `$_4Task': ...
0
votes
4answers
126 views

Best multi-thread approach for multiple web requests

I want to create a program to crawl and check my websites for http errors and other things. I want to do this with multiple threads that should accept parameters like the url to crawl. Although I want ...
0
votes
1answer
122 views

Opening socket connection in background and allowing different controllers to read and write from the stream in Objective-C

First of all - I am newbie at iOS 6 programming. I am trying to open a socket connection to remote server when application starts, and run it in some background thread. I have a class - ...
0
votes
1answer
342 views

iOS MPMoviePlayerController playing audio in background

I have MPMoviePlayerController that should play video's audio in background and should be controlled by the multitasking play/pause controls. After updating .plist file with Required background modes ...
1
vote
1answer
53 views

Tasking on Windows and the -gnatP switch

What's the deal with the -gnatP (enable polling for asynch tasking operations) switch? I'm working on a fairly large game project using GNAT, and the documentation claims that this switch is needed ...
0
votes
1answer
184 views

Using Spring TaskExecutor

How can I use Spring TaskExecutor to execute a workflow, I have a set of modules that needs to be executed following an exact workflow with conditions for each module . The modules has to be external ...
2
votes
2answers
125 views

Dispatched Saving operations on applicationDidEnterBackground:

Apple's documentation of "App States and Multitasking" (Section "What to Do When Moving to the Background") say for saving when the app goes to background: Save user data and app state ...
0
votes
1answer
98 views

Keep android application open

On the Android Market there is an app called Sleep Timer, and it is a type of alarm clock that brings runs the alarm even though you locked your phone while on facebook. I made a type of app that ...
1
vote
2answers
147 views

.net is not starting the tasks as i order it - what is the logic of starting new tasks

After working a while noticed that, even if you spawn 1000 tasks, they don't start immediately. So basically even if i start 1000 tasks, 100 of them running and 900 of them waiting to run. So my ...
5
votes
4answers
298 views

How to make certain number of threads running all the time

Ok here my question. I want to start threads until a certain number. Lets say 100. So it will start starting threads and check continuously number of running threads. When the maximum number reached ...
0
votes
0answers
125 views

Android Custom URL Scheme - Source application

Is there a way to get the source application in Android when launched via custom URL Scheme? Our app is controlled via the browser on the device. you click a certain link, and depending on the ...
2
votes
0answers
212 views

iOS - backgroundTimeRemaining value not showing what expected

I'm trying to check the value of backgroundTimeRemaining, but I get a very large number. The value of the property is supposed to be the corresponding to 10 min aprox, and i`ve read in Apple ...
1
vote
2answers
121 views

Efficiently waiting for one or more resources to become available

Before I spend too long reinventing the wheel, I wanted to check in case there is already a class in .Net that does what I want. What I want is something a bit like a Semaphore (or perhaps even like ...
-2
votes
1answer
36 views

Application is quitting by locking the iPhone

My application is quitting by locking the iphone. I need to keep my application running when i locked screen.Can any one help.. I was calling this method - ...
0
votes
1answer
76 views

Background thread and multitasking in ios?

I am a newbie to iOS. I have a requirement where I need to fetch data from a local database and upload it to a server. This has to be done in the background when the internet connection is available. ...
3
votes
1answer
39 views

UIDevice CFDictionaryGetValue error in background

I am checking: [[UIDevice currentDevice] systemName] in applicationDidEnterBackground. It is causing a EXC_BAD_ACCESS (SIGSEGV) signal. The stack trace shows that this is occurring internally in ...
0
votes
1answer
244 views

Start Async Task without using Await in called method

Window store app that has a long running method that I need to call when the application starts up, but I don't need to wait on it to complete. I want it to run as a background task. If the go to a ...
1
vote
2answers
259 views

socket connection killed after iOS app goes to background

Iam using an iPhone app chat uses socket connection to communicate with the server. When the app is moved to background i can see that the server is able to communicate with the app for about 5 ...
0
votes
0answers
22 views

App audio no longer working after a few days in the background

My iOS app is an audio-led app. If I leave the app and leave multitasking on, I'm finding that if I return after a few days, it happily puts me back in the place in the app that I was, but all audio ...
0
votes
1answer
111 views

How to run a radio streaming in background in iOS

Im creating a radio app in iOS. Now I want to make it running in background. this one I referred. I want to know what is this "App plays audio". I give the same in plist. But it doesn't play ...
0
votes
0answers
70 views

Calling a TabBarController View methods from AppDelegate

I have an old app of mine which uses the AppDelegate states to call methods included instead in the ViewController (it is a SingleView App). Now i'm switching the same App to a new design using a ...
1
vote
1answer
172 views

How to know if Task or Void method is still running when using Async

I am trying to use async and await and my problem is that it wont wait for the background process to finish. Maybe you are wondering why don't I just run the application synchronously? I'm trying ...
1
vote
1answer
166 views

Youtube API - background play? cache?

On a desktop browser (Chrome, Safari, Firefox, etc.) you can have several tabs open and have a Youtube video cached on every tab. You can playback those videos even if you dont have internet anymore ...
0
votes
3answers
101 views

Background task in C#

public JsonResult GetScore(int StudentID = 0) { //fetch the score for the user //--Call sendReport //return the score to the calling method } public void SendReport(int StudentID = 0) { ...
1
vote
2answers
93 views

Cooperative Multitasking system

I'm trying to get around the concept of cooperative multitasking system and exactly how it works in a single threaded application. My understanding is that this is a "form of multitasking in which ...
0
votes
0answers
132 views

Using proximity sensor in the background

While the app is open, everything works 100%. But as soon as the app closes, the proximity sensor stops too. I've checked everywhere and this is all I've got. - (void)viewDidLoad { [super ...
0
votes
1answer
118 views

How to minimize an ios app [duplicate]

Possible Duplicate: Force app to close and run in background I'm creating an radio application in ios. There is a minimize button in my application. So what I want to do is when user press ...
2
votes
3answers
73 views

Queueing async Task Operations?

I have a asp.net web application, and in a form i use async process. Task.Run(async () => { foreach (ListItem item in cbListFaculties.Items) { ...
0
votes
1answer
182 views

Perl code re-engineering with multithreading for continuous Ping records generated per host

A very happy new year to all :D I have written a piece of code in perl which works fine but I am looking foreward to enhance that code exploiting features like Multithreading and process forking. ...
0
votes
0answers
36 views

How do I listen for messages from the Internet and watch for a barcode at the same time?

I have a few embedded devices in various buildings. Each one has a barcode scanner and talks to a central database. The current implementation works like this: Our application written with PhoneGap ...
1
vote
1answer
100 views

windows batch multitasking issue — code clean up

i would appreciate if some windows batch guru may be willing to help me clean my code. Ok the .bat is working, but it's messy implementation, and i'd like to make it simpler and cleaner on 2 things : ...
0
votes
1answer
105 views

Having Thread local queue's with counters

I have four threads which has its own private queue and a private'int count' member, whenever a task is produced from the program thread, it should be enqueued to a thread's queue which has minimum ...
0
votes
3answers
94 views

How do I exit a long-running function in C?

I have a situation as follows: int funcA() { /*There will call funcB*/ funcB(); } funcB() maybe last for a long time. And if I find it has been running for over 5 minutes, I want to abort ...
1
vote
1answer
282 views

iOS - Run background process while app is in suspended state

I have an application which takes characters from a web page and compares them to a UILabel in the application. What I want to do is enable the app to continue to do this even when the user has placed ...
0
votes
2answers
112 views

wxWidgets - multitasking with single thread

I have a GUI app that I am creating with wxWidgets. As part of the functionality, I have to run "tasks" simultaneously with manipulation of the GUI window. For example, I may run the code: long ...

1 2 3 4 5 11