simultaneous Questions

12

We need to transfer 15TB of data from one server to another as fast as we can. We're currently using rsync but we're only getting speeds of around 150Mb/s, when our network is capable of 900+Mb/s (...
Quintonquintuple asked 5/6, 2014 at 11:5

10

Solved

TLDR: I want to be able to run job simultaneously on multiple nodes in Jenkins pipeline. [ for example - build application x on nodes dev, test & staging nodes based on aws ] I have a large gro...
Bowleg asked 24/6, 2013 at 23:11

4

Solved

I have two functions that I want to run at the same time but I can't just let them run separately as one function contains an infinite loop while(true). And the problem with JavaScript is that if y...
Configuration asked 23/9, 2019 at 14:10

2

Solved

Can anyone tell me the python code to solve the equation: 2w + x + 4y + 3z = 5 w - 2x + 3z = 3 3w + 2x - y + z = -1 4x - 5z = -3 I have the following code but it isn't working: A2 = np.array([[...
Unasked asked 15/11, 2019 at 14:0

6

I have a static method with the following signature: public static List<ResultObjects> processRequest(RequestObject req){ // process the request object and return the results. } What happ...
Nelia asked 2/1, 2013 at 17:39

4

I have already converted user input of DNA code (A,T,G,C) into RNA code(A,U,G,C). This was fairly easy RNA_Code=DNA_Code.replace('T','U') Now the next thing I need to do is convert the RNA_Code ...
Trappings asked 1/5, 2013 at 17:10

2

Solved

Is there a way to do simultaneous substitutions with s///? For instance, if I have a string with a number of 1s, 2s, 3s, etc, and I want to substitute 1 with "tom", and 2 with "mary&...
Caffeine asked 4/9, 2018 at 3:36

1

I am writing an Apps Script(to process emails, Tasks and Calendar events) and want to deploy it as a web App. The App will run in the context of the user who runs it. The App will be used by more...

1

Solved

I know that the max number of simultaneous connections for Firebase's real-time database is ~100,000, but what about for Firestore? For example, how many users could actively listen for document c...
Harlow asked 2/3, 2018 at 19:2

4

Solved

I'm working on a python script that will be accessed via the web, so there will be multiple users trying to append to the same file at the same time. My worry is that this might cause a race condit...

3

Is is possible in PhpStorm/IntelliJ IDEA for two (or more) programmers to work on the same project simultaneously, i.e. editing the same files at the same time? Imagine something like http://collab...
Solitaire asked 3/3, 2012 at 11:33

2

Solved

I'm working on testing something for my teacher, he wants to see how the program below could possibly run faster if we simulated the simultaneous (i know it can't be perfectly simultaneous, this is...
Meseems asked 18/5, 2017 at 19:39

6

Solved

I have problem with two simultaneous AJAX requests running. I have a PHP script which is exporting data to XSLX. This operation take a lot of time, so I'm trying to show progress to the user. I'm u...
Charmion asked 28/3, 2013 at 16:0

1

Solved

we are developing an Android app which can connect to multiple heart rate sensors simultaneoulsy via Bluetooth Low Energy. We have an implementation which is working quite well, so the code is not...
Burkett asked 21/12, 2015 at 16:25

1

We have an Android device on which we would like to use the microphone in 2 app simultaneously. In fact, we have a vocal command service that is running in the background (we are using the CMU Sph...
Tightfisted asked 20/8, 2014 at 10:29

5

Solved

Let's make a small example first, that computes in R: x<- c(1,3,1,4,2) max(which(x<2)) [1] 3 Now, I would like to do this not just for one value 2, but for many values simultaneously. It...
Limerick asked 11/5, 2015 at 14:30

1

I'm writing an app using CoreBluetooth in iOS8 that detects and connects to other phones using the app. I'm trying to figure out the best way to be able to create a connection while both apps are b...

3

Solved

I'm designing a simple proof of concept for multitrack recorder. Obvious starting point is to play from file A.caf to headphones while simultaneously recording microphone input into file B.caf Th...
Starlight asked 25/8, 2011 at 2:3

2

Solved

I have a Linux process that needs to act as an SSL server (accept and service connections from other clients) but also needs to - in the same process - initiate client sessions with other SSL serve...
Lathing asked 25/12, 2014 at 18:17

3

Solved

Sometimes, a normal computer keyboard will only accept user's inputs up to a certain key simultaneously. I got a logitech keyboard that can accept up to 3-4 key presses at the same time. The comput...
Suffragette asked 3/1, 2011 at 2:44

1

Solved

I try to understand how multiple commands in a single command line in a batch file work. dir & md folder1 & rename folder1 mainfolder And other case with similar commands, but & subs...
Ritualism asked 16/8, 2014 at 19:48

1

I'm currently trying to develop a piece of software that would require to connect one bluetooth "classic" device and at least 2-3 Bluetooth Low Energy devices. And of course communicate with these ...
Longeron asked 14/10, 2013 at 8:25

1

I'm a newbie in Python programming. My question is, how to download a few files at the same time. Not file by file but simultaneously from one directory on ftp. Now I use this script but I don't k...
Blueing asked 22/4, 2013 at 6:41

1

Solved

Consider the following Python 3 code: a = [-1,-1,-1] i = 0 And now consider the following two versions of a simultaneous assignment over both a and i: Assignment version 1: a[i],i = i,i+...
Photoelasticity asked 7/5, 2013 at 1:39

1

Solved

I was googling this problem for many days but I didn't find a solution for my simple problem. I'm trying to play a video while recording sound. Recording sound works fine without the video. And th...
Unlearned asked 6/12, 2011 at 17:17

© 2022 - 2025 — McMap. All rights reserved.