The delayed-execution tag has no wiki summary.
0
votes
0answers
4 views
Heroku, apparent silent failure of sucker_punch
My app runs on Heroku with unicorn and uses sucker_punch to send a small quantity of emails in the background without slowing the web UI. This has been working pretty well for a few weeks.
I changed ...
1
vote
0answers
53 views
Force code execution till the end of method
I'm working on client-server multithreading application:
Progress of communication is:
Server listens on socket
Client connects and send request or requests to server
Each request is ended by ...
0
votes
1answer
36 views
JavaScript: Initializing inner variable after initializing object
Update: rewriting question because original question had false assumptions (I was running code in a console that had already initialized the variables I thought were undefined).
This makes sense:
...
1
vote
1answer
117 views
Sidekiq Delayed Mailer not sending emails
Good afternoon,
I'm trying to use Sidekiq/Redis to send emails in the background. I should note the following:
I am using devise-async and it works with no issues
My ActionMailer settings are good
...
2
votes
1answer
58 views
Memoization during delayed evaluation
The book Structure and Interpretation of Computer Programs introduces a memoizing procedure as follows:
(define (memo-proc proc)
(let ((already-run? false) (result false))
(lambda ()
(if ...
0
votes
1answer
40 views
Delayed Processing Jobs in Ruby: How much is not blocking my path
I have this project which still uses delayed job as processing job queue. I've recently found an edge case which is making me question a few things: I have this AR (I'm using MySQL, by the way) ...
2
votes
3answers
120 views
php delay in for loop
I have a very simple for loop:
for ($i=0; $i <= 10; $i++) {
$file_exists=file_exists($location.$filename);
if($file_exists) {
break;
}
}
if($file_exists.......
I want to ...
1
vote
7answers
129 views
How to add .delay to .click on .each iteration (jquery)
So, I want to put delay on this JavaScript code.
$(function(){
$('.clickThis').each(function(){
$(this).click();
});
});
I tried this
$(function(){
...
1
vote
6answers
206 views
run a code in java for only 60 seconds
i need to run the following code for only 60 seconds
the code works prefect with delay for 2 sec and repeat every 5 seconds..
but here i need to do this all for 60 seconds only
int delay = ...
0
votes
0answers
112 views
Extjs - dwr calls take delay for execution
I am using extjs and java for my web application. But the dwr calla seems too slow. Any solution for this? I will put one sample code below.
function changeInterviewFlag(img,imgID,cValue) {
...
0
votes
0answers
131 views
Raphael: how to create delayed animation with a callback?
Here's some code illustrating the problem:
var myPaper = Raphael('container', '800', '600');
var circ1 = myPaper.circle(50, 50, 40);
var circ2 = myPaper.circle(150, 50, 40);
var circ3 = ...
0
votes
1answer
66 views
Xajax and Jquery
I have a page where the pagination is implementated in xajax. Each row has 3 columns for radio button where user can select (see the sample layout attached to figure out). Then when I selected from ...
0
votes
0answers
120 views
How to properly fix the delay in playback from AudioTrack in Android?
I've looks like nobody has a clear answer for some reason through all of the stack exchange, but my issue is: when pressing the screen that should respond with an audio file, there's a fraction of a ...
0
votes
2answers
186 views
Keydown processes previous character instead of current one
I try to create an MS-Dos emulation window with jquery and ajax.
It works well but when I type a word or press enter, the script is one character too late on display (no character displayed on first ...
1
vote
1answer
80 views
Patterns for expression passing in R
Many R packages allow functions that take expressions as arguments. Some, however, go a step further. For example, the plyr package by @hadley boldly defines a function named .:
> .
function (..., ...
0
votes
2answers
338 views
Display delayed with Flexslider 2
I'm working on my own portfolio (which is not complete now), and i'm having issues with Flexslider 2 (by Woothemes).
See here : http://www.gaelle-fernandez.fr/Folio2012/#Works
If you click on a work ...
-1
votes
3answers
102 views
How to delay a function call (call foo2() from foo() but only execute when foo() is done)?
I want to call foo2() from foo() but I want foo2() to be ONLY executed after foo() is finished.
Example:
void foo()
{
std::cout << "1.foo()" << endl;
...
0
votes
3answers
454 views
Ajax Heartbeat using setInterval, Preventing multiple calls at the same time
I wish to make an AJAX call using jQuery as a "heartbeat" in the background so that my web application can check for new data. For example every 10 seconds.
I have seen on other posts that it is ...
0
votes
0answers
111 views
How do I make custom functions chain-able with jQuery's?
I need a "callfront" or "precall" (the opposite of "callback" ¿?) to add in MANY places before an animation occurs in an existing plugin, To be used like e.g.
...
2
votes
3answers
122 views
How to smooth a jQuery script that takes time to execute?
I have a jQuery script that searches in the DOM and shows the results in a list.
There is a simplified version of the script here: http://jsfiddle.net/FuJta/1/
There is usually a large number of ...
1
vote
1answer
151 views
Delay without sleep in vb 6
I have a requirement in visual basic6 where I want to send commands to a machine connected to my PC. I can send the command only after getting the acknowledgement from it.It is like this. Sleep after ...
1
vote
0answers
97 views
Celery task chain cancelling?
I found that celery supports task chains: http://celery.readthedocs.org/en/latest/userguide/canvas.html#chains.
Question is: how can I stop chain's execution in a task?
For example, we got a chain ...
0
votes
1answer
55 views
No internet connection: method call into another dll takes more than 15 seconds
I'm facing the following issue I just can't explain:
I have two dlls (DllA and DllB). When I call the first time from DllA into Dllb "ObjectFromB.aMethod()" everything works fine and fast. However, ...
3
votes
2answers
172 views
Mathematica: Plotting a module with FindRoot in it
I run into this problem occasionally, and I haven't found a way around it.
It usually happens when I'm finding the root of an equation, and want to maximize/minimize/plot that root according to some ...
4
votes
1answer
98 views
PHP Wait for PDF to be created and then send it in a mail?
I've written this script that sends customer a receipt of their order, but it has a problem:
It won't wait for the PDF script.
So it simply requires the PDF script, and starts executing it and ...
0
votes
0answers
40 views
how can i send money at 15th day to the secondary receiver after receiving payment from the sender in delayed chained payment
In my project I want to send the money from primary receiver to the secondary receivers at 15th day after receiving the payment from the sender, so how can i do it , and also where i need to change ...
0
votes
0answers
24 views
How to introduce delays when calculating pi on ubuntu
I have to incorporate some delays in a computational server that i am running on an ubuntu VM. I have selected to perform a pi calculation as it is just 1 line in the UBUNTU terminal. The reason why ...
0
votes
2answers
215 views
iOS - Web service request after delay
I have a search bar with a suggestions UITableView that gets populated (using JSON services) as the user types. These service calls need to be made after a delay of 500ms of non-typing. If the user ...
0
votes
1answer
493 views
Delay between .load() and $(window).bind('load')
I'm having a problem with a delay caused between the completion of:
var href = $('.mainNav').data('href');
$('#slideshow').load(href);
This calls up a file which only contains an unsorted list ...
6
votes
1answer
159 views
Designing Repeating PHP/MySQL Task
I have a design headache here, I'm using PHP and MySQL in conjunction with Java (my project is an Android application). I have to decide how to run a series of server side calculations at regular ...
1
vote
4answers
551 views
Request Timing in `$.ajax` is sometimes above 1 second and sometimes 30ms
I am using xampp version 1.7.7 on windows 7. I am trying to do that when you click save image it would send information to save_record.php in the background. I do this with
$.ajax({
url: ...
0
votes
0answers
57 views
client request from the server is delay
delay when receiving client request.
Hi,
I have an Auction portal website, it is now running for a couple of months now.
But I have this problem where sometimes user bid at 00:00:01 second but ...
1
vote
1answer
168 views
delay sending emails with php
So I have a code that checks the records on a table and emails them.
table1 fields are: id - userid - email - subject - txt
the code is as follow (simplified):
$sql = "SELECT * FROM table1 where ...
0
votes
3answers
50 views
Decorator storing input in list to call every `n` calls?
How do I write a decorator that stores input for that function in a list and only calls the function after n is stored?
-3
votes
1answer
444 views
Delayed Function Call
What's the most elegant way of performing a delayed (and therefore also asynchronous) functional call using C++11, lambdas and async? Suggested naming: delayed_async. Reason for asking is that I want ...
0
votes
1answer
143 views
Delayed save in ActiveRecord
Shortly: is there a standard Rails functionality to mark a model instance for delayed save (e.g. m.delay_save!) and then save all marked models by single call (e.g. DelaysManager.commit!)?
Verbosely:
...
0
votes
4answers
2k views
Inject external javascript file in html body after page load
I want to load an external javascript after page is loaded. Actually the javascript contains source for an ad and its making page load slow. All I want is to delay loading & execution of ads to ...
0
votes
3answers
1k views
How to delay code execution (draw the path) for few seconds?
This is the problem about loading.
My application should wait for 3 seconds and then draw path. Now, the loading message box appears within 3 seconds but the application does not wait for 3 seconds ...
0
votes
3answers
835 views
Delay javascript execution until DOM changes complete
I need to pause execution of javascript until after the DOM changes are completed. I am making DOM changes with jquery append and setting some post variables with attributes of the appended image. ...
0
votes
2answers
110 views
PHP - how to assure correct command execution sequence
Given a simple code like :
$file = 'hugefile.jpg';
$bckp_file = 'hugeimage-backup.jpg';
// here comes some manipulation on $bckp_file.
The assumed problem is that if the file is big or huge - ...
0
votes
1answer
89 views
Best way to send all scripts to bottom of page, when having jQuery in bottom as well?
What's the best way to delay all JavaScript to after jQuery is loaded, when jQuery is placed in the bottom of the page? I already solved picking up all the jQuery instances and initiate them after ...
0
votes
1answer
143 views
Django delayed updates to database
I'm creating a Django/JQuery/MySQL application where I pass a composite data structure 'grid' as
return render_to_response('products.html', grid)
I render 'grid' into a set of UI elements ('td', ...
0
votes
2answers
108 views
Javascript Queue function how to convert to c#
i have an 'Javascript' code that i want to bring the idea into my c# project .
this code bring multiple function call into single management delayed call !
Here is the 'javascript' code :
var ...
0
votes
2answers
177 views
Objective - C - perform a function at given time/date
How might one get a function to be called at given time and date? For example, I would like to store some values of some variables at midnight (and clear them to zero) so they can be compared with ...
0
votes
2answers
242 views
jQuery delay and slow down sliding speed
The following code expands height of the DIV when hover function is performed and how can I change the code such that function has to take place if mouse is placed for 5 seconds. Also how can I slow ...
5
votes
2answers
2k views
Linux Kernel: udelay() returns too early?
I have a driver which requires microsecond delays. To create this delay, my driver is using the kernel's udelay function. Specifically, there is one call to udelay(90):
iowrite32(data, addr + ...
1
vote
1answer
333 views
iOS Simulator Keyboard Input Delay
Whenever I use the keyboard in the iOS Simulator, I get about a 5 second delay from when I tap a key and when the input appears. And I get a similar experience with the UIPicker. Everything else runs ...
0
votes
2answers
1k views
Delayed execution in an Android activity
I would like to trigger showing a dialog X seconds after something happens in an activity (resumed, button clicked, etc.)
What are my options? (e.g. Thread, AsyncTask, Handler)
Are there special ...
3
votes
2answers
2k views
How does setNeedsLayout work?
I would like to know how Apple's -setNeedsLayout works.
I already know that it's more efficient than directly calling -layoutSubviews, since I might need to do that twice in a method.
And that's just ...
1
vote
3answers
921 views
jquery add delay to animation
I am trying to add a delay to my Jquery so that once the mouse leaves my div id=test it will wait 3000 ms before closing back up. It doesnt seem to be working however?
I am using Jquery 1.6.min
...
