Top "Simultaneous" questions

occurring, existing, or operating at the same time processes; concurrent processes

Speed up rsync with Simultaneous/Concurrent File Transfers?

We need to transfer 15TB of data from one server to another as fast as we can. We're currently using …

bash shell ubuntu-12.04 rsync simultaneous
Play two sounds simultaneusly

Is there a way to play two sounds at the same time? I know that SoundPlayer isn't able to do …

c# winforms audio playback simultaneous
Accepting more simultaneous keyboard inputs

Sometimes, a normal computer keyboard will only accept user's inputs up to a certain key simultaneously. I got a logitech …

keyboard user-input keyboard-events simultaneous
Single line with multiple commands using Windows batch file

I try to understand how multiple commands in a single command line in a batch file work. dir & md …

windows batch-file command-line cmd simultaneous
Python Multiple users append to the same file at the same time

I'm working on a python script that will be accessed via the web, so there will be multiple users trying …

python concurrency text-files simultaneous simultaneous-calls
Concurrent access to static methods

I have a static method with the following signature: public static List<ResultObjects> processRequest(RequestObject req){ // process the …

java methods concurrency static simultaneous
iOS: Sample code for simultaneous record and playback

I'm designing a simple proof of concept for multitrack recorder. Obvious starting point is to play from file A.caf …

ios audio record playback simultaneous
Use microphone in multiple app simultaneously in Android

We have an Android device on which we would like to use the microphone in 2 app simultaneously. In fact, we …

android microphone simultaneous
Outputting Sound to Multiple Audio Devices Simultaneously

OK, the first issue. I am trying to write a virtual soundboard that will output to multiple devices at once. …

windows audio openal simultaneous directsound
Two simultaneous AJAX requests won't run in parallel

I have problem with two simultaneous AJAX requests running. I have a PHP script which is exporting data to XSLX. …

php ajax progress-bar simultaneous