|
I have a
periodically_call_remote
that I want to fire right away (as if the code was present without the setTimeout) as well as call periodically. Is there a nice way to do this use PCR, or do I have to roll my own?
I'm using jQuery/jRails if it helps...
Started by Daniel Huckstep on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Periodically_call_remote_starting_now(options = {} ) page.call("starting_now_count = 0") periodically_call_remote ( options.merge(:frequency => 0.001, :condition => "++starting_now_count == 1")) periodically_call_remote (options....
|
|
Here's the gist:
I have a call I want to make in asp, and I do not care about the response. I just want to fire the call and I do not want the page to wait for the response. According to the documentation, it should look something like this:
dim xmlhttp...
Started by Hexate on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
The user will see the whole page and be able to interact with it without any hold ... .
As a possible fix you could sert Response.Buffer = true, render out all your output to the user, call Response.Flush and then do a waitForResponse call.
|
|
We have a service to update customer information to server. One service call takes around few seconds, which is normal.
Now we have a new page where at one instance around 35-50 Costumers information can be updated. Changing service interface to accept...
Started by BinaryHacker on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
My two cents: IMO whoever put the construct on you that you're not able to alter() { // this is where you can call your....
If you're using WCF for your way service call.
To, that the service call itself is not a one way communication.
|
Ask your Facebook Friends
|
We have a C# WebMethod that is called synchronously by a Delphi CGI (don't ask!). This works fine except when we switch to our disaster recovery environment, which runs a lot slower. The problem is that the Delphi WinInet web request has a timeout of ...
Started by JamesW on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
HttpContext.Current; // Thread the standard method call ThreadPool.QueueUserWorkItem(delegate { HttpContext.Current = context; ProcessNewBusiness(myParam); }); return 'ok'; } else { // Call standard.
|
|
On a scheduled interval I need to call a WCF service call another WCF Service asyncronously. Scheduling a call to a WCF service I have worked out.
What I think I need and I have read about here on stackoverflow that it is necessary to.., (in essence) ...
Started by apolfj on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
I've seen it stall when you reach X number....
Be sure to carefully test the way a OneWay WCF call performs.
This tells WCF that the call only matters for one direction and the client won't hang and return immediately.
Are calling to.
|
|
Hi.
Can somebody look at the below code and tell me what I am doing wrong.
for(i=0;i<=Request.Files.Count;i++) { int percentComplete = (int)Math.Ceiling((double)(i + 1) / (double)Request.Files.Count * 100); string message = string.Format("{0} of {1...
Started by Code Sherpa on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
And calling it in window.onload event just make sure the DOM is ready before we call the do_progress = function() {"+ methods +"}", true);
However, this should not require here, call in window.onload as ScriptManager.RegisterStartupScript....
|
|
I would like invoke a function call in a one shot manner. What's the best way to do this in Boost / C++?
I would like to pass it two parameters and do not need a result.
Started by Jeff V on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Of functors to call (bind the parameters to the function and put that on the queue); the threads wait.
|
|
I've got a "works on my machine" situation.
I have a website where I'm passing session values from one page to another using
Session["foo"] = 'blah';
and on page2
var foo = Session["foo"];
foo doesn't exist on page2.
When tracing the page I've found it...
Started by John Nolan on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Does it work in other browsers etc?
If you're changing the url as well, ensure that you're still on the same site because different sites will use... .
My first guess would be to check to see if cookies are enabled on the computer that is having the problem .
|
|
Dang we just had a close call. Started a fire in the fire place tonight it had been burning about 20 min all of a sudden it sounded like a frieght train and fire was roaring smole was coming out from behind the insert went out side and sparks and flames...
Started by brrdnk on
, 23 posts
by 22 people.
Answer Snippets (Read the full thread at texasbowhunter):
In fire places what causes a flu fire? Build up? Birds nest? Thank God it wasn't worse!! That is scary! Glad it wasn't worse.
|
|
The media wheels are starting to turn and call for him to be fired. If the Knicks continue to lose games like this, he will be fired soon. I know a lot of you don't like Boomer & Carton, but at this point they do have a voice and they are saying he needs...
Started by Im Coming Home on
, 15 posts
by 12 people.
Answer Snippets (Read the full thread at realgm):
He doesn't look like he has an offensive system out ... .
We all agree, but who is the replacement?
Credit: stuporman...thanks for the sig .
|