Tagged Questions
The simultaneous tag has no wiki summary.
10
votes
3answers
510 views
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 this.
I can't use SoundEffect as I believe it's only part of XNA.
The two required sounds will be called ...
8
votes
6answers
4k views
Parallel HTTP requests in PHP using PECL HTTP classes [Answer: HttpRequestPool class]
The HttpRequestPool class provides a solution. Many thanks to those who pointed this out.
A brief tutorial can be found at: http://www.phptutorial.info/?HttpRequestPool-construct
Problem
I'd ...
7
votes
4answers
201 views
How does a wiki handle multiple simultaneous edits?
This has always lingered in the back of my mind, so I figure I might as well go ahead and ask.
How does a wiki handle multiple edits on the same content?
Here's a simplistic example of what I'm ...
7
votes
3answers
662 views
Can we run two simultaneous non-nested loops in Perl?
Part of my code goes like this:
while(1){
my $winmm = new Win32::MediaPlayer;
$winmm->load('1.mp3'); $winmm->play; $winmm->volume(100);
Do Some Stuff;
last ...
6
votes
3answers
192 views
Developing on both Windows & Linux machines simultaneously
Sorry for the bad title (couldn't think of a better way to describe it)
I have a windows machine which I do development on. However, I have a new project which needs to interact with a linux system ...
4
votes
2answers
203 views
simultaneous assignment in GO
I'm learning Go and can't understand one thing, why creators of this language do support simultaneous assignment? It is very easy to make mistakes like a, b = a, b and not a, b = b, a, as I would ...
3
votes
2answers
168 views
Best Practice For High Load File I/O?
What is your recommended best practice for a LAMP server with sort of a high simultaneous load and I need to handle file I/O without getting too hung on a file lock?
I mean, let's say I want to have ...
3
votes
5answers
472 views
What socket-based model should I use for many simultaneous connections?
I need to know what socket-based model is the best for servers with many simultaneous connections, exactly as in an MMORPG server.
I've read about c10k, but what should I use, if for example my ...
3
votes
3answers
349 views
Prevent simultaneous transactions in a web application
We have a web application (it is a game) with lots of various forms and elements which act as buttons and trigger some actions on server. The problem is that users can sometimes confuse our ...
2
votes
2answers
116 views
perform multiple for loops simultaneously
Is it possible to perform multiple loops simultaneously in python.
Like(syntax error, of course):
for a,b in list_of_a,list_of_b:
//do some thing
By simultaneously, I am not meaning the ...
2
votes
2answers
758 views
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 to headphones while simultaneously recording microphone input into file B.caf
This ...
2
votes
2answers
28 views
Oracle 10g: What's a good, academic approach to keeping a record from being updated consecutive times?
We have a table called Contracts. These contract records are created by users on an external site and must be approved or rejected by staff on an internal site. When a contract is rejected, it's ...
2
votes
5answers
211 views
Simultaneous access to a Java synchronized block using threads?
How can two threads access a synchronized block simultaneously? That is, how can I make one thread give the chance for the other thread to execute a synchronized block, even before this thread ...
2
votes
1answer
1k views
Android simultaneous db operations — “database is locked”
I'm writing an application with an "online mode", that is, data is downloaded, parsed and inserted into a SQLite database as needed. All this is performed by a service. The app consists of several ...
2
votes
3answers
332 views
Parsing XML in another Thread / simultaneously
I have got an application, that is getting data via XML-files. During the parsing-part the data is written/inserted to the local sqlite3-database on the device.
So, if the data is syncronized, there ...
1
vote
1answer
51 views
Separate onTouchListeners for a view and its parent
I have a ListView in Android and I would like to have onTouchListeners for the row views and the parent ListView itself. I'd like to respond to single taps and long presses on the rows individually, ...
1
vote
1answer
29 views
AWT and Swing component together, simultaneous display?
I have to use both AWT and Swing component in my application. At displaying the AWT first appear on the screen then come the Swing component (with LAF style)
Is it possible that and make them appear ...
1
vote
3answers
97 views
How can i print two functions at the same time in C?
Im doing a game in C on console application and i need to print a timer while the user play the game at the same time, I dont know how to program that well, actually i just start using this compiler ...
1
vote
2answers
89 views
Pan and 2 Finger Pinch simultaneous iOS -at the same time-
2 Gesture recognizer:
UIPinchGestureRecognizer *twoFingerPinch =
[[UIPinchGestureRecognizer alloc] initWithTarget:self action:@selector(handlePinch:)];
[croppper ...
1
vote
1answer
100 views
Simultaneously display output from both cameras on screen in iOS5
iPhone 4 AVFoundation : Capture from front and rear cameras simultaneously
A little research shows this was not possible using iOS 4.2.1
Can anyone confirm whether this feature is now possible in ...
1
vote
1answer
94 views
How do I make a form that can log into two places at the same time?
How do I make a form that can log into two places simultaneously?
http://img577.imageshack.us/img577/3127/calendarlogin.jpg
http://img94.imageshack.us/img94/1567/joomlalogin.jpg
These two login ...
1
vote
2answers
197 views
Using multiple simultaneous tests using Selenium IDE
I have written a simple test for my website. The test simply search for a word in my search page and waits for results.
What I need is to run the same test 40 times simultaneously to mimic a ...
1
vote
2answers
352 views
PostgreSQL increment values of rows in a table
I'm currently PHP building a script that has to update statistics when it finishes it's purpose. The script is accessed by web browser and depending on the traffic it may be executed simultaneously. I ...
1
vote
1answer
308 views
Simultaneous calls to WCFService hosted in Azure fails
I have a WCFService hosted in Microsoft Azure Cloud Services. The client machine can successfully make calls to the WCFServices one at a time. When I run tests with my client machine to simultaneously ...
1
vote
1answer
682 views
Observing keydown events in JavaScript when two keys are pressed simultaneously
I'm developing a browser game using JavaScript where the player can move an avatar in all four directions.
In order to register simultaneous key presses I observe the keydown and keyup events and ...
1
vote
0answers
73 views
Back-end technology choice to handle multiple simultaneous operations
I'm working on a project that is pretty demanding server-side and I don't know what technology I should use for the database, the server and the hardware.
Here are the criteria :
the server will ...
1
vote
1answer
263 views
Is it possible to show 2 date pickers in iPad at the same time next to each other?
My client wants some kind of booking application when user sets date from and to...
Designer came with sketches which allow user to picker dates at the same time. Two UIDatePicker are being presented ...
1
vote
2answers
114 views
Why can't django load multiple pages simultaneously?
I have a django aplication with an admin panel. When i add some item (it takes about 10 seconds to add it), i can't load any other page. The page is waiting for the first page to load, and then it ...
1
vote
2answers
540 views
progress bar asp.net
I have an asp.net application..in which data is getting imported/exported.
I wish to have a progressbar...as below
a table with one row..and its cells keep on adding...once row is full,empty that ...
1
vote
1answer
2k views
jquery - Resize element ondrag when reaches container
I have a standard div that is set to both drag & resize within it's parent. I need to be able to resize the div as it is dragged into it's parent. I only need this to happen when it's dragged ...
0
votes
1answer
38 views
How to keep lots of users' online information in a application scope container until theirs logout?
Hello,
everybody.
We are developing an iPhone app which supported by a server-side that would be thousands of users online simultaneously such as Facebook or GTalk else.
What we want to implement is ...
0
votes
1answer
49 views
Preventing Multiple Simultaneous Votes From Different Users
I am not 100% sure on how to describe this, so here's a quick explanation of what I am doing: I have a website where people can vote UP or DOWN to a "champion." These champions start with 100 health. ...
0
votes
4answers
85 views
Preventing simultaneous db table row access
It sometimes happens that two admins in our support team are trying to do the same sensitive operation on db table row (let's say, modifying the value in the row). We need to prevent that. (Row ...
0
votes
0answers
15 views
Dragging two Google Maps simultaneously
on a web page I want to show 2 maps canvas, one showing satellite view and the other showing map view but if I drag any of those canvas it will also move the other one in the same direction.
I tried ...
0
votes
3answers
58 views
Slow performance when simultaneously launching jQuery .load
Occasionally my app needs to populate multiple content areas via simultaneous jQuery .load() calls.
Despite the content areas loading in under 100ms, the more simultaneous requests in place, the ...
0
votes
0answers
34 views
Play two files simultaneously with GStreamer with CLI C++ while receiving bus messages
how would someone implement a CLI utility to play simultaneously two mp3 files (GStreamer) and catch bus messages from both pipelines?
My current problem is that when I create a GMainLoop and run it ...
0
votes
1answer
61 views
Simultaneous writes to text file from multiple computers
Using VBScript, is there any way to allow for multiple simultaneous writes to a text file from multiple computers? I need to run a script from multiple computers at the same time. The script will ...
0
votes
1answer
160 views
Playing video with AVPlayer and recording sound with AVAudioRecorder simultaneously
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 the ...
0
votes
3answers
108 views
Java: Simultaneous equations
I've got this equation that I want to solve with a java application.
It looks like this
y*n-1 = y*n-2 + 1035 + [(n-1)^2 + (n-3)] * y
y*n = y*n-1 + (n^2 * y)
So the user should input N and then ...
0
votes
1answer
34 views
How to make a movement of 3 images simultaneously when they are one over the other?
I want to make a movement of 3 images simultaneously when they are one over the other - to get a sense of three-dimensional.
What are my options to do that?
Thank's
0
votes
2answers
73 views
symultanous wait for preocess complete in bash/ksh
I have a script for ran few commands simultaneously with 'nohup' command. Each of them create file as a confirmation of success.
How I can write loop or whatever for checking every then seconds for ...
0
votes
0answers
105 views
Can Client of a WCF Duplex Service(TCP binding) send and recive at the same time?
My code at the moment looks like this:
Server side:
#region IClientCallback interface
interface IClientCallback
{
[OperationContract(IsOneWay = true)]
void ReceiveWcfElement(WcfElement ...
0
votes
1answer
93 views
RPM+Yum: install two packages with the same name and different versions simultaneously
For moderators: this question is about development of RPM based installer.
I'm developing packaging system for our software. We've designed our update management so that when we want to move to the ...
0
votes
1answer
30 views
multiprocessing.Process does not initiate the parallel run of functions by start()
I don't understand how to get multiprocessing.Process started. I used the following example code:
import random, time
import multiprocessing
def frz(no, tm):
a = 'start ' + str(no)
print(a)
...
0
votes
0answers
77 views
Yum: install two packages with the same name and different versions simultaneously [closed]
I need to have two packages with the same name and different versions installed simultaneously. I've built these packages so I can change anything there, but the only difference that should be between ...
0
votes
1answer
47 views
reading and writing an image simultaneously Processing
I'm generating probability tables for one color appearing to the right of another. I have accomplished all of this. I store the tables in objects which are created for each color value. My problem is, ...
0
votes
0answers
30 views
In HP Itanium unable to create more than 86 threads for a process simultaneously
I have a requirement to create multiple threads simultaneously for a process. But in HP Itanium machine When I try to create multiple threads for a process simultaneously based on the demand, only 86 ...
0
votes
0answers
69 views
Login to an Youtube account from different system simultaneously
I would like to provide an feature in my app that will upload the user's video to my Youtube channel(rather than user's own channel) after taking user's permission. As per the discussion on the ...
0
votes
1answer
51 views
How do I update a MySQL table with values dependent of each other in one Insert Statement
For instance, my main query inserts a new row into table REF_STORES which has a structure like this:
ID | Store_Name | VariableA | VariableA+VariableB | VariableC+VariableA
In My ...
0
votes
1answer
93 views
simultaneous 2 or more read/write to/from harddisk
it is said that there is only one spindle in hard disk which reads or writes data to/from hard disk, how is it possible to write or read 2 or more data's to/from hard disk SIMULTANEOUSLY. the ...