Questions tagged [propagation]

240 questions
0
votes
1 answer

a simple standard belief propagation

I read Zhang's paper Expert Finding in A Social Network, formula(1) is a propagation-base approach,similar to a standard belief propagation.Is there a code example or tool to do this? the propagation scheduler seems need to be a parallel…
David
  • 91
  • 1
  • 10
0
votes
1 answer

stopPropagation not working for KeyListener in YUI 2.7

I have created a new YAHOO.util.KeyListener to attach to a specific element and have also created another new YAHOO.util.KeyListener to attach to the entire document. They are both associated with the enter key (keys:13). In the handler function…
David A
0
votes
2 answers

Propagating touches from UIApplication in a custom manner

Is it possible to propagate touches from shared application object to a custom view which has not actually received touches and somewhere at the back of the top view? Assume that I can't use my top view to track touches.
cocoatoucher
  • 1,483
  • 3
  • 17
  • 22
0
votes
2 answers

EJB 3.1 Transaction propagation

I have 3 EJB stateless beans. A - on business layer. B, C - of persistence layer. Bean A calls B and C to update some data in database (DB2). But unfortunatly, on calling bean C, database locks. Is it possible that B and C executes in defferent…
obogoliy
  • 31
  • 4
-1
votes
1 answer

jQuery click event stop propagation can't get to work?

I've got a popup that I don't want to close unless you click off of it, however it closes whenever I click on it as well. It shouldn't close when you click inside the div with the class of "create-album-container" $(document).ready(function()…
Dylan Cross
  • 5,918
  • 22
  • 77
  • 118
-1
votes
2 answers

Javascript - Remove event listener at resize

I'm doing some work to make navigation fully accessible by mouse over, keyboard and click, depending on the resolution. I am looking for that in mobile, only the click works. And hover, click, keyboard for higher resolutions. Important edit : It…
-1
votes
2 answers

SpringBoot Transactional annotation Propagation on Class to Class level

I have 3 classes and a few methods, class A has a method with @Transactional(propagation = Propagation.REQUIRED, rollbackFor = Exception.class) from this method, I call class2 > methodA from this method class3 methodA is called and in this method…
smootherbug
  • 129
  • 12
-1
votes
1 answer

Wheel event not propagating

I am writing a Chrome Extension to be executed when the user is looking at a panorama image in Google Maps, and I am having problems getting wheel movements to be propagated to Google Maps. I want this to propagate so the user can zoom the image…
-1
votes
1 answer

Ping with and Without WWW different results

I recently updated my DNS to point to a new IP. When I ping the domain with and without www. I get different results (with the www I receive the old IP, without it I receive the new one). Is this just a DNS propagation issue in terms of timing? I…
eric MC
  • 766
  • 2
  • 10
  • 36
-1
votes
1 answer

Do new DNS records propagate?

As simple as that. I went through quite a lot of articles on the internet and all of them just go on about how updated/modified DNS records take time to propagate and so on. I may be stupid (most likely I am), but the whole situation is not very…
Ira K
  • 9
  • 2
-1
votes
1 answer

Subdomain DNS seems to only be partially propagating

I own a domain, and clearly its DNS resolution is fine, everywhere seems to point to the right server : https://dnschecker.org/#A/e-bis.fr I created a wildcard for subdomains, and it seems like it only points to the right server in some random…
Bad
  • 81
  • 8
-1
votes
2 answers

DNS propagation time workaround?

We are getting ready to migrate our website from one hosting to AWS, which means we need to change the IP of our domain and that takes time to propagate. DNS checkers report TTL 3600 for that domain which is not to bad. However, there is a…
FB TKO
  • 3
  • 1
-1
votes
1 answer

Propagating DNS records from a new IP

I have a more specific DNS situation than it is usually asked, and have extinguished reading resources already. At this point I'm pretty desperate. Here is the scenario Get a computer with OLD IP (let's call it that) for a new domain. Set up for…
Rob
  • 21
  • 1
  • 5
-1
votes
2 answers

Veeery slow DNS propagation

tree days ago i've changed the nameservers for a website through my italian registar (http://www.ormag.net/) from Dreamhost to Digital Ocean. The website is: www.marchespettacolo.it. I know that the normal time to wait for propagation is 72h but…
iperdiscount
  • 141
  • 1
  • 4
  • 10
-2
votes
1 answer

DNS propagation tools

There is something wrong after a DNS change after a server migration, some users end up on the old server ip. E.g. if let my friend next door ping the address, he gets the 'old' ip. However, common propagation checks show me the correct ip on global…
Doran
  • 63
  • 11
1 2 3
15
16