Tagged Questions
The synchronous tag has no wiki summary.
21
votes
6answers
4k views
asynchronous vs non-blocking
What is the difference between asynchronous and non-blocking calls? Also between blocking and synchronous calls(with examples please)?
Thanks.
8
votes
4answers
4k views
How to write a loop in jQuery which waits for each function to complete before continuing the loop
Please forgive me if this is an obvious one.
I have an unknown amount of elements on a page, which I need to loop through one at a time and do stuff to. However, I need the loop to pause until the ...
8
votes
6answers
4k views
Asynchronous Vs. Synchronous Execution, What does it really mean?
Asynchronous Vs. Synchronous Execution, What does it really mean?
6
votes
2answers
333 views
Performance difference between Synchronous HTTP Handler and Asynchronous HTTP Handler
Is there a performance difference between Synchronous HTTP Handler and Asynchronous HTTP Handler?
IHttpHandler vs IHttpAsyncHandler
Why choose one over another?
What are the benefits?
6
votes
2answers
1k views
How are the O_SYNC and O_DIRECT flags in open(2) different/alike?
The use and effects of the O_SYNC and O_DIRECT flags is very confusing and appears to vary somewhat among platforms. From the Linux man page (see an example here), O_DIRECT provides synchronous I/O, ...
6
votes
2answers
4k views
NSURLConnection synchronous request on https
Can anyone tell me the way how I can make a synchronous call to the https server? I am able to do asynchronous request on https server using following delegate methods.
- ...
6
votes
5answers
2k views
jquery - submit post synchronously (not ajax)
I have a page (page 1) that accepts post requests, does some stuff and displays some data at the end.
From another page (page 2), I want to redirect to page 1 when a button is clicked, of course ...
6
votes
2answers
10k views
How to call web service using vbscript (synchronous)?
Actually there many examples and I have used one of them. But it works asynchronous, I mean it is not waiting the function that I called to finish.
function ProcessSend()
Set oXMLHTTP = ...
5
votes
2answers
426 views
Java - networking - Best Practice - mixed synchronous / asynchronous commands
I'm developing a small client-server program in Java.
The client and the server are connected over one tcp-connection. Most parts of the communication are asynchronous (can happen at any time) but ...
5
votes
1answer
341 views
5
votes
2answers
927 views
If MessageBox()/related are synchronous, why doesn't my message loop freeze?
Why is it that if I call a seemingly synchronous Windows function like MessageBox() inside of my message loop, the loop itself doesn't freeze as if I called Sleep() (or a similar function) instead? To ...
5
votes
3answers
2k views
Javascript - synchronizing after asynchronous calls
I have a Javascript object that requires 2 calls out to an external server to build its contents and do anything meaningful. The object is built such that instantiating an instance of it will ...
4
votes
2answers
100 views
javascript asynchronous calls that populate some property
I have an javascript object that includes some image strings as its property. Upon instantiating this object, an AJAX call is made immediately to populate this property.
My view functions, at the ...
4
votes
3answers
138 views
Asynchronous and Synchronous Terms
I'm confused by the term asynchronous when related to programming. It seems to mean the opposite in programming terms as what it is defined as in the dictionary. For example, the word synchronous ...
4
votes
5answers
521 views
Change the asynchronous jQuery Dialog to be synchronous?
Currently, I'm working to replace "alert'/"confirm" with the jquery dialog.
But most of legacy codes is written in some asynchronous way, which make it difficult to change. Is there any way to make ...
4
votes
1answer
197 views
(Are there) PERFORMANCE advantages of python socketserver over regular socket object?
thanks for the interesting responses thus far. In light of said responses I have changed my question a bit.
guess what I really need to know is, is socketserver as opposed to the straight-up socket ...
4
votes
6answers
5k views
How to force Sequential Javascript Execution?
Ive searched a lot of places for the answer to this seemingly simple problem, but Ive only found rather complicated answers involving classes, event handlers and callbacks (which seem to me to be a ...
4
votes
3answers
220 views
How to cleanly get user input from the middle of model's method in Model-View-Viewmodel architecture?
I am writing an app that listens on a network connection, and when some data arrive, it replies back, and depending on incoming data, it may need to ask user (show dialog) before replying back.
I ...
3
votes
3answers
80 views
What's the differences between blocking with synchronous, nonblocking and asynchronous?
I am reading 'Operation System Concepts With Java'. I am quite confused by the concept of
blocking and synchronous, what are the differences between them?
3
votes
2answers
478 views
Can AFNetworking return data synchronously (inside a block)?
I have a function using AFJSONRequestOperation, and I wish to return the result only after success. Could you point me in the right direction? I'm still a bit clueless with blocks and AFNetworking ...
3
votes
4answers
637 views
Synchronous database queries with Node.js
I have a Node.js/Express app that queries a MySQL db within the route and displays the result to the user. My problem is how do I run the queries and block until both queries are done before ...
3
votes
2answers
200 views
jQuery problem with (a)synchronous method calls
I have an strange behavior, which looks lika an problem with (a)synchronous method calls?!?
I'm not sure!
An function receives data using getJSON, post process those data, add them to an table, which ...
3
votes
2answers
193 views
Best way to cancel a unix call (using SSH library) via the UI in a synchronous application in C#?
My program (.NET 4.0) uses a 3rd party SSH library (SSH.NET, works great so far) to send a unix command that is constructed based on the user's choices in the UI, waits for the respose and outputs it. ...
3
votes
1answer
1k views
node.js: readSync from stdin?
Is it possible to synchronously read from stdin in node.js? Because I'm writing a brainfuck to JavaScript compiler in JavaScript (just for fun). Brainfuck supports a read operation which needs to be ...
3
votes
5answers
5k views
document.createElement(“script”) synchronously
Is it possible to call in a .js file synchronously and then use it immediately afterward?
<script type="text/javascript">
var head = document.getElementsByTagName('head').item(0);
var ...
3
votes
4answers
5k views
iPad/objective-C synchronous HTTP request example?
I can only find asynchronous iPad/objective C HTTP examples. How do I do a synchronous web request?
3
votes
1answer
624 views
Isn't a synchronous call just an asynchronous call with a small timeout value?
I am a bit confused as to why a synchronous call is different to an asynchronous call, as there is never an "immediate" response, it still takes some nano or milliseconds?
3
votes
1answer
435 views
WPF - synchronous animation
I have something this:
scaleTransform.BeginAnimation(ScaleTransform.ScaleXProperty, shrinkAnimation);
scaleTransform.BeginAnimation(ScaleTransform.ScaleYProperty, shrinkAnimation);
MyDialog.Show();
...
3
votes
1answer
1k views
ASP.Net Ajax - PageMethods Synchronous call and retrieval of results
How to ASP.Net Ajax - PageMethods Synchronous call and retrieval of results ?
Currently i am doing following async call and working with data :
function checkName(name) {
...
3
votes
5answers
3k views
Flex 3: synchronously loading an xml file
My question is very simple: In flex3, is there a way to load an xml file synchronously?
I know how to load asynchronously, using a load event. This may be useful, or may not. I just want to read the ...
3
votes
3answers
3k views
Wrapping an asynchronous method synchronously in C#
I have a third party library containing a class which performs a function asynchronously. The class inherits from the Form. The function basically performs a calculation based on data stored in a ...
3
votes
7answers
4k views
Synchronous dialogs in Flex?
How can I open a synchronous dialog in Flex? I need to call a function from an External Interface (JavaScript) that will open a simple dialog in the Flex application and returns an value according to ...
2
votes
3answers
126 views
Wrapping asynchronous calls into a synchronous blocking thread?
I'm writing an iOS module which currently sends an email asynchronously (using delegates). It uses SKPSMTPMessage which works great. My problem is the customer wants the code to fully block the thread ...
2
votes
1answer
77 views
HTML / AJAX / PHP synchronous harmony? Could asynchronous ever work?
I've been working out the best way to bridge javascript to get data from php with Ajax.
And all while trying to keep the lines of code to a minimum and with greatest speed.
I've come up with a way to ...
2
votes
1answer
121 views
synchronous messaging with STOMP over HornetQ
I am trying to figure out how to do syncronous messaging using stomp with hornetq, or if its even possible. I have an async stomp client working, but I can't see how I would implement a sync version.
...
2
votes
1answer
165 views
Are handlers always called synchronously during jQuery click()?
Through some brief testing it appears that click() will trigger any applicable handlers synchronously (that is, the handlers are all invoked before click() returns), which is desirable for what I'm ...
2
votes
3answers
267 views
Add additional parameters to callback function
I'm building a system in Node.js that is supposed to find all files in an array of folders, stat them, and then do some additional work using that information.
I'm using fs.readdir() to get all the ...
2
votes
1answer
483 views
NSUrlConnection in multiple NSOperation instances in a NSOperationQueue
The following code adds multiple NSOperation instances in an NSOperationQueue. The Operation just takes the contents of a url. I'm providing the php code too...
Given the following code...
...
2
votes
2answers
722 views
Some clarification needed about synchronous versus asynchronous asio operations
As far as I know, the main difference between synchronous and asynchronous operations. I.e. write() or read() vs async_write() and async_read() is that the former, don't return until the operation ...
2
votes
3answers
1k views
Make FB.api() calls synchronous
I am creating fQuery API on top of FB javascript SDK. And till now everything worked fine, but i got stuck in FB.api calls now.
Actually, I am trying to load facebook user object i.e. "/me" using ...
2
votes
5answers
542 views
Sending one AJAX request at a time from a loop
I know this question has been asked countless times, but I cant figure out for the life of me how to make this answer work in my case: wait for async javascript function to return
I'm looping through ...
2
votes
1answer
402 views
Waiting for a asynchronous call to complete first and then proceed in Java
I have situation wherein I call a method which inturn triggers a asynchronous HTTP REST call(sends the status later to another endpoint) before it proceeds further. I want the method to wait untill i ...
2
votes
2answers
290 views
Ruby/Rails synchronous job manager
hi
i'm going to set up a rails-website where, after some initial user input, some heavy calculations are done (via c-extension to ruby, will use multithreading). as these calculations are going to ...
2
votes
3answers
174 views
Blocking read from file in PHP
Here is what I want expressed in bash:
while true; do
while read $line; do
echo "Heard: $line"
done < fifo
done
Here, fifo is the path to a named pipe. This will read from the fifo, but ...
2
votes
2answers
714 views
jQuery, how to make synchronous animations?
I have a page layout that looks something like this
| image || image || image |
When you hover over one of the images, I want to make an animation to get something like this
| ...
2
votes
4answers
417 views
How to make synchronous AJAX calls in greasemonkey?
I have a list of URLs and need to load each page, one after another.
This is my main function that i have in my Mind.
mainFunction() {
loop { // Loop through URL list
oPage = func1(URL); //Get ...
2
votes
1answer
281 views
Starting a process synchronously, and “streaming” the output
I'm looking at trying to start a process from F#, wait till it's finished, but also read it's output progressively.
Is this the right/best way to do it? (In my case I'm trying to execute git ...
2
votes
2answers
226 views
Better time-out detection for synchronous operations
I need a way to perform some action synchronously which should complete in half a second, but might just hang around for minutes. If it times out I don't care about the result. Here's the I'm doing it ...
2
votes
1answer
4k views
Objective-C SSL Synchronous Connection
I'm a little new to objective-C but have run across a problem that I can't solve, mostly because I'm not sure I am implementing the solution correctly.
I am trying to connect using a Synchronous ...
2
votes
2answers
150 views
SYNCRHONOUS WebServices AND Modal Dialogs!
the question is....
The application maybe in Silverligth.
It's possible to implement SYNChonous WebService call?
I try to realize any application RIA, with Grids, Edits and using WebServices in SL, ...